Shades of Downy #6EECC0
Tints of Downy #6EECC0
RGB
CMYK
RGB Variations
Color information
#6EECC0 (or 0x6EECC0) is known color: Downy. HEX triplet: 6E, EC and C0. RGB value is (110,236,192). Sum of RGB (Red+Green+Blue) = 110+236+192=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #6EECC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EECC0 is #91133F. Grayscale: #C1C1C1. Windows color (decimal): -9507648 or 12643438. OLE color: 12643438.
HSL color Cylindrical-coordinate representation of color #6EECC0: hue angle of 159.05º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EECC0 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 236 | 192 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.07 |
| HSL | 159.05º | 0.77% | 0.68% | - |
| HSV(B) | 159.05º | 0.53% | 0.93% | - |
| XYZ | 45.94 | 67.11 | 60.4 | - |
| YUV | 193.31 | 127.26 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 236 | 192 | 0.53 | 0 | 0.19 | 0.07 | 159.05 | 0.77 | 0.68 |
| Hex | 6E | EC | C0 | 35 | 0 | 13 | 7 | 9F | 4D | 44 |
| Octal | 156 | 354 | 300 | 65 | 0 | 23 | 7 | 237 | 115 | 104 |
| Binary | 1101110 | 11101100 | 11000000 | 110101 | 0 | 10011 | 111 | 10011111 | 1001101 | 1000100 |
Color Harmonies of #6EECC0
Complementary color
Monochromatic Colors of #6EECC0
Black with #6EECC0
Text Example
Text Example
White with #6EECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EECC0; }
p { color: rgb(110,236,192); }
H1.HeaderClassName
{
color: #6EECC0;
}
.AnyTagClassName
{
color: #6EECC0;
}
</style>
background-color css
<style>
a { background-color: #6EECC0; }
a { background-color: rgb(110,236,192); }
div.DivClassName
{
background-color: #6EECC0;
}
.BgClassName
{
background-color: #6EECC0;
}
</style>
border-color css
<style>
span { border-color: #6EECC0; }
span { border-color: rgb(110,236,192); }
td.TdClassName
{
border-color: #6EECC0;
}
.TagClassName
{
border-color: #6EECC0;
}
</style>