Shades of Downy #6DD9CE
Tints of Downy #6DD9CE
RGB
CMYK
RGB Variations
Color information
#6DD9CE (or 0x6DD9CE) is known color: Downy. HEX triplet: 6D, D9 and CE. RGB value is (109,217,206). Sum of RGB (Red+Green+Blue) = 109+217+206=532 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.49% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #6DD9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD9CE is #922631. Grayscale: #B7B7B7. Windows color (decimal): -9578034 or 13556077. OLE color: 13556077.
HSL color Cylindrical-coordinate representation of color #6DD9CE: hue angle of 173.89º degrees, saturation: 0.59, 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 #6DD9CE is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 217 | 206 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.15 |
| HSL | 173.89º | 0.59% | 0.64% | - |
| HSV(B) | 173.89º | 0.5% | 0.85% | - |
| XYZ | 42.26 | 57.33 | 67.23 | - |
| YUV | 183.45 | 140.72 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 217 | 206 | 0.50 | 0 | 0.05 | 0.15 | 173.89 | 0.59 | 0.64 |
| Hex | 6D | D9 | CE | 32 | 0 | 5 | F | AE | 3B | 40 |
| Octal | 155 | 331 | 316 | 62 | 0 | 5 | 17 | 256 | 73 | 100 |
| Binary | 1101101 | 11011001 | 11001110 | 110010 | 0 | 101 | 1111 | 10101110 | 111011 | 1000000 |
Color Harmonies of #6DD9CE
Complementary color
Monochromatic Colors of #6DD9CE
Black with #6DD9CE
Text Example
Text Example
White with #6DD9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD9CE; }
p { color: rgb(109,217,206); }
H1.HeaderClassName
{
color: #6DD9CE;
}
.AnyTagClassName
{
color: #6DD9CE;
}
</style>
background-color css
<style>
a { background-color: #6DD9CE; }
a { background-color: rgb(109,217,206); }
div.DivClassName
{
background-color: #6DD9CE;
}
.BgClassName
{
background-color: #6DD9CE;
}
</style>
border-color css
<style>
span { border-color: #6DD9CE; }
span { border-color: rgb(109,217,206); }
td.TdClassName
{
border-color: #6DD9CE;
}
.TagClassName
{
border-color: #6DD9CE;
}
</style>