Shades of Cornflower Blue #6E84DB
Tints of Cornflower Blue #6E84DB
RGB
CMYK
RGB Variations
Color information
#6E84DB (or 0x6E84DB) is known color: Cornflower Blue. HEX triplet: 6E, 84 and DB. RGB value is (110,132,219). Sum of RGB (Red+Green+Blue) = 110+132+219=461 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.86% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E84DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E84DB is #917B24. Grayscale: #868686. Windows color (decimal): -9534245 or 14386286. OLE color: 14386286.
HSL color Cylindrical-coordinate representation of color #6E84DB: hue angle of 227.89º 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 #6E84DB is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 132 | 219 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.14 |
| HSL | 227.89º | 0.6% | 0.65% | - |
| HSV(B) | 227.89º | 0.5% | 0.86% | - |
| XYZ | 27.47 | 24.93 | 70.38 | - |
| YUV | 135.34 | 175.21 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 132 | 219 | 0.50 | 0.40 | 0 | 0.14 | 227.89 | 0.6 | 0.65 |
| Hex | 6E | 84 | DB | 32 | 28 | 0 | E | E4 | 3C | 41 |
| Octal | 156 | 204 | 333 | 62 | 50 | 0 | 16 | 344 | 74 | 101 |
| Binary | 1101110 | 10000100 | 11011011 | 110010 | 101000 | 0 | 1110 | 11100100 | 111100 | 1000001 |
Color Harmonies of #6E84DB
Complementary color
Monochromatic Colors of #6E84DB
Black with #6E84DB
Text Example
Text Example
White with #6E84DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E84DB; }
p { color: rgb(110,132,219); }
H1.HeaderClassName
{
color: #6E84DB;
}
.AnyTagClassName
{
color: #6E84DB;
}
</style>
background-color css
<style>
a { background-color: #6E84DB; }
a { background-color: rgb(110,132,219); }
div.DivClassName
{
background-color: #6E84DB;
}
.BgClassName
{
background-color: #6E84DB;
}
</style>
border-color css
<style>
span { border-color: #6E84DB; }
span { border-color: rgb(110,132,219); }
td.TdClassName
{
border-color: #6E84DB;
}
.TagClassName
{
border-color: #6E84DB;
}
</style>