Shades of Downy #6DDEB9
Tints of Downy #6DDEB9
RGB
CMYK
RGB Variations
Color information
#6DDEB9 (or 0x6DDEB9) is known color: Downy. HEX triplet: 6D, DE and B9. RGB value is (109,222,185). Sum of RGB (Red+Green+Blue) = 109+222+185=516 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.12% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDEB9 is #922146. Grayscale: #B8B8B8. Windows color (decimal): -9576775 or 12181101. OLE color: 12181101.
HSL color Cylindrical-coordinate representation of color #6DDEB9: hue angle of 160.35º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDEB9 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 222 | 185 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.13 |
| HSL | 160.35º | 0.63% | 0.65% | - |
| HSV(B) | 160.35º | 0.51% | 0.87% | - |
| XYZ | 41.18 | 59 | 55.12 | - |
| YUV | 184 | 128.56 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 222 | 185 | 0.51 | 0 | 0.17 | 0.13 | 160.35 | 0.63 | 0.65 |
| Hex | 6D | DE | B9 | 33 | 0 | 11 | D | A0 | 3F | 41 |
| Octal | 155 | 336 | 271 | 63 | 0 | 21 | 15 | 240 | 77 | 101 |
| Binary | 1101101 | 11011110 | 10111001 | 110011 | 0 | 10001 | 1101 | 10100000 | 111111 | 1000001 |
Color Harmonies of #6DDEB9
Complementary color
Monochromatic Colors of #6DDEB9
Black with #6DDEB9
Text Example
Text Example
White with #6DDEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDEB9; }
p { color: rgb(109,222,185); }
H1.HeaderClassName
{
color: #6DDEB9;
}
.AnyTagClassName
{
color: #6DDEB9;
}
</style>
background-color css
<style>
a { background-color: #6DDEB9; }
a { background-color: rgb(109,222,185); }
div.DivClassName
{
background-color: #6DDEB9;
}
.BgClassName
{
background-color: #6DDEB9;
}
</style>
border-color css
<style>
span { border-color: #6DDEB9; }
span { border-color: rgb(109,222,185); }
td.TdClassName
{
border-color: #6DDEB9;
}
.TagClassName
{
border-color: #6DDEB9;
}
</style>