Shades of Cornflower Blue #698EEC
Tints of Cornflower Blue #698EEC
RGB
CMYK
RGB Variations
Color information
#698EEC (or 0x698EEC) is known color: Cornflower Blue. HEX triplet: 69, 8E and EC. RGB value is (105,142,236). Sum of RGB (Red+Green+Blue) = 105+142+236=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #698EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698EEC is #967113. Grayscale: #8D8D8D. Windows color (decimal): -9859348 or 15502953. OLE color: 15502953.
HSL color Cylindrical-coordinate representation of color #698EEC: hue angle of 223.05º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #698EEC is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 142 | 236 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.07 |
| HSL | 223.05º | 0.78% | 0.67% | - |
| HSV(B) | 223.05º | 0.56% | 0.93% | - |
| XYZ | 30.64 | 28.41 | 83.22 | - |
| YUV | 141.65 | 181.24 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 236 | 0.56 | 0.40 | 0 | 0.07 | 223.05 | 0.78 | 0.67 |
| Hex | 69 | 8E | EC | 38 | 28 | 0 | 7 | DF | 4E | 43 |
| Octal | 151 | 216 | 354 | 70 | 50 | 0 | 7 | 337 | 116 | 103 |
| Binary | 1101001 | 10001110 | 11101100 | 111000 | 101000 | 0 | 111 | 11011111 | 1001110 | 1000011 |
Color Harmonies of #698EEC
Complementary color
Monochromatic Colors of #698EEC
Black with #698EEC
Text Example
Text Example
White with #698EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698EEC; }
p { color: rgb(105,142,236); }
H1.HeaderClassName
{
color: #698EEC;
}
.AnyTagClassName
{
color: #698EEC;
}
</style>
background-color css
<style>
a { background-color: #698EEC; }
a { background-color: rgb(105,142,236); }
div.DivClassName
{
background-color: #698EEC;
}
.BgClassName
{
background-color: #698EEC;
}
</style>
border-color css
<style>
span { border-color: #698EEC; }
span { border-color: rgb(105,142,236); }
td.TdClassName
{
border-color: #698EEC;
}
.TagClassName
{
border-color: #698EEC;
}
</style>