Shades of Cornflower Blue #687EDB
Tints of Cornflower Blue #687EDB
RGB
CMYK
RGB Variations
Color information
#687EDB (or 0x687EDB) is known color: Cornflower Blue. HEX triplet: 68, 7E and DB. RGB value is (104,126,219). Sum of RGB (Red+Green+Blue) = 104+126+219=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #687EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687EDB is #978124. Grayscale: #818181. Windows color (decimal): -9928997 or 14384744. OLE color: 14384744.
HSL color Cylindrical-coordinate representation of color #687EDB: hue angle of 228.52º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #687EDB is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 126 | 219 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.14 |
| HSL | 228.52º | 0.61% | 0.63% | - |
| HSV(B) | 228.52º | 0.53% | 0.86% | - |
| XYZ | 25.96 | 22.98 | 70.09 | - |
| YUV | 130.02 | 178.21 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 219 | 0.53 | 0.42 | 0 | 0.14 | 228.52 | 0.61 | 0.63 |
| Hex | 68 | 7E | DB | 35 | 2A | 0 | E | E5 | 3D | 3F |
| Octal | 150 | 176 | 333 | 65 | 52 | 0 | 16 | 345 | 75 | 77 |
| Binary | 1101000 | 1111110 | 11011011 | 110101 | 101010 | 0 | 1110 | 11100101 | 111101 | 111111 |
Color Harmonies of #687EDB
Complementary color
Monochromatic Colors of #687EDB
Black with #687EDB
Text Example
Text Example
White with #687EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687EDB; }
p { color: rgb(104,126,219); }
H1.HeaderClassName
{
color: #687EDB;
}
.AnyTagClassName
{
color: #687EDB;
}
</style>
background-color css
<style>
a { background-color: #687EDB; }
a { background-color: rgb(104,126,219); }
div.DivClassName
{
background-color: #687EDB;
}
.BgClassName
{
background-color: #687EDB;
}
</style>
border-color css
<style>
span { border-color: #687EDB; }
span { border-color: rgb(104,126,219); }
td.TdClassName
{
border-color: #687EDB;
}
.TagClassName
{
border-color: #687EDB;
}
</style>