Shades of Cornflower Blue #698EE1
Tints of Cornflower Blue #698EE1
RGB
CMYK
RGB Variations
Color information
#698EE1 (or 0x698EE1) is known color: Cornflower Blue. HEX triplet: 69, 8E and E1. RGB value is (105,142,225). Sum of RGB (Red+Green+Blue) = 105+142+225=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #698EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698EE1 is #96711E. Grayscale: #8C8C8C. Windows color (decimal): -9859359 or 14782057. OLE color: 14782057.
HSL color Cylindrical-coordinate representation of color #698EE1: hue angle of 221.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #698EE1 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 142 | 225 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.12 |
| HSL | 221.5º | 0.67% | 0.65% | - |
| HSV(B) | 221.5º | 0.53% | 0.88% | - |
| XYZ | 29.09 | 27.79 | 75.06 | - |
| YUV | 140.4 | 175.74 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 225 | 0.53 | 0.37 | 0 | 0.12 | 221.5 | 0.67 | 0.65 |
| Hex | 69 | 8E | E1 | 35 | 25 | 0 | C | DE | 43 | 41 |
| Octal | 151 | 216 | 341 | 65 | 45 | 0 | 14 | 336 | 103 | 101 |
| Binary | 1101001 | 10001110 | 11100001 | 110101 | 100101 | 0 | 1100 | 11011110 | 1000011 | 1000001 |
Color Harmonies of #698EE1
Complementary color
Monochromatic Colors of #698EE1
Black with #698EE1
Text Example
Text Example
White with #698EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698EE1; }
p { color: rgb(105,142,225); }
H1.HeaderClassName
{
color: #698EE1;
}
.AnyTagClassName
{
color: #698EE1;
}
</style>
background-color css
<style>
a { background-color: #698EE1; }
a { background-color: rgb(105,142,225); }
div.DivClassName
{
background-color: #698EE1;
}
.BgClassName
{
background-color: #698EE1;
}
</style>
border-color css
<style>
span { border-color: #698EE1; }
span { border-color: rgb(105,142,225); }
td.TdClassName
{
border-color: #698EE1;
}
.TagClassName
{
border-color: #698EE1;
}
</style>