Shades of Cornflower Blue #6E95DD
Tints of Cornflower Blue #6E95DD
RGB
CMYK
RGB Variations
Color information
#6E95DD (or 0x6E95DD) is known color: Cornflower Blue. HEX triplet: 6E, 95 and DD. RGB value is (110,149,221). Sum of RGB (Red+Green+Blue) = 110+149+221=480 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.92% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E95DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E95DD is #916A22. Grayscale: #919191. Windows color (decimal): -9529891 or 14521710. OLE color: 14521710.
HSL color Cylindrical-coordinate representation of color #6E95DD: hue angle of 218.92º 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 #6E95DD is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 149 | 221 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.13 |
| HSL | 218.92º | 0.62% | 0.65% | - |
| HSV(B) | 218.92º | 0.5% | 0.87% | - |
| XYZ | 30.23 | 30.03 | 72.61 | - |
| YUV | 145.55 | 170.58 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 149 | 221 | 0.50 | 0.33 | 0 | 0.13 | 218.92 | 0.62 | 0.65 |
| Hex | 6E | 95 | DD | 32 | 21 | 0 | D | DB | 3E | 41 |
| Octal | 156 | 225 | 335 | 62 | 41 | 0 | 15 | 333 | 76 | 101 |
| Binary | 1101110 | 10010101 | 11011101 | 110010 | 100001 | 0 | 1101 | 11011011 | 111110 | 1000001 |
Color Harmonies of #6E95DD
Complementary color
Monochromatic Colors of #6E95DD
Black with #6E95DD
Text Example
Text Example
White with #6E95DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E95DD; }
p { color: rgb(110,149,221); }
H1.HeaderClassName
{
color: #6E95DD;
}
.AnyTagClassName
{
color: #6E95DD;
}
</style>
background-color css
<style>
a { background-color: #6E95DD; }
a { background-color: rgb(110,149,221); }
div.DivClassName
{
background-color: #6E95DD;
}
.BgClassName
{
background-color: #6E95DD;
}
</style>
border-color css
<style>
span { border-color: #6E95DD; }
span { border-color: rgb(110,149,221); }
td.TdClassName
{
border-color: #6E95DD;
}
.TagClassName
{
border-color: #6E95DD;
}
</style>