Shades of Downy #6EEEC0
Tints of Downy #6EEEC0
RGB
CMYK
RGB Variations
Color information
#6EEEC0 (or 0x6EEEC0) is known color: Downy. HEX triplet: 6E, EE and C0. RGB value is (110,238,192). Sum of RGB (Red+Green+Blue) = 110+238+192=540 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.37% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 238 - color contains mainly: green. Hex color #6EEEC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEEC0 is #91113F. Grayscale: #C2C2C2. Windows color (decimal): -9507136 or 12643950. OLE color: 12643950.
HSL color Cylindrical-coordinate representation of color #6EEEC0: hue angle of 158.44º degrees, saturation: 0.79, 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 #6EEEC0 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 238 | 192 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.07 |
| HSL | 158.44º | 0.79% | 0.68% | - |
| HSV(B) | 158.44º | 0.54% | 0.93% | - |
| XYZ | 46.52 | 68.27 | 60.59 | - |
| YUV | 194.48 | 126.59 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 238 | 192 | 0.54 | 0 | 0.19 | 0.07 | 158.44 | 0.79 | 0.68 |
| Hex | 6E | EE | C0 | 36 | 0 | 13 | 7 | 9E | 4F | 44 |
| Octal | 156 | 356 | 300 | 66 | 0 | 23 | 7 | 236 | 117 | 104 |
| Binary | 1101110 | 11101110 | 11000000 | 110110 | 0 | 10011 | 111 | 10011110 | 1001111 | 1000100 |
Color Harmonies of #6EEEC0
Complementary color
Monochromatic Colors of #6EEEC0
Black with #6EEEC0
Text Example
Text Example
White with #6EEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEEC0; }
p { color: rgb(110,238,192); }
H1.HeaderClassName
{
color: #6EEEC0;
}
.AnyTagClassName
{
color: #6EEEC0;
}
</style>
background-color css
<style>
a { background-color: #6EEEC0; }
a { background-color: rgb(110,238,192); }
div.DivClassName
{
background-color: #6EEEC0;
}
.BgClassName
{
background-color: #6EEEC0;
}
</style>
border-color css
<style>
span { border-color: #6EEEC0; }
span { border-color: rgb(110,238,192); }
td.TdClassName
{
border-color: #6EEEC0;
}
.TagClassName
{
border-color: #6EEEC0;
}
</style>