Shades of Downy #6ED8BD
Tints of Downy #6ED8BD
RGB
CMYK
RGB Variations
Color information
#6ED8BD (or 0x6ED8BD) is known color: Downy. HEX triplet: 6E, D8 and BD. RGB value is (110,216,189). Sum of RGB (Red+Green+Blue) = 110+216+189=515 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.36% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED8BD is #912742. Grayscale: #B5B5B5. Windows color (decimal): -9512771 or 12441710. OLE color: 12441710.
HSL color Cylindrical-coordinate representation of color #6ED8BD: hue angle of 164.72º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED8BD is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 216 | 189 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.15 |
| HSL | 164.72º | 0.58% | 0.64% | - |
| HSV(B) | 164.72º | 0.49% | 0.85% | - |
| XYZ | 40.17 | 56.1 | 56.86 | - |
| YUV | 181.23 | 132.38 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 216 | 189 | 0.49 | 0 | 0.12 | 0.15 | 164.72 | 0.58 | 0.64 |
| Hex | 6E | D8 | BD | 31 | 0 | C | F | A5 | 3A | 40 |
| Octal | 156 | 330 | 275 | 61 | 0 | 14 | 17 | 245 | 72 | 100 |
| Binary | 1101110 | 11011000 | 10111101 | 110001 | 0 | 1100 | 1111 | 10100101 | 111010 | 1000000 |
Color Harmonies of #6ED8BD
Complementary color
Monochromatic Colors of #6ED8BD
Black with #6ED8BD
Text Example
Text Example
White with #6ED8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED8BD; }
p { color: rgb(110,216,189); }
H1.HeaderClassName
{
color: #6ED8BD;
}
.AnyTagClassName
{
color: #6ED8BD;
}
</style>
background-color css
<style>
a { background-color: #6ED8BD; }
a { background-color: rgb(110,216,189); }
div.DivClassName
{
background-color: #6ED8BD;
}
.BgClassName
{
background-color: #6ED8BD;
}
</style>
border-color css
<style>
span { border-color: #6ED8BD; }
span { border-color: rgb(110,216,189); }
td.TdClassName
{
border-color: #6ED8BD;
}
.TagClassName
{
border-color: #6ED8BD;
}
</style>