Shades of Cornflower Blue #6E93DD
Tints of Cornflower Blue #6E93DD
RGB
CMYK
RGB Variations
Color information
#6E93DD (or 0x6E93DD) is known color: Cornflower Blue. HEX triplet: 6E, 93 and DD. RGB value is (110,147,221). Sum of RGB (Red+Green+Blue) = 110+147+221=478 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.01% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E93DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E93DD is #916C22. Grayscale: #909090. Windows color (decimal): -9530403 or 14521198. OLE color: 14521198.
HSL color Cylindrical-coordinate representation of color #6E93DD: hue angle of 220º degrees, saturation: 0.62, 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 #6E93DD is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 147 | 221 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.13 |
| HSL | 220º | 0.62% | 0.65% | - |
| HSV(B) | 220º | 0.5% | 0.87% | - |
| XYZ | 29.92 | 29.4 | 72.51 | - |
| YUV | 144.37 | 171.24 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 147 | 221 | 0.50 | 0.33 | 0 | 0.13 | 220 | 0.62 | 0.65 |
| Hex | 6E | 93 | DD | 32 | 21 | 0 | D | DC | 3E | 41 |
| Octal | 156 | 223 | 335 | 62 | 41 | 0 | 15 | 334 | 76 | 101 |
| Binary | 1101110 | 10010011 | 11011101 | 110010 | 100001 | 0 | 1101 | 11011100 | 111110 | 1000001 |
Color Harmonies of #6E93DD
Complementary color
Monochromatic Colors of #6E93DD
Black with #6E93DD
Text Example
Text Example
White with #6E93DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E93DD; }
p { color: rgb(110,147,221); }
H1.HeaderClassName
{
color: #6E93DD;
}
.AnyTagClassName
{
color: #6E93DD;
}
</style>
background-color css
<style>
a { background-color: #6E93DD; }
a { background-color: rgb(110,147,221); }
div.DivClassName
{
background-color: #6E93DD;
}
.BgClassName
{
background-color: #6E93DD;
}
</style>
border-color css
<style>
span { border-color: #6E93DD; }
span { border-color: rgb(110,147,221); }
td.TdClassName
{
border-color: #6E93DD;
}
.TagClassName
{
border-color: #6E93DD;
}
</style>