Shades of Cornflower Blue #6EA2EC
Tints of Cornflower Blue #6EA2EC
RGB
CMYK
RGB Variations
Color information
#6EA2EC (or 0x6EA2EC) is known color: Cornflower Blue. HEX triplet: 6E, A2 and EC. RGB value is (110,162,236). Sum of RGB (Red+Green+Blue) = 110+162+236=508 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.65% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #6EA2EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA2EC is #915D13. Grayscale: #9A9A9A. Windows color (decimal): -9526548 or 15508078. OLE color: 15508078.
HSL color Cylindrical-coordinate representation of color #6EA2EC: hue angle of 215.24º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EA2EC is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 162 | 236 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.07 |
| HSL | 215.24º | 0.77% | 0.68% | - |
| HSV(B) | 215.24º | 0.53% | 0.93% | - |
| XYZ | 34.49 | 35.21 | 84.34 | - |
| YUV | 154.89 | 173.77 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 162 | 236 | 0.53 | 0.31 | 0 | 0.07 | 215.24 | 0.77 | 0.68 |
| Hex | 6E | A2 | EC | 35 | 1F | 0 | 7 | D7 | 4D | 44 |
| Octal | 156 | 242 | 354 | 65 | 37 | 0 | 7 | 327 | 115 | 104 |
| Binary | 1101110 | 10100010 | 11101100 | 110101 | 11111 | 0 | 111 | 11010111 | 1001101 | 1000100 |
Color Harmonies of #6EA2EC
Complementary color
Monochromatic Colors of #6EA2EC
Black with #6EA2EC
Text Example
Text Example
White with #6EA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA2EC; }
p { color: rgb(110,162,236); }
H1.HeaderClassName
{
color: #6EA2EC;
}
.AnyTagClassName
{
color: #6EA2EC;
}
</style>
background-color css
<style>
a { background-color: #6EA2EC; }
a { background-color: rgb(110,162,236); }
div.DivClassName
{
background-color: #6EA2EC;
}
.BgClassName
{
background-color: #6EA2EC;
}
</style>
border-color css
<style>
span { border-color: #6EA2EC; }
span { border-color: rgb(110,162,236); }
td.TdClassName
{
border-color: #6EA2EC;
}
.TagClassName
{
border-color: #6EA2EC;
}
</style>