Shades of Cornflower Blue #6EA2FF
Tints of Cornflower Blue #6EA2FF
RGB
CMYK
RGB Variations
Color information
#6EA2FF (or 0x6EA2FF) is known color: Cornflower Blue. HEX triplet: 6E, A2 and FF. RGB value is (110,162,255). Sum of RGB (Red+Green+Blue) = 110+162+255=527 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.87% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EA2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA2FF is #915D00. Grayscale: #9C9C9C. Windows color (decimal): -9526529 or 16753262. OLE color: 16753262.
HSL color Cylindrical-coordinate representation of color #6EA2FF: hue angle of 218.48º 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 #6EA2FF is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 162 | 255 | - |
| CMYK | 0.57 | 0.36 | 0 | 0 |
| HSL | 218.48º | 1% | 0.72% | - |
| HSV(B) | 218.48º | 0.57% | 1% | - |
| XYZ | 37.4 | 36.38 | 99.66 | - |
| YUV | 157.05 | 183.27 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 162 | 255 | 0.57 | 0.36 | 0 | 0 | 218.48 | 1 | 0.72 |
| Hex | 6E | A2 | FF | 39 | 24 | 0 | 0 | DA | 64 | 48 |
| Octal | 156 | 242 | 377 | 71 | 44 | 0 | 0 | 332 | 144 | 110 |
| Binary | 1101110 | 10100010 | 11111111 | 111001 | 100100 | 0 | 0 | 11011010 | 1100100 | 1001000 |
Color Harmonies of #6EA2FF
Complementary color
Monochromatic Colors of #6EA2FF
Black with #6EA2FF
Text Example
Text Example
White with #6EA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA2FF; }
p { color: rgb(110,162,255); }
H1.HeaderClassName
{
color: #6EA2FF;
}
.AnyTagClassName
{
color: #6EA2FF;
}
</style>
background-color css
<style>
a { background-color: #6EA2FF; }
a { background-color: rgb(110,162,255); }
div.DivClassName
{
background-color: #6EA2FF;
}
.BgClassName
{
background-color: #6EA2FF;
}
</style>
border-color css
<style>
span { border-color: #6EA2FF; }
span { border-color: rgb(110,162,255); }
td.TdClassName
{
border-color: #6EA2FF;
}
.TagClassName
{
border-color: #6EA2FF;
}
</style>