Shades of Downy #6DD8D0
Tints of Downy #6DD8D0
RGB
CMYK
RGB Variations
Color information
#6DD8D0 (or 0x6DD8D0) is known color: Downy. HEX triplet: 6D, D8 and D0. RGB value is (109,216,208). Sum of RGB (Red+Green+Blue) = 109+216+208=533 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.45% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD8D0 is #92272F. Grayscale: #B7B7B7. Windows color (decimal): -9578288 or 13686893. OLE color: 13686893.
HSL color Cylindrical-coordinate representation of color #6DD8D0: hue angle of 175.51º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DD8D0 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 216 | 208 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.15 |
| HSL | 175.51º | 0.58% | 0.64% | - |
| HSV(B) | 175.51º | 0.5% | 0.85% | - |
| XYZ | 42.25 | 56.92 | 68.43 | - |
| YUV | 183.1 | 142.05 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 216 | 208 | 0.50 | 0 | 0.04 | 0.15 | 175.51 | 0.58 | 0.64 |
| Hex | 6D | D8 | D0 | 32 | 0 | 4 | F | B0 | 3A | 40 |
| Octal | 155 | 330 | 320 | 62 | 0 | 4 | 17 | 260 | 72 | 100 |
| Binary | 1101101 | 11011000 | 11010000 | 110010 | 0 | 100 | 1111 | 10110000 | 111010 | 1000000 |
Color Harmonies of #6DD8D0
Complementary color
Monochromatic Colors of #6DD8D0
Black with #6DD8D0
Text Example
Text Example
White with #6DD8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD8D0; }
p { color: rgb(109,216,208); }
H1.HeaderClassName
{
color: #6DD8D0;
}
.AnyTagClassName
{
color: #6DD8D0;
}
</style>
background-color css
<style>
a { background-color: #6DD8D0; }
a { background-color: rgb(109,216,208); }
div.DivClassName
{
background-color: #6DD8D0;
}
.BgClassName
{
background-color: #6DD8D0;
}
</style>
border-color css
<style>
span { border-color: #6DD8D0; }
span { border-color: rgb(109,216,208); }
td.TdClassName
{
border-color: #6DD8D0;
}
.TagClassName
{
border-color: #6DD8D0;
}
</style>