Package Exports
- rgb-hex
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rgb-hex) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
rgb-hex 
Convert RGB color to HEX
Install
$ npm install --save rgb-hex
Usage
var rgbHex = require('rgb-hex');
rgbHex(65, 131, 196);
//=> 4183c4
Related
See hex-rgb for the inverse.
License
MIT © Sindre Sorhus