Shades of Cornflower Blue #6E8CDE
Tints of Cornflower Blue #6E8CDE
RGB
CMYK
RGB Variations
Color information
#6E8CDE (or 0x6E8CDE) is known color: Cornflower Blue. HEX triplet: 6E, 8C and DE. RGB value is (110,140,222). Sum of RGB (Red+Green+Blue) = 110+140+222=472 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.31% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #6E8CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8CDE is #917321. Grayscale: #8C8C8C. Windows color (decimal): -9532194 or 14584942. OLE color: 14584942.
HSL color Cylindrical-coordinate representation of color #6E8CDE: hue angle of 223.93º degrees, saturation: 0.63, 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 #6E8CDE is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 140 | 222 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.13 |
| HSL | 223.93º | 0.63% | 0.65% | - |
| HSV(B) | 223.93º | 0.5% | 0.87% | - |
| XYZ | 28.99 | 27.35 | 72.86 | - |
| YUV | 140.38 | 174.06 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 140 | 222 | 0.50 | 0.37 | 0 | 0.13 | 223.93 | 0.63 | 0.65 |
| Hex | 6E | 8C | DE | 32 | 25 | 0 | D | E0 | 3F | 41 |
| Octal | 156 | 214 | 336 | 62 | 45 | 0 | 15 | 340 | 77 | 101 |
| Binary | 1101110 | 10001100 | 11011110 | 110010 | 100101 | 0 | 1101 | 11100000 | 111111 | 1000001 |
Color Harmonies of #6E8CDE
Complementary color
Monochromatic Colors of #6E8CDE
Black with #6E8CDE
Text Example
Text Example
White with #6E8CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8CDE; }
p { color: rgb(110,140,222); }
H1.HeaderClassName
{
color: #6E8CDE;
}
.AnyTagClassName
{
color: #6E8CDE;
}
</style>
background-color css
<style>
a { background-color: #6E8CDE; }
a { background-color: rgb(110,140,222); }
div.DivClassName
{
background-color: #6E8CDE;
}
.BgClassName
{
background-color: #6E8CDE;
}
</style>
border-color css
<style>
span { border-color: #6E8CDE; }
span { border-color: rgb(110,140,222); }
td.TdClassName
{
border-color: #6E8CDE;
}
.TagClassName
{
border-color: #6E8CDE;
}
</style>