Shades of Downy #6DDDBA
Tints of Downy #6DDDBA
RGB
CMYK
RGB Variations
Color information
#6DDDBA (or 0x6DDDBA) is known color: Downy. HEX triplet: 6D, DD and BA. RGB value is (109,221,186). Sum of RGB (Red+Green+Blue) = 109+221+186=516 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.12% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDBA is #922245. Grayscale: #B7B7B7. Windows color (decimal): -9577030 or 12246381. OLE color: 12246381.
HSL color Cylindrical-coordinate representation of color #6DDDBA: hue angle of 161.25º 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 #6DDDBA is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 186 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.13 |
| HSL | 161.25º | 0.62% | 0.65% | - |
| HSV(B) | 161.25º | 0.51% | 0.87% | - |
| XYZ | 41.03 | 58.51 | 55.59 | - |
| YUV | 183.52 | 129.39 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 186 | 0.51 | 0 | 0.16 | 0.13 | 161.25 | 0.62 | 0.65 |
| Hex | 6D | DD | BA | 33 | 0 | 10 | D | A1 | 3E | 41 |
| Octal | 155 | 335 | 272 | 63 | 0 | 20 | 15 | 241 | 76 | 101 |
| Binary | 1101101 | 11011101 | 10111010 | 110011 | 0 | 10000 | 1101 | 10100001 | 111110 | 1000001 |
Color Harmonies of #6DDDBA
Complementary color
Monochromatic Colors of #6DDDBA
Black with #6DDDBA
Text Example
Text Example
White with #6DDDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDBA; }
p { color: rgb(109,221,186); }
H1.HeaderClassName
{
color: #6DDDBA;
}
.AnyTagClassName
{
color: #6DDDBA;
}
</style>
background-color css
<style>
a { background-color: #6DDDBA; }
a { background-color: rgb(109,221,186); }
div.DivClassName
{
background-color: #6DDDBA;
}
.BgClassName
{
background-color: #6DDDBA;
}
</style>
border-color css
<style>
span { border-color: #6DDDBA; }
span { border-color: rgb(109,221,186); }
td.TdClassName
{
border-color: #6DDDBA;
}
.TagClassName
{
border-color: #6DDDBA;
}
</style>