Shades of Cornflower Blue #6EA3EE
Tints of Cornflower Blue #6EA3EE
RGB
CMYK
RGB Variations
Color information
#6EA3EE (or 0x6EA3EE) is known color: Cornflower Blue. HEX triplet: 6E, A3 and EE. RGB value is (110,163,238). Sum of RGB (Red+Green+Blue) = 110+163+238=511 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.53% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #6EA3EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA3EE is #915C11. Grayscale: #9B9B9B. Windows color (decimal): -9526290 or 15639406. OLE color: 15639406.
HSL color Cylindrical-coordinate representation of color #6EA3EE: hue angle of 215.16º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EA3EE is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 163 | 238 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.07 |
| HSL | 215.16º | 0.79% | 0.68% | - |
| HSV(B) | 215.16º | 0.54% | 0.93% | - |
| XYZ | 34.96 | 35.68 | 85.93 | - |
| YUV | 155.7 | 174.44 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 163 | 238 | 0.54 | 0.32 | 0 | 0.07 | 215.16 | 0.79 | 0.68 |
| Hex | 6E | A3 | EE | 36 | 20 | 0 | 7 | D7 | 4F | 44 |
| Octal | 156 | 243 | 356 | 66 | 40 | 0 | 7 | 327 | 117 | 104 |
| Binary | 1101110 | 10100011 | 11101110 | 110110 | 100000 | 0 | 111 | 11010111 | 1001111 | 1000100 |
Color Harmonies of #6EA3EE
Complementary color
Monochromatic Colors of #6EA3EE
Black with #6EA3EE
Text Example
Text Example
White with #6EA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA3EE; }
p { color: rgb(110,163,238); }
H1.HeaderClassName
{
color: #6EA3EE;
}
.AnyTagClassName
{
color: #6EA3EE;
}
</style>
background-color css
<style>
a { background-color: #6EA3EE; }
a { background-color: rgb(110,163,238); }
div.DivClassName
{
background-color: #6EA3EE;
}
.BgClassName
{
background-color: #6EA3EE;
}
</style>
border-color css
<style>
span { border-color: #6EA3EE; }
span { border-color: rgb(110,163,238); }
td.TdClassName
{
border-color: #6EA3EE;
}
.TagClassName
{
border-color: #6EA3EE;
}
</style>