Shades of Cornflower Blue #6E8BDB
Tints of Cornflower Blue #6E8BDB
RGB
CMYK
RGB Variations
Color information
#6E8BDB (or 0x6E8BDB) is known color: Cornflower Blue. HEX triplet: 6E, 8B and DB. RGB value is (110,139,219). Sum of RGB (Red+Green+Blue) = 110+139+219=468 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.50% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E8BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8BDB is #917424. Grayscale: #8B8B8B. Windows color (decimal): -9532453 or 14388078. OLE color: 14388078.
HSL color Cylindrical-coordinate representation of color #6E8BDB: hue angle of 224.04º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E8BDB is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 139 | 219 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.14 |
| HSL | 224.04º | 0.6% | 0.65% | - |
| HSV(B) | 224.04º | 0.5% | 0.86% | - |
| XYZ | 28.45 | 26.89 | 70.71 | - |
| YUV | 139.45 | 172.89 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 139 | 219 | 0.50 | 0.37 | 0 | 0.14 | 224.04 | 0.6 | 0.65 |
| Hex | 6E | 8B | DB | 32 | 25 | 0 | E | E0 | 3C | 41 |
| Octal | 156 | 213 | 333 | 62 | 45 | 0 | 16 | 340 | 74 | 101 |
| Binary | 1101110 | 10001011 | 11011011 | 110010 | 100101 | 0 | 1110 | 11100000 | 111100 | 1000001 |
Color Harmonies of #6E8BDB
Complementary color
Monochromatic Colors of #6E8BDB
Black with #6E8BDB
Text Example
Text Example
White with #6E8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8BDB; }
p { color: rgb(110,139,219); }
H1.HeaderClassName
{
color: #6E8BDB;
}
.AnyTagClassName
{
color: #6E8BDB;
}
</style>
background-color css
<style>
a { background-color: #6E8BDB; }
a { background-color: rgb(110,139,219); }
div.DivClassName
{
background-color: #6E8BDB;
}
.BgClassName
{
background-color: #6E8BDB;
}
</style>
border-color css
<style>
span { border-color: #6E8BDB; }
span { border-color: rgb(110,139,219); }
td.TdClassName
{
border-color: #6E8BDB;
}
.TagClassName
{
border-color: #6E8BDB;
}
</style>