Shades of Downy #6ED5B9
Tints of Downy #6ED5B9
RGB
CMYK
RGB Variations
Color information
#6ED5B9 (or 0x6ED5B9) is known color: Downy. HEX triplet: 6E, D5 and B9. RGB value is (110,213,185). Sum of RGB (Red+Green+Blue) = 110+213+185=508 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.65% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #6ED5B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED5B9 is #912A46. Grayscale: #B3B3B3. Windows color (decimal): -9513543 or 12178798. OLE color: 12178798.
HSL color Cylindrical-coordinate representation of color #6ED5B9: hue angle of 163.69º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED5B9 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 213 | 185 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.16 |
| HSL | 163.69º | 0.55% | 0.63% | - |
| HSV(B) | 163.69º | 0.48% | 0.84% | - |
| XYZ | 38.98 | 54.41 | 54.35 | - |
| YUV | 179.01 | 131.38 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 213 | 185 | 0.48 | 0 | 0.13 | 0.16 | 163.69 | 0.55 | 0.63 |
| Hex | 6E | D5 | B9 | 30 | 0 | D | 10 | A4 | 37 | 3F |
| Octal | 156 | 325 | 271 | 60 | 0 | 15 | 20 | 244 | 67 | 77 |
| Binary | 1101110 | 11010101 | 10111001 | 110000 | 0 | 1101 | 10000 | 10100100 | 110111 | 111111 |
Color Harmonies of #6ED5B9
Complementary color
Monochromatic Colors of #6ED5B9
Black with #6ED5B9
Text Example
Text Example
White with #6ED5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED5B9; }
p { color: rgb(110,213,185); }
H1.HeaderClassName
{
color: #6ED5B9;
}
.AnyTagClassName
{
color: #6ED5B9;
}
</style>
background-color css
<style>
a { background-color: #6ED5B9; }
a { background-color: rgb(110,213,185); }
div.DivClassName
{
background-color: #6ED5B9;
}
.BgClassName
{
background-color: #6ED5B9;
}
</style>
border-color css
<style>
span { border-color: #6ED5B9; }
span { border-color: rgb(110,213,185); }
td.TdClassName
{
border-color: #6ED5B9;
}
.TagClassName
{
border-color: #6ED5B9;
}
</style>