Shades of Downy #6EDECC
Tints of Downy #6EDECC
RGB
CMYK
RGB Variations
Color information
#6EDECC (or 0x6EDECC) is known color: Downy. HEX triplet: 6E, DE and CC. RGB value is (110,222,204). Sum of RGB (Red+Green+Blue) = 110+222+204=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDECC is #912133. Grayscale: #BABABA. Windows color (decimal): -9511220 or 13426286. OLE color: 13426286.
HSL color Cylindrical-coordinate representation of color #6EDECC: hue angle of 170.36º degrees, saturation: 0.63, 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 #6EDECC is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 222 | 204 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.13 |
| HSL | 170.36º | 0.63% | 0.65% | - |
| HSV(B) | 170.36º | 0.5% | 0.87% | - |
| XYZ | 43.45 | 59.92 | 66.4 | - |
| YUV | 186.46 | 137.89 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 222 | 204 | 0.50 | 0 | 0.08 | 0.13 | 170.36 | 0.63 | 0.65 |
| Hex | 6E | DE | CC | 32 | 0 | 8 | D | AA | 3F | 41 |
| Octal | 156 | 336 | 314 | 62 | 0 | 10 | 15 | 252 | 77 | 101 |
| Binary | 1101110 | 11011110 | 11001100 | 110010 | 0 | 1000 | 1101 | 10101010 | 111111 | 1000001 |
Color Harmonies of #6EDECC
Complementary color
Monochromatic Colors of #6EDECC
Black with #6EDECC
Text Example
Text Example
White with #6EDECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDECC; }
p { color: rgb(110,222,204); }
H1.HeaderClassName
{
color: #6EDECC;
}
.AnyTagClassName
{
color: #6EDECC;
}
</style>
background-color css
<style>
a { background-color: #6EDECC; }
a { background-color: rgb(110,222,204); }
div.DivClassName
{
background-color: #6EDECC;
}
.BgClassName
{
background-color: #6EDECC;
}
</style>
border-color css
<style>
span { border-color: #6EDECC; }
span { border-color: rgb(110,222,204); }
td.TdClassName
{
border-color: #6EDECC;
}
.TagClassName
{
border-color: #6EDECC;
}
</style>