Shades of Downy #6DDCD2
Tints of Downy #6DDCD2
RGB
CMYK
RGB Variations
Color information
#6DDCD2 (or 0x6DDCD2) is known color: Downy. HEX triplet: 6D, DC and D2. RGB value is (109,220,210). Sum of RGB (Red+Green+Blue) = 109+220+210=539 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.22% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCD2 is #92232D. Grayscale: #B9B9B9. Windows color (decimal): -9577262 or 13818989. OLE color: 13818989.
HSL color Cylindrical-coordinate representation of color #6DDCD2: hue angle of 174.59º 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 #6DDCD2 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 220 | 210 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.14 |
| HSL | 174.59º | 0.61% | 0.65% | - |
| HSV(B) | 174.59º | 0.5% | 0.86% | - |
| XYZ | 43.53 | 59.09 | 70.08 | - |
| YUV | 185.67 | 141.73 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 220 | 210 | 0.50 | 0 | 0.05 | 0.14 | 174.59 | 0.61 | 0.65 |
| Hex | 6D | DC | D2 | 32 | 0 | 5 | E | AF | 3D | 41 |
| Octal | 155 | 334 | 322 | 62 | 0 | 5 | 16 | 257 | 75 | 101 |
| Binary | 1101101 | 11011100 | 11010010 | 110010 | 0 | 101 | 1110 | 10101111 | 111101 | 1000001 |
Color Harmonies of #6DDCD2
Complementary color
Monochromatic Colors of #6DDCD2
Black with #6DDCD2
Text Example
Text Example
White with #6DDCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDCD2; }
p { color: rgb(109,220,210); }
H1.HeaderClassName
{
color: #6DDCD2;
}
.AnyTagClassName
{
color: #6DDCD2;
}
</style>
background-color css
<style>
a { background-color: #6DDCD2; }
a { background-color: rgb(109,220,210); }
div.DivClassName
{
background-color: #6DDCD2;
}
.BgClassName
{
background-color: #6DDCD2;
}
</style>
border-color css
<style>
span { border-color: #6DDCD2; }
span { border-color: rgb(109,220,210); }
td.TdClassName
{
border-color: #6DDCD2;
}
.TagClassName
{
border-color: #6DDCD2;
}
</style>