Shades of Cornflower Blue #6E8EDD
Tints of Cornflower Blue #6E8EDD
RGB
CMYK
RGB Variations
Color information
#6E8EDD (or 0x6E8EDD) is known color: Cornflower Blue. HEX triplet: 6E, 8E and DD. RGB value is (110,142,221). Sum of RGB (Red+Green+Blue) = 110+142+221=473 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.26% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E8EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8EDD is #917122. Grayscale: #8D8D8D. Windows color (decimal): -9531683 or 14519918. OLE color: 14519918.
HSL color Cylindrical-coordinate representation of color #6E8EDD: hue angle of 222.7º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E8EDD is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 142 | 221 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.13 |
| HSL | 222.7º | 0.62% | 0.65% | - |
| HSV(B) | 222.7º | 0.5% | 0.87% | - |
| XYZ | 29.15 | 27.88 | 72.25 | - |
| YUV | 141.44 | 172.9 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 142 | 221 | 0.50 | 0.36 | 0 | 0.13 | 222.7 | 0.62 | 0.65 |
| Hex | 6E | 8E | DD | 32 | 24 | 0 | D | DF | 3E | 41 |
| Octal | 156 | 216 | 335 | 62 | 44 | 0 | 15 | 337 | 76 | 101 |
| Binary | 1101110 | 10001110 | 11011101 | 110010 | 100100 | 0 | 1101 | 11011111 | 111110 | 1000001 |
Color Harmonies of #6E8EDD
Complementary color
Monochromatic Colors of #6E8EDD
Black with #6E8EDD
Text Example
Text Example
White with #6E8EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8EDD; }
p { color: rgb(110,142,221); }
H1.HeaderClassName
{
color: #6E8EDD;
}
.AnyTagClassName
{
color: #6E8EDD;
}
</style>
background-color css
<style>
a { background-color: #6E8EDD; }
a { background-color: rgb(110,142,221); }
div.DivClassName
{
background-color: #6E8EDD;
}
.BgClassName
{
background-color: #6E8EDD;
}
</style>
border-color css
<style>
span { border-color: #6E8EDD; }
span { border-color: rgb(110,142,221); }
td.TdClassName
{
border-color: #6E8EDD;
}
.TagClassName
{
border-color: #6E8EDD;
}
</style>