Shades of Downy #6DDCCD
Tints of Downy #6DDCCD
RGB
CMYK
RGB Variations
Color information
#6DDCCD (or 0x6DDCCD) is known color: Downy. HEX triplet: 6D, DC and CD. RGB value is (109,220,205). Sum of RGB (Red+Green+Blue) = 109+220+205=534 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.41% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCCD is #922332. Grayscale: #B9B9B9. Windows color (decimal): -9577267 or 13491309. OLE color: 13491309.
HSL color Cylindrical-coordinate representation of color #6DDCCD: hue angle of 171.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDCCD is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 220 | 205 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.14 |
| HSL | 171.89º | 0.61% | 0.65% | - |
| HSV(B) | 171.89º | 0.5% | 0.86% | - |
| XYZ | 42.92 | 58.85 | 66.85 | - |
| YUV | 185.1 | 139.23 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 220 | 205 | 0.50 | 0 | 0.07 | 0.14 | 171.89 | 0.61 | 0.65 |
| Hex | 6D | DC | CD | 32 | 0 | 7 | E | AC | 3D | 41 |
| Octal | 155 | 334 | 315 | 62 | 0 | 7 | 16 | 254 | 75 | 101 |
| Binary | 1101101 | 11011100 | 11001101 | 110010 | 0 | 111 | 1110 | 10101100 | 111101 | 1000001 |
Color Harmonies of #6DDCCD
Complementary color
Monochromatic Colors of #6DDCCD
Black with #6DDCCD
Text Example
Text Example
White with #6DDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDCCD; }
p { color: rgb(109,220,205); }
H1.HeaderClassName
{
color: #6DDCCD;
}
.AnyTagClassName
{
color: #6DDCCD;
}
</style>
background-color css
<style>
a { background-color: #6DDCCD; }
a { background-color: rgb(109,220,205); }
div.DivClassName
{
background-color: #6DDCCD;
}
.BgClassName
{
background-color: #6DDCCD;
}
</style>
border-color css
<style>
span { border-color: #6DDCCD; }
span { border-color: rgb(109,220,205); }
td.TdClassName
{
border-color: #6DDCCD;
}
.TagClassName
{
border-color: #6DDCCD;
}
</style>