Shades of Cornflower Blue #6EA6FF
Tints of Cornflower Blue #6EA6FF
RGB
CMYK
RGB Variations
Color information
#6EA6FF (or 0x6EA6FF) is known color: Cornflower Blue. HEX triplet: 6E, A6 and FF. RGB value is (110,166,255). Sum of RGB (Red+Green+Blue) = 110+166+255=531 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.72% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EA6FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA6FF is #915900. Grayscale: #9E9E9E. Windows color (decimal): -9525505 or 16754286. OLE color: 16754286.
HSL color Cylindrical-coordinate representation of color #6EA6FF: hue angle of 216.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EA6FF is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 166 | 255 | - |
| CMYK | 0.57 | 0.35 | 0 | 0 |
| HSL | 216.83º | 1% | 0.72% | - |
| HSV(B) | 216.83º | 0.57% | 1% | - |
| XYZ | 38.12 | 37.81 | 99.9 | - |
| YUV | 159.4 | 181.95 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 166 | 255 | 0.57 | 0.35 | 0 | 0 | 216.83 | 1 | 0.72 |
| Hex | 6E | A6 | FF | 39 | 23 | 0 | 0 | D9 | 64 | 48 |
| Octal | 156 | 246 | 377 | 71 | 43 | 0 | 0 | 331 | 144 | 110 |
| Binary | 1101110 | 10100110 | 11111111 | 111001 | 100011 | 0 | 0 | 11011001 | 1100100 | 1001000 |
Color Harmonies of #6EA6FF
Complementary color
Monochromatic Colors of #6EA6FF
Black with #6EA6FF
Text Example
Text Example
White with #6EA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA6FF; }
p { color: rgb(110,166,255); }
H1.HeaderClassName
{
color: #6EA6FF;
}
.AnyTagClassName
{
color: #6EA6FF;
}
</style>
background-color css
<style>
a { background-color: #6EA6FF; }
a { background-color: rgb(110,166,255); }
div.DivClassName
{
background-color: #6EA6FF;
}
.BgClassName
{
background-color: #6EA6FF;
}
</style>
border-color css
<style>
span { border-color: #6EA6FF; }
span { border-color: rgb(110,166,255); }
td.TdClassName
{
border-color: #6EA6FF;
}
.TagClassName
{
border-color: #6EA6FF;
}
</style>