Shades of Downy #6DDBC7
Tints of Downy #6DDBC7
RGB
CMYK
RGB Variations
Color information
#6DDBC7 (or 0x6DDBC7) is known color: Downy. HEX triplet: 6D, DB and C7. RGB value is (109,219,199). Sum of RGB (Red+Green+Blue) = 109+219+199=527 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.68% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDBC7 is #922438. Grayscale: #B7B7B7. Windows color (decimal): -9577529 or 13097837. OLE color: 13097837.
HSL color Cylindrical-coordinate representation of color #6DDBC7: hue angle of 169.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDBC7 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 219 | 199 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.14 |
| HSL | 169.09º | 0.6% | 0.64% | - |
| HSV(B) | 169.09º | 0.5% | 0.86% | - |
| XYZ | 41.95 | 58.04 | 63.02 | - |
| YUV | 183.83 | 136.56 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 199 | 0.50 | 0 | 0.09 | 0.14 | 169.09 | 0.6 | 0.64 |
| Hex | 6D | DB | C7 | 32 | 0 | 9 | E | A9 | 3C | 40 |
| Octal | 155 | 333 | 307 | 62 | 0 | 11 | 16 | 251 | 74 | 100 |
| Binary | 1101101 | 11011011 | 11000111 | 110010 | 0 | 1001 | 1110 | 10101001 | 111100 | 1000000 |
Color Harmonies of #6DDBC7
Complementary color
Monochromatic Colors of #6DDBC7
Black with #6DDBC7
Text Example
Text Example
White with #6DDBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDBC7; }
p { color: rgb(109,219,199); }
H1.HeaderClassName
{
color: #6DDBC7;
}
.AnyTagClassName
{
color: #6DDBC7;
}
</style>
background-color css
<style>
a { background-color: #6DDBC7; }
a { background-color: rgb(109,219,199); }
div.DivClassName
{
background-color: #6DDBC7;
}
.BgClassName
{
background-color: #6DDBC7;
}
</style>
border-color css
<style>
span { border-color: #6DDBC7; }
span { border-color: rgb(109,219,199); }
td.TdClassName
{
border-color: #6DDBC7;
}
.TagClassName
{
border-color: #6DDBC7;
}
</style>