Shades of Cornflower Blue #688EE4
Tints of Cornflower Blue #688EE4
RGB
CMYK
RGB Variations
Color information
#688EE4 (or 0x688EE4) is known color: Cornflower Blue. HEX triplet: 68, 8E and E4. RGB value is (104,142,228). Sum of RGB (Red+Green+Blue) = 104+142+228=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 228 (89.45% from 255 or 48.10% from 474); Max value from RGB is 228 - color contains mainly: blue. Hex color #688EE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688EE4 is #97711B. Grayscale: #8C8C8C. Windows color (decimal): -9924892 or 14978664. OLE color: 14978664.
HSL color Cylindrical-coordinate representation of color #688EE4: hue angle of 221.61º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #688EE4 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 142 | 228 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.11 |
| HSL | 221.61º | 0.7% | 0.65% | - |
| HSV(B) | 221.61º | 0.54% | 0.89% | - |
| XYZ | 29.39 | 27.89 | 77.23 | - |
| YUV | 140.44 | 177.41 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 142 | 228 | 0.54 | 0.38 | 0 | 0.11 | 221.61 | 0.7 | 0.65 |
| Hex | 68 | 8E | E4 | 36 | 26 | 0 | B | DE | 46 | 41 |
| Octal | 150 | 216 | 344 | 66 | 46 | 0 | 13 | 336 | 106 | 101 |
| Binary | 1101000 | 10001110 | 11100100 | 110110 | 100110 | 0 | 1011 | 11011110 | 1000110 | 1000001 |
Color Harmonies of #688EE4
Complementary color
Monochromatic Colors of #688EE4
Black with #688EE4
Text Example
Text Example
White with #688EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688EE4; }
p { color: rgb(104,142,228); }
H1.HeaderClassName
{
color: #688EE4;
}
.AnyTagClassName
{
color: #688EE4;
}
</style>
background-color css
<style>
a { background-color: #688EE4; }
a { background-color: rgb(104,142,228); }
div.DivClassName
{
background-color: #688EE4;
}
.BgClassName
{
background-color: #688EE4;
}
</style>
border-color css
<style>
span { border-color: #688EE4; }
span { border-color: rgb(104,142,228); }
td.TdClassName
{
border-color: #688EE4;
}
.TagClassName
{
border-color: #688EE4;
}
</style>