Shades of Cornflower Blue #6E9EEF
Tints of Cornflower Blue #6E9EEF
RGB
CMYK
RGB Variations
Color information
#6E9EEF (or 0x6E9EEF) is known color: Cornflower Blue. HEX triplet: 6E, 9E and EF. RGB value is (110,158,239). Sum of RGB (Red+Green+Blue) = 110+158+239=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #6E9EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9EEF is #916110. Grayscale: #989898. Windows color (decimal): -9527569 or 15703662. OLE color: 15703662.
HSL color Cylindrical-coordinate representation of color #6E9EEF: hue angle of 217.67º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E9EEF is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 158 | 239 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.06 |
| HSL | 217.67º | 0.8% | 0.68% | - |
| HSV(B) | 217.67º | 0.54% | 0.94% | - |
| XYZ | 34.24 | 34 | 86.42 | - |
| YUV | 152.88 | 176.6 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 158 | 239 | 0.54 | 0.34 | 0 | 0.06 | 217.67 | 0.8 | 0.68 |
| Hex | 6E | 9E | EF | 36 | 22 | 0 | 6 | DA | 50 | 44 |
| Octal | 156 | 236 | 357 | 66 | 42 | 0 | 6 | 332 | 120 | 104 |
| Binary | 1101110 | 10011110 | 11101111 | 110110 | 100010 | 0 | 110 | 11011010 | 1010000 | 1000100 |
Color Harmonies of #6E9EEF
Complementary color
Monochromatic Colors of #6E9EEF
Black with #6E9EEF
Text Example
Text Example
White with #6E9EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9EEF; }
p { color: rgb(110,158,239); }
H1.HeaderClassName
{
color: #6E9EEF;
}
.AnyTagClassName
{
color: #6E9EEF;
}
</style>
background-color css
<style>
a { background-color: #6E9EEF; }
a { background-color: rgb(110,158,239); }
div.DivClassName
{
background-color: #6E9EEF;
}
.BgClassName
{
background-color: #6E9EEF;
}
</style>
border-color css
<style>
span { border-color: #6E9EEF; }
span { border-color: rgb(110,158,239); }
td.TdClassName
{
border-color: #6E9EEF;
}
.TagClassName
{
border-color: #6E9EEF;
}
</style>