Shades of Downy #6DDBD0
Tints of Downy #6DDBD0
RGB
CMYK
RGB Variations
Color information
#6DDBD0 (or 0x6DDBD0) is known color: Downy. HEX triplet: 6D, DB and D0. RGB value is (109,219,208). Sum of RGB (Red+Green+Blue) = 109+219+208=536 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.34% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDBD0 is #92242F. Grayscale: #B8B8B8. Windows color (decimal): -9577520 or 13687661. OLE color: 13687661.
HSL color Cylindrical-coordinate representation of color #6DDBD0: hue angle of 174º 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 #6DDBD0 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 219 | 208 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.14 |
| HSL | 174º | 0.6% | 0.64% | - |
| HSV(B) | 174º | 0.5% | 0.86% | - |
| XYZ | 43.02 | 58.47 | 68.69 | - |
| YUV | 184.86 | 141.06 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 208 | 0.50 | 0 | 0.05 | 0.14 | 174 | 0.6 | 0.64 |
| Hex | 6D | DB | D0 | 32 | 0 | 5 | E | AE | 3C | 40 |
| Octal | 155 | 333 | 320 | 62 | 0 | 5 | 16 | 256 | 74 | 100 |
| Binary | 1101101 | 11011011 | 11010000 | 110010 | 0 | 101 | 1110 | 10101110 | 111100 | 1000000 |
Color Harmonies of #6DDBD0
Complementary color
Monochromatic Colors of #6DDBD0
Black with #6DDBD0
Text Example
Text Example
White with #6DDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDBD0; }
p { color: rgb(109,219,208); }
H1.HeaderClassName
{
color: #6DDBD0;
}
.AnyTagClassName
{
color: #6DDBD0;
}
</style>
background-color css
<style>
a { background-color: #6DDBD0; }
a { background-color: rgb(109,219,208); }
div.DivClassName
{
background-color: #6DDBD0;
}
.BgClassName
{
background-color: #6DDBD0;
}
</style>
border-color css
<style>
span { border-color: #6DDBD0; }
span { border-color: rgb(109,219,208); }
td.TdClassName
{
border-color: #6DDBD0;
}
.TagClassName
{
border-color: #6DDBD0;
}
</style>