Shades of Cornflower Blue #6E9AFE
Tints of Cornflower Blue #6E9AFE
RGB
CMYK
RGB Variations
Color information
#6E9AFE (or 0x6E9AFE) is known color: Cornflower Blue. HEX triplet: 6E, 9A and FE. RGB value is (110,154,254). Sum of RGB (Red+Green+Blue) = 110+154+254=518 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.24% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E9AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9AFE is #916501. Grayscale: #979797. Windows color (decimal): -9528578 or 16685678. OLE color: 16685678.
HSL color Cylindrical-coordinate representation of color #6E9AFE: hue angle of 221.67º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E9AFE is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 154 | 254 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.00 |
| HSL | 221.67º | 0.99% | 0.71% | - |
| HSV(B) | 221.67º | 0.57% | 1% | - |
| XYZ | 35.88 | 33.58 | 98.36 | - |
| YUV | 152.24 | 185.42 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 154 | 254 | 0.57 | 0.39 | 0 | 0.00 | 221.67 | 0.99 | 0.71 |
| Hex | 6E | 9A | FE | 39 | 27 | 0 | 0 | DE | 63 | 47 |
| Octal | 156 | 232 | 376 | 71 | 47 | 0 | 0 | 336 | 143 | 107 |
| Binary | 1101110 | 10011010 | 11111110 | 111001 | 100111 | 0 | 0 | 11011110 | 1100011 | 1000111 |
Color Harmonies of #6E9AFE
Complementary color
Monochromatic Colors of #6E9AFE
Black with #6E9AFE
Text Example
Text Example
White with #6E9AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9AFE; }
p { color: rgb(110,154,254); }
H1.HeaderClassName
{
color: #6E9AFE;
}
.AnyTagClassName
{
color: #6E9AFE;
}
</style>
background-color css
<style>
a { background-color: #6E9AFE; }
a { background-color: rgb(110,154,254); }
div.DivClassName
{
background-color: #6E9AFE;
}
.BgClassName
{
background-color: #6E9AFE;
}
</style>
border-color css
<style>
span { border-color: #6E9AFE; }
span { border-color: rgb(110,154,254); }
td.TdClassName
{
border-color: #6E9AFE;
}
.TagClassName
{
border-color: #6E9AFE;
}
</style>