Shades of Downy #6DD2C1
Tints of Downy #6DD2C1
RGB
CMYK
RGB Variations
Color information
#6DD2C1 (or 0x6DD2C1) is known color: Downy. HEX triplet: 6D, D2 and C1. RGB value is (109,210,193). Sum of RGB (Red+Green+Blue) = 109+210+193=512 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.29% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD2C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD2C1 is #922D3E. Grayscale: #B1B1B1. Windows color (decimal): -9579839 or 12702317. OLE color: 12702317.
HSL color Cylindrical-coordinate representation of color #6DD2C1: hue angle of 169.9º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD2C1 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 210 | 193 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.18 |
| HSL | 169.9º | 0.53% | 0.63% | - |
| HSV(B) | 169.9º | 0.48% | 0.82% | - |
| XYZ | 38.98 | 53.19 | 58.67 | - |
| YUV | 177.86 | 136.54 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 210 | 193 | 0.48 | 0 | 0.08 | 0.18 | 169.9 | 0.53 | 0.63 |
| Hex | 6D | D2 | C1 | 30 | 0 | 8 | 12 | AA | 35 | 3F |
| Octal | 155 | 322 | 301 | 60 | 0 | 10 | 22 | 252 | 65 | 77 |
| Binary | 1101101 | 11010010 | 11000001 | 110000 | 0 | 1000 | 10010 | 10101010 | 110101 | 111111 |
Color Harmonies of #6DD2C1
Complementary color
Monochromatic Colors of #6DD2C1
Black with #6DD2C1
Text Example
Text Example
White with #6DD2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD2C1; }
p { color: rgb(109,210,193); }
H1.HeaderClassName
{
color: #6DD2C1;
}
.AnyTagClassName
{
color: #6DD2C1;
}
</style>
background-color css
<style>
a { background-color: #6DD2C1; }
a { background-color: rgb(109,210,193); }
div.DivClassName
{
background-color: #6DD2C1;
}
.BgClassName
{
background-color: #6DD2C1;
}
</style>
border-color css
<style>
span { border-color: #6DD2C1; }
span { border-color: rgb(109,210,193); }
td.TdClassName
{
border-color: #6DD2C1;
}
.TagClassName
{
border-color: #6DD2C1;
}
</style>