Shades of Cornflower Blue #6E9EE8
Tints of Cornflower Blue #6E9EE8
RGB
CMYK
RGB Variations
Color information
#6E9EE8 (or 0x6E9EE8) is known color: Cornflower Blue. HEX triplet: 6E, 9E and E8. RGB value is (110,158,232). Sum of RGB (Red+Green+Blue) = 110+158+232=500 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #6E9EE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9EE8 is #916117. Grayscale: #979797. Windows color (decimal): -9527576 or 15244910. OLE color: 15244910.
HSL color Cylindrical-coordinate representation of color #6E9EE8: hue angle of 216.39º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E9EE8 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 158 | 232 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.09 |
| HSL | 216.39º | 0.73% | 0.67% | - |
| HSV(B) | 216.39º | 0.53% | 0.91% | - |
| XYZ | 33.22 | 33.59 | 81.08 | - |
| YUV | 152.08 | 173.1 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 158 | 232 | 0.53 | 0.32 | 0 | 0.09 | 216.39 | 0.73 | 0.67 |
| Hex | 6E | 9E | E8 | 35 | 20 | 0 | 9 | D8 | 49 | 43 |
| Octal | 156 | 236 | 350 | 65 | 40 | 0 | 11 | 330 | 111 | 103 |
| Binary | 1101110 | 10011110 | 11101000 | 110101 | 100000 | 0 | 1001 | 11011000 | 1001001 | 1000011 |
Color Harmonies of #6E9EE8
Complementary color
Monochromatic Colors of #6E9EE8
Black with #6E9EE8
Text Example
Text Example
White with #6E9EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9EE8; }
p { color: rgb(110,158,232); }
H1.HeaderClassName
{
color: #6E9EE8;
}
.AnyTagClassName
{
color: #6E9EE8;
}
</style>
background-color css
<style>
a { background-color: #6E9EE8; }
a { background-color: rgb(110,158,232); }
div.DivClassName
{
background-color: #6E9EE8;
}
.BgClassName
{
background-color: #6E9EE8;
}
</style>
border-color css
<style>
span { border-color: #6E9EE8; }
span { border-color: rgb(110,158,232); }
td.TdClassName
{
border-color: #6E9EE8;
}
.TagClassName
{
border-color: #6E9EE8;
}
</style>