Shades of Cornflower Blue #687EE6
Tints of Cornflower Blue #687EE6
RGB
CMYK
RGB Variations
Color information
#687EE6 (or 0x687EE6) is known color: Cornflower Blue. HEX triplet: 68, 7E and E6. RGB value is (104,126,230). Sum of RGB (Red+Green+Blue) = 104+126+230=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 230 (90.23% from 255 or 50% from 460); Max value from RGB is 230 - color contains mainly: blue. Hex color #687EE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #687EE6 is #978119. Grayscale: #828282. Windows color (decimal): -9928986 or 15105640. OLE color: 15105640.
HSL color Cylindrical-coordinate representation of color #687EE6: hue angle of 229.52º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #687EE6 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 126 | 230 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.10 |
| HSL | 229.52º | 0.72% | 0.65% | - |
| HSV(B) | 229.52º | 0.55% | 0.9% | - |
| XYZ | 27.45 | 23.58 | 77.97 | - |
| YUV | 131.28 | 183.71 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 230 | 0.55 | 0.45 | 0 | 0.10 | 229.52 | 0.72 | 0.65 |
| Hex | 68 | 7E | E6 | 37 | 2D | 0 | A | E6 | 48 | 41 |
| Octal | 150 | 176 | 346 | 67 | 55 | 0 | 12 | 346 | 110 | 101 |
| Binary | 1101000 | 1111110 | 11100110 | 110111 | 101101 | 0 | 1010 | 11100110 | 1001000 | 1000001 |
Color Harmonies of #687EE6
Complementary color
Monochromatic Colors of #687EE6
Black with #687EE6
Text Example
Text Example
White with #687EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687EE6; }
p { color: rgb(104,126,230); }
H1.HeaderClassName
{
color: #687EE6;
}
.AnyTagClassName
{
color: #687EE6;
}
</style>
background-color css
<style>
a { background-color: #687EE6; }
a { background-color: rgb(104,126,230); }
div.DivClassName
{
background-color: #687EE6;
}
.BgClassName
{
background-color: #687EE6;
}
</style>
border-color css
<style>
span { border-color: #687EE6; }
span { border-color: rgb(104,126,230); }
td.TdClassName
{
border-color: #687EE6;
}
.TagClassName
{
border-color: #687EE6;
}
</style>