Shades of Downy #6DDDC0
Tints of Downy #6DDDC0
RGB
CMYK
RGB Variations
Color information
#6DDDC0 (or 0x6DDDC0) is known color: Downy. HEX triplet: 6D, DD and C0. RGB value is (109,221,192). Sum of RGB (Red+Green+Blue) = 109+221+192=522 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.88% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDC0 is #92223F. Grayscale: #B8B8B8. Windows color (decimal): -9577024 or 12639597. OLE color: 12639597.
HSL color Cylindrical-coordinate representation of color #6DDDC0: hue angle of 164.46º 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 #6DDDC0 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 192 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.13 |
| HSL | 164.46º | 0.62% | 0.65% | - |
| HSV(B) | 164.46º | 0.51% | 0.87% | - |
| XYZ | 41.68 | 58.77 | 59.02 | - |
| YUV | 184.21 | 132.39 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 192 | 0.51 | 0 | 0.13 | 0.13 | 164.46 | 0.62 | 0.65 |
| Hex | 6D | DD | C0 | 33 | 0 | D | D | A4 | 3E | 41 |
| Octal | 155 | 335 | 300 | 63 | 0 | 15 | 15 | 244 | 76 | 101 |
| Binary | 1101101 | 11011101 | 11000000 | 110011 | 0 | 1101 | 1101 | 10100100 | 111110 | 1000001 |
Color Harmonies of #6DDDC0
Complementary color
Monochromatic Colors of #6DDDC0
Black with #6DDDC0
Text Example
Text Example
White with #6DDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDC0; }
p { color: rgb(109,221,192); }
H1.HeaderClassName
{
color: #6DDDC0;
}
.AnyTagClassName
{
color: #6DDDC0;
}
</style>
background-color css
<style>
a { background-color: #6DDDC0; }
a { background-color: rgb(109,221,192); }
div.DivClassName
{
background-color: #6DDDC0;
}
.BgClassName
{
background-color: #6DDDC0;
}
</style>
border-color css
<style>
span { border-color: #6DDDC0; }
span { border-color: rgb(109,221,192); }
td.TdClassName
{
border-color: #6DDDC0;
}
.TagClassName
{
border-color: #6DDDC0;
}
</style>