Shades of Downy #6DD7B7
Tints of Downy #6DD7B7
RGB
CMYK
RGB Variations
Color information
#6DD7B7 (or 0x6DD7B7) is known color: Downy. HEX triplet: 6D, D7 and B7. RGB value is (109,215,183). Sum of RGB (Red+Green+Blue) = 109+215+183=507 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.50% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #6DD7B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD7B7 is #922848. Grayscale: #B3B3B3. Windows color (decimal): -9578569 or 12048237. OLE color: 12048237.
HSL color Cylindrical-coordinate representation of color #6DD7B7: hue angle of 161.89º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DD7B7 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 215 | 183 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.16 |
| HSL | 161.89º | 0.57% | 0.64% | - |
| HSV(B) | 161.89º | 0.49% | 0.84% | - |
| XYZ | 39.15 | 55.27 | 53.4 | - |
| YUV | 179.66 | 129.88 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 215 | 183 | 0.49 | 0 | 0.15 | 0.16 | 161.89 | 0.57 | 0.64 |
| Hex | 6D | D7 | B7 | 31 | 0 | F | 10 | A2 | 39 | 40 |
| Octal | 155 | 327 | 267 | 61 | 0 | 17 | 20 | 242 | 71 | 100 |
| Binary | 1101101 | 11010111 | 10110111 | 110001 | 0 | 1111 | 10000 | 10100010 | 111001 | 1000000 |
Color Harmonies of #6DD7B7
Complementary color
Monochromatic Colors of #6DD7B7
Black with #6DD7B7
Text Example
Text Example
White with #6DD7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD7B7; }
p { color: rgb(109,215,183); }
H1.HeaderClassName
{
color: #6DD7B7;
}
.AnyTagClassName
{
color: #6DD7B7;
}
</style>
background-color css
<style>
a { background-color: #6DD7B7; }
a { background-color: rgb(109,215,183); }
div.DivClassName
{
background-color: #6DD7B7;
}
.BgClassName
{
background-color: #6DD7B7;
}
</style>
border-color css
<style>
span { border-color: #6DD7B7; }
span { border-color: rgb(109,215,183); }
td.TdClassName
{
border-color: #6DD7B7;
}
.TagClassName
{
border-color: #6DD7B7;
}
</style>