This free RGB to Hex converter will generate a valid hex key for any given RGB values.
RGB to Hex Converter
seen from United States
seen from Saudi Arabia

seen from Germany
seen from France

seen from Brazil

seen from Malaysia

seen from United States

seen from United Kingdom

seen from United States
seen from Brazil

seen from Australia
seen from United States

seen from United Kingdom

seen from Netherlands

seen from United States
seen from Malaysia

seen from United Kingdom
seen from Russia
seen from United States

seen from Australia
This free RGB to Hex converter will generate a valid hex key for any given RGB values.
RGB to Hex Converter
Dishonored starring maliks-butt: Part two. ᕕ( ͡° ͜ʖ ͡° )ᕗ
Taking another stab at female Corvo! First in a series titled "Dishonored starring maliks-butt".
New Post has been published on Html Use
New Post has been published on http://www.htmluse.com/jquery-hex-colorpicker/
jQuery Hex Colorpicker
Download Demo
jQuery Hex Colorpicker is a simple color picker that allows discrete (as opposed to analog) RGB hex color values to be visually selected and entered into a designated input field.
1. INCLUDE CSS AND JS FILES
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/themes/smoothness/jquery-ui.css" /> <link rel="stylesheet" href="../src/jquery-hex-colorpicker.css" /> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js"></script> <script src="../src/jquery-hex-colorpicker.js"></script>
2. HTML
<input type="text" id="color-picker1"/>
3. JAVASCRIPT
jQuery(function() jQuery("#color-picker1").hexColorPicker(); );
4. OPTIONS
jQuery(".color-picker").hexColorPicker( "container":"dialog", "colorModel":"hsv", "pickerWidth":300, "size":7, "style":"hex", );