Shades of Cornflower Blue #6E9DED
Tints of Cornflower Blue #6E9DED
RGB
CMYK
RGB Variations
Color information
#6E9DED (or 0x6E9DED) is known color: Cornflower Blue. HEX triplet: 6E, 9D and ED. RGB value is (110,157,237). Sum of RGB (Red+Green+Blue) = 110+157+237=504 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.83% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E9DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9DED is #916212. Grayscale: #979797. Windows color (decimal): -9527827 or 15572334. OLE color: 15572334.
HSL color Cylindrical-coordinate representation of color #6E9DED: hue angle of 217.8º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E9DED is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 157 | 237 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.07 |
| HSL | 217.8º | 0.78% | 0.68% | - |
| HSV(B) | 217.8º | 0.54% | 0.93% | - |
| XYZ | 33.77 | 33.54 | 84.82 | - |
| YUV | 152.07 | 175.93 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 157 | 237 | 0.54 | 0.34 | 0 | 0.07 | 217.8 | 0.78 | 0.68 |
| Hex | 6E | 9D | ED | 36 | 22 | 0 | 7 | DA | 4E | 44 |
| Octal | 156 | 235 | 355 | 66 | 42 | 0 | 7 | 332 | 116 | 104 |
| Binary | 1101110 | 10011101 | 11101101 | 110110 | 100010 | 0 | 111 | 11011010 | 1001110 | 1000100 |
Color Harmonies of #6E9DED
Complementary color
Monochromatic Colors of #6E9DED
Black with #6E9DED
Text Example
Text Example
White with #6E9DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9DED; }
p { color: rgb(110,157,237); }
H1.HeaderClassName
{
color: #6E9DED;
}
.AnyTagClassName
{
color: #6E9DED;
}
</style>
background-color css
<style>
a { background-color: #6E9DED; }
a { background-color: rgb(110,157,237); }
div.DivClassName
{
background-color: #6E9DED;
}
.BgClassName
{
background-color: #6E9DED;
}
</style>
border-color css
<style>
span { border-color: #6E9DED; }
span { border-color: rgb(110,157,237); }
td.TdClassName
{
border-color: #6E9DED;
}
.TagClassName
{
border-color: #6E9DED;
}
</style>