Shades of Downy #6DD9BF
Tints of Downy #6DD9BF
RGB
CMYK
RGB Variations
Color information
#6DD9BF (or 0x6DD9BF) is known color: Downy. HEX triplet: 6D, D9 and BF. RGB value is (109,217,191). Sum of RGB (Red+Green+Blue) = 109+217+191=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #6DD9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD9BF is #922640. Grayscale: #B5B5B5. Windows color (decimal): -9578049 or 12573037. OLE color: 12573037.
HSL color Cylindrical-coordinate representation of color #6DD9BF: hue angle of 165.56º 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 #6DD9BF is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 217 | 191 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.15 |
| HSL | 165.56º | 0.59% | 0.64% | - |
| HSV(B) | 165.56º | 0.5% | 0.85% | - |
| XYZ | 40.52 | 56.64 | 58.09 | - |
| YUV | 181.74 | 133.22 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 217 | 191 | 0.50 | 0 | 0.12 | 0.15 | 165.56 | 0.59 | 0.64 |
| Hex | 6D | D9 | BF | 32 | 0 | C | F | A6 | 3B | 40 |
| Octal | 155 | 331 | 277 | 62 | 0 | 14 | 17 | 246 | 73 | 100 |
| Binary | 1101101 | 11011001 | 10111111 | 110010 | 0 | 1100 | 1111 | 10100110 | 111011 | 1000000 |
Color Harmonies of #6DD9BF
Complementary color
Monochromatic Colors of #6DD9BF
Black with #6DD9BF
Text Example
Text Example
White with #6DD9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD9BF; }
p { color: rgb(109,217,191); }
H1.HeaderClassName
{
color: #6DD9BF;
}
.AnyTagClassName
{
color: #6DD9BF;
}
</style>
background-color css
<style>
a { background-color: #6DD9BF; }
a { background-color: rgb(109,217,191); }
div.DivClassName
{
background-color: #6DD9BF;
}
.BgClassName
{
background-color: #6DD9BF;
}
</style>
border-color css
<style>
span { border-color: #6DD9BF; }
span { border-color: rgb(109,217,191); }
td.TdClassName
{
border-color: #6DD9BF;
}
.TagClassName
{
border-color: #6DD9BF;
}
</style>