Shades of Downy #6DDDB6
Tints of Downy #6DDDB6
RGB
CMYK
RGB Variations
Color information
#6DDDB6 (or 0x6DDDB6) is known color: Downy. HEX triplet: 6D, DD and B6. RGB value is (109,221,182). Sum of RGB (Red+Green+Blue) = 109+221+182=512 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.29% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDB6 is #922249. Grayscale: #B7B7B7. Windows color (decimal): -9577034 or 11984237. OLE color: 11984237.
HSL color Cylindrical-coordinate representation of color #6DDDB6: hue angle of 159.11º degrees, saturation: 0.62, 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 #6DDDB6 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 182 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.13 |
| HSL | 159.11º | 0.62% | 0.65% | - |
| HSV(B) | 159.11º | 0.51% | 0.87% | - |
| XYZ | 40.61 | 58.34 | 53.38 | - |
| YUV | 183.07 | 127.39 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 182 | 0.51 | 0 | 0.18 | 0.13 | 159.11 | 0.62 | 0.65 |
| Hex | 6D | DD | B6 | 33 | 0 | 12 | D | 9F | 3E | 41 |
| Octal | 155 | 335 | 266 | 63 | 0 | 22 | 15 | 237 | 76 | 101 |
| Binary | 1101101 | 11011101 | 10110110 | 110011 | 0 | 10010 | 1101 | 10011111 | 111110 | 1000001 |
Color Harmonies of #6DDDB6
Complementary color
Monochromatic Colors of #6DDDB6
Black with #6DDDB6
Text Example
Text Example
White with #6DDDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDB6; }
p { color: rgb(109,221,182); }
H1.HeaderClassName
{
color: #6DDDB6;
}
.AnyTagClassName
{
color: #6DDDB6;
}
</style>
background-color css
<style>
a { background-color: #6DDDB6; }
a { background-color: rgb(109,221,182); }
div.DivClassName
{
background-color: #6DDDB6;
}
.BgClassName
{
background-color: #6DDDB6;
}
</style>
border-color css
<style>
span { border-color: #6DDDB6; }
span { border-color: rgb(109,221,182); }
td.TdClassName
{
border-color: #6DDDB6;
}
.TagClassName
{
border-color: #6DDDB6;
}
</style>