Shades of Cornflower Blue #698EEA
Tints of Cornflower Blue #698EEA
RGB
CMYK
RGB Variations
Color information
#698EEA (or 0x698EEA) is known color: Cornflower Blue. HEX triplet: 69, 8E and EA. RGB value is (105,142,234). Sum of RGB (Red+Green+Blue) = 105+142+234=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #698EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698EEA is #967115. Grayscale: #8D8D8D. Windows color (decimal): -9859350 or 15371881. OLE color: 15371881.
HSL color Cylindrical-coordinate representation of color #698EEA: hue angle of 222.79º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #698EEA is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 142 | 234 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.08 |
| HSL | 222.79º | 0.75% | 0.66% | - |
| HSV(B) | 222.79º | 0.55% | 0.92% | - |
| XYZ | 30.35 | 28.29 | 81.7 | - |
| YUV | 141.43 | 180.24 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 234 | 0.55 | 0.39 | 0 | 0.08 | 222.79 | 0.75 | 0.66 |
| Hex | 69 | 8E | EA | 37 | 27 | 0 | 8 | DF | 4B | 42 |
| Octal | 151 | 216 | 352 | 67 | 47 | 0 | 10 | 337 | 113 | 102 |
| Binary | 1101001 | 10001110 | 11101010 | 110111 | 100111 | 0 | 1000 | 11011111 | 1001011 | 1000010 |
Color Harmonies of #698EEA
Complementary color
Monochromatic Colors of #698EEA
Black with #698EEA
Text Example
Text Example
White with #698EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698EEA; }
p { color: rgb(105,142,234); }
H1.HeaderClassName
{
color: #698EEA;
}
.AnyTagClassName
{
color: #698EEA;
}
</style>
background-color css
<style>
a { background-color: #698EEA; }
a { background-color: rgb(105,142,234); }
div.DivClassName
{
background-color: #698EEA;
}
.BgClassName
{
background-color: #698EEA;
}
</style>
border-color css
<style>
span { border-color: #698EEA; }
span { border-color: rgb(105,142,234); }
td.TdClassName
{
border-color: #698EEA;
}
.TagClassName
{
border-color: #698EEA;
}
</style>