Shades of Downy #6DDBC9
Tints of Downy #6DDBC9
RGB
CMYK
RGB Variations
Color information
#6DDBC9 (or 0x6DDBC9) is known color: Downy. HEX triplet: 6D, DB and C9. RGB value is (109,219,201). Sum of RGB (Red+Green+Blue) = 109+219+201=529 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.60% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDBC9 is #922436. Grayscale: #B8B8B8. Windows color (decimal): -9577527 or 13228909. OLE color: 13228909.
HSL color Cylindrical-coordinate representation of color #6DDBC9: hue angle of 170.18º 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 #6DDBC9 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 219 | 201 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.14 |
| HSL | 170.18º | 0.6% | 0.64% | - |
| HSV(B) | 170.18º | 0.5% | 0.86% | - |
| XYZ | 42.18 | 58.13 | 64.26 | - |
| YUV | 184.06 | 137.56 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 201 | 0.50 | 0 | 0.08 | 0.14 | 170.18 | 0.6 | 0.64 |
| Hex | 6D | DB | C9 | 32 | 0 | 8 | E | AA | 3C | 40 |
| Octal | 155 | 333 | 311 | 62 | 0 | 10 | 16 | 252 | 74 | 100 |
| Binary | 1101101 | 11011011 | 11001001 | 110010 | 0 | 1000 | 1110 | 10101010 | 111100 | 1000000 |
Color Harmonies of #6DDBC9
Complementary color
Monochromatic Colors of #6DDBC9
Black with #6DDBC9
Text Example
Text Example
White with #6DDBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDBC9; }
p { color: rgb(109,219,201); }
H1.HeaderClassName
{
color: #6DDBC9;
}
.AnyTagClassName
{
color: #6DDBC9;
}
</style>
background-color css
<style>
a { background-color: #6DDBC9; }
a { background-color: rgb(109,219,201); }
div.DivClassName
{
background-color: #6DDBC9;
}
.BgClassName
{
background-color: #6DDBC9;
}
</style>
border-color css
<style>
span { border-color: #6DDBC9; }
span { border-color: rgb(109,219,201); }
td.TdClassName
{
border-color: #6DDBC9;
}
.TagClassName
{
border-color: #6DDBC9;
}
</style>