Shades of Cornflower Blue #6E81DB
Tints of Cornflower Blue #6E81DB
RGB
CMYK
RGB Variations
Color information
#6E81DB (or 0x6E81DB) is known color: Cornflower Blue. HEX triplet: 6E, 81 and DB. RGB value is (110,129,219). Sum of RGB (Red+Green+Blue) = 110+129+219=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E81DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E81DB is #917E24. Grayscale: #858585. Windows color (decimal): -9535013 or 14385518. OLE color: 14385518.
HSL color Cylindrical-coordinate representation of color #6E81DB: hue angle of 229.54º 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 #6E81DB is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 129 | 219 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.14 |
| HSL | 229.54º | 0.6% | 0.65% | - |
| HSV(B) | 229.54º | 0.5% | 0.86% | - |
| XYZ | 27.07 | 24.13 | 70.25 | - |
| YUV | 133.58 | 176.21 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 129 | 219 | 0.50 | 0.41 | 0 | 0.14 | 229.54 | 0.6 | 0.65 |
| Hex | 6E | 81 | DB | 32 | 29 | 0 | E | E6 | 3C | 41 |
| Octal | 156 | 201 | 333 | 62 | 51 | 0 | 16 | 346 | 74 | 101 |
| Binary | 1101110 | 10000001 | 11011011 | 110010 | 101001 | 0 | 1110 | 11100110 | 111100 | 1000001 |
Color Harmonies of #6E81DB
Complementary color
Monochromatic Colors of #6E81DB
Black with #6E81DB
Text Example
Text Example
White with #6E81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E81DB; }
p { color: rgb(110,129,219); }
H1.HeaderClassName
{
color: #6E81DB;
}
.AnyTagClassName
{
color: #6E81DB;
}
</style>
background-color css
<style>
a { background-color: #6E81DB; }
a { background-color: rgb(110,129,219); }
div.DivClassName
{
background-color: #6E81DB;
}
.BgClassName
{
background-color: #6E81DB;
}
</style>
border-color css
<style>
span { border-color: #6E81DB; }
span { border-color: rgb(110,129,219); }
td.TdClassName
{
border-color: #6E81DB;
}
.TagClassName
{
border-color: #6E81DB;
}
</style>