Shades of Downy #6ED3BC
Tints of Downy #6ED3BC
RGB
CMYK
RGB Variations
Color information
#6ED3BC (or 0x6ED3BC) is known color: Downy. HEX triplet: 6E, D3 and BC. RGB value is (110,211,188). Sum of RGB (Red+Green+Blue) = 110+211+188=509 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.61% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 211 - color contains mainly: green. Hex color #6ED3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED3BC is #912C43. Grayscale: #B2B2B2. Windows color (decimal): -9514052 or 12374894. OLE color: 12374894.
HSL color Cylindrical-coordinate representation of color #6ED3BC: hue angle of 166.34º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED3BC is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 110 | 211 | 188 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.17 |
| HSL | 166.34º | 0.53% | 0.63% | - |
| HSV(B) | 166.34º | 0.48% | 0.83% | - |
| XYZ | 38.8 | 53.53 | 55.87 | - |
| YUV | 178.18 | 133.54 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 211 | 188 | 0.48 | 0 | 0.11 | 0.17 | 166.34 | 0.53 | 0.63 |
| Hex | 6E | D3 | BC | 30 | 0 | B | 11 | A6 | 35 | 3F |
| Octal | 156 | 323 | 274 | 60 | 0 | 13 | 21 | 246 | 65 | 77 |
| Binary | 1101110 | 11010011 | 10111100 | 110000 | 0 | 1011 | 10001 | 10100110 | 110101 | 111111 |
Color Harmonies of #6ED3BC
Complementary color
Monochromatic Colors of #6ED3BC
Black with #6ED3BC
Text Example
Text Example
White with #6ED3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED3BC; }
p { color: rgb(110,211,188); }
H1.HeaderClassName
{
color: #6ED3BC;
}
.AnyTagClassName
{
color: #6ED3BC;
}
</style>
background-color css
<style>
a { background-color: #6ED3BC; }
a { background-color: rgb(110,211,188); }
div.DivClassName
{
background-color: #6ED3BC;
}
.BgClassName
{
background-color: #6ED3BC;
}
</style>
border-color css
<style>
span { border-color: #6ED3BC; }
span { border-color: rgb(110,211,188); }
td.TdClassName
{
border-color: #6ED3BC;
}
.TagClassName
{
border-color: #6ED3BC;
}
</style>