Shades of Cornflower Blue #698EE8
Tints of Cornflower Blue #698EE8
RGB
CMYK
RGB Variations
Color information
#698EE8 (or 0x698EE8) is known color: Cornflower Blue. HEX triplet: 69, 8E and E8. RGB value is (105,142,232). Sum of RGB (Red+Green+Blue) = 105+142+232=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 232 - color contains mainly: blue. Hex color #698EE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698EE8 is #967117. Grayscale: #8C8C8C. Windows color (decimal): -9859352 or 15240809. OLE color: 15240809.
HSL color Cylindrical-coordinate representation of color #698EE8: hue angle of 222.52º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #698EE8 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 142 | 232 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.09 |
| HSL | 222.52º | 0.73% | 0.66% | - |
| HSV(B) | 222.52º | 0.55% | 0.91% | - |
| XYZ | 30.06 | 28.18 | 80.2 | - |
| YUV | 141.2 | 179.24 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 232 | 0.55 | 0.39 | 0 | 0.09 | 222.52 | 0.73 | 0.66 |
| Hex | 69 | 8E | E8 | 37 | 27 | 0 | 9 | DF | 49 | 42 |
| Octal | 151 | 216 | 350 | 67 | 47 | 0 | 11 | 337 | 111 | 102 |
| Binary | 1101001 | 10001110 | 11101000 | 110111 | 100111 | 0 | 1001 | 11011111 | 1001001 | 1000010 |
Color Harmonies of #698EE8
Complementary color
Monochromatic Colors of #698EE8
Black with #698EE8
Text Example
Text Example
White with #698EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698EE8; }
p { color: rgb(105,142,232); }
H1.HeaderClassName
{
color: #698EE8;
}
.AnyTagClassName
{
color: #698EE8;
}
</style>
background-color css
<style>
a { background-color: #698EE8; }
a { background-color: rgb(105,142,232); }
div.DivClassName
{
background-color: #698EE8;
}
.BgClassName
{
background-color: #698EE8;
}
</style>
border-color css
<style>
span { border-color: #698EE8; }
span { border-color: rgb(105,142,232); }
td.TdClassName
{
border-color: #698EE8;
}
.TagClassName
{
border-color: #698EE8;
}
</style>