Shades of Downy #6ED2BC
Tints of Downy #6ED2BC
RGB
CMYK
RGB Variations
Color information
#6ED2BC (or 0x6ED2BC) is known color: Downy. HEX triplet: 6E, D2 and BC. RGB value is (110,210,188). Sum of RGB (Red+Green+Blue) = 110+210+188=508 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.65% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED2BC is #912D43. Grayscale: #B1B1B1. Windows color (decimal): -9514308 or 12374638. OLE color: 12374638.
HSL color Cylindrical-coordinate representation of color #6ED2BC: hue angle of 166.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED2BC is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 210 | 188 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.18 |
| HSL | 166.8º | 0.53% | 0.63% | - |
| HSV(B) | 166.8º | 0.48% | 0.82% | - |
| XYZ | 38.55 | 53.04 | 55.78 | - |
| YUV | 177.59 | 133.87 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 210 | 188 | 0.48 | 0 | 0.10 | 0.18 | 166.8 | 0.53 | 0.63 |
| Hex | 6E | D2 | BC | 30 | 0 | A | 12 | A7 | 35 | 3F |
| Octal | 156 | 322 | 274 | 60 | 0 | 12 | 22 | 247 | 65 | 77 |
| Binary | 1101110 | 11010010 | 10111100 | 110000 | 0 | 1010 | 10010 | 10100111 | 110101 | 111111 |
Color Harmonies of #6ED2BC
Complementary color
Monochromatic Colors of #6ED2BC
Black with #6ED2BC
Text Example
Text Example
White with #6ED2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED2BC; }
p { color: rgb(110,210,188); }
H1.HeaderClassName
{
color: #6ED2BC;
}
.AnyTagClassName
{
color: #6ED2BC;
}
</style>
background-color css
<style>
a { background-color: #6ED2BC; }
a { background-color: rgb(110,210,188); }
div.DivClassName
{
background-color: #6ED2BC;
}
.BgClassName
{
background-color: #6ED2BC;
}
</style>
border-color css
<style>
span { border-color: #6ED2BC; }
span { border-color: rgb(110,210,188); }
td.TdClassName
{
border-color: #6ED2BC;
}
.TagClassName
{
border-color: #6ED2BC;
}
</style>