Shades of Cornflower Blue #698ED8
Tints of Cornflower Blue #698ED8
RGB
CMYK
RGB Variations
Color information
#698ED8 (or 0x698ED8) is known color: Cornflower Blue. HEX triplet: 69, 8E and D8. RGB value is (105,142,216). Sum of RGB (Red+Green+Blue) = 105+142+216=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 216 - color contains mainly: blue. Hex color #698ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698ED8 is #967127. Grayscale: #8B8B8B. Windows color (decimal): -9859368 or 14192233. OLE color: 14192233.
HSL color Cylindrical-coordinate representation of color #698ED8: hue angle of 220º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #698ED8 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 142 | 216 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.15 |
| HSL | 220º | 0.59% | 0.63% | - |
| HSV(B) | 220º | 0.51% | 0.85% | - |
| XYZ | 27.89 | 27.31 | 68.77 | - |
| YUV | 139.37 | 171.24 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 216 | 0.51 | 0.34 | 0 | 0.15 | 220 | 0.59 | 0.63 |
| Hex | 69 | 8E | D8 | 33 | 22 | 0 | F | DC | 3B | 3F |
| Octal | 151 | 216 | 330 | 63 | 42 | 0 | 17 | 334 | 73 | 77 |
| Binary | 1101001 | 10001110 | 11011000 | 110011 | 100010 | 0 | 1111 | 11011100 | 111011 | 111111 |
Color Harmonies of #698ED8
Complementary color
Monochromatic Colors of #698ED8
Black with #698ED8
Text Example
Text Example
White with #698ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698ED8; }
p { color: rgb(105,142,216); }
H1.HeaderClassName
{
color: #698ED8;
}
.AnyTagClassName
{
color: #698ED8;
}
</style>
background-color css
<style>
a { background-color: #698ED8; }
a { background-color: rgb(105,142,216); }
div.DivClassName
{
background-color: #698ED8;
}
.BgClassName
{
background-color: #698ED8;
}
</style>
border-color css
<style>
span { border-color: #698ED8; }
span { border-color: rgb(105,142,216); }
td.TdClassName
{
border-color: #698ED8;
}
.TagClassName
{
border-color: #698ED8;
}
</style>