Shades of Cornflower Blue #6E91DB
Tints of Cornflower Blue #6E91DB
RGB
CMYK
RGB Variations
Color information
#6E91DB (or 0x6E91DB) is known color: Cornflower Blue. HEX triplet: 6E, 91 and DB. RGB value is (110,145,219). Sum of RGB (Red+Green+Blue) = 110+145+219=474 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.21% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E91DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E91DB is #916E24. Grayscale: #8E8E8E. Windows color (decimal): -9530917 or 14389614. OLE color: 14389614.
HSL color Cylindrical-coordinate representation of color #6E91DB: hue angle of 220.73º 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 #6E91DB is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 145 | 219 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.14 |
| HSL | 220.73º | 0.6% | 0.65% | - |
| HSV(B) | 220.73º | 0.5% | 0.86% | - |
| XYZ | 29.34 | 28.68 | 71.01 | - |
| YUV | 142.97 | 170.9 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 219 | 0.50 | 0.34 | 0 | 0.14 | 220.73 | 0.6 | 0.65 |
| Hex | 6E | 91 | DB | 32 | 22 | 0 | E | DD | 3C | 41 |
| Octal | 156 | 221 | 333 | 62 | 42 | 0 | 16 | 335 | 74 | 101 |
| Binary | 1101110 | 10010001 | 11011011 | 110010 | 100010 | 0 | 1110 | 11011101 | 111100 | 1000001 |
Color Harmonies of #6E91DB
Complementary color
Monochromatic Colors of #6E91DB
Black with #6E91DB
Text Example
Text Example
White with #6E91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E91DB; }
p { color: rgb(110,145,219); }
H1.HeaderClassName
{
color: #6E91DB;
}
.AnyTagClassName
{
color: #6E91DB;
}
</style>
background-color css
<style>
a { background-color: #6E91DB; }
a { background-color: rgb(110,145,219); }
div.DivClassName
{
background-color: #6E91DB;
}
.BgClassName
{
background-color: #6E91DB;
}
</style>
border-color css
<style>
span { border-color: #6E91DB; }
span { border-color: rgb(110,145,219); }
td.TdClassName
{
border-color: #6E91DB;
}
.TagClassName
{
border-color: #6E91DB;
}
</style>