Shades of Downy #6DDBBD
Tints of Downy #6DDBBD
RGB
CMYK
RGB Variations
Color information
#6DDBBD (or 0x6DDBBD) is known color: Downy. HEX triplet: 6D, DB and BD. RGB value is (109,219,189). Sum of RGB (Red+Green+Blue) = 109+219+189=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDBBD is #922442. Grayscale: #B6B6B6. Windows color (decimal): -9577539 or 12442477. OLE color: 12442477.
HSL color Cylindrical-coordinate representation of color #6DDBBD: hue angle of 163.64º 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 #6DDBBD is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 219 | 189 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.14 |
| HSL | 163.64º | 0.6% | 0.64% | - |
| HSV(B) | 163.64º | 0.5% | 0.86% | - |
| XYZ | 40.82 | 57.59 | 57.11 | - |
| YUV | 182.69 | 131.56 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 189 | 0.50 | 0 | 0.14 | 0.14 | 163.64 | 0.6 | 0.64 |
| Hex | 6D | DB | BD | 32 | 0 | E | E | A4 | 3C | 40 |
| Octal | 155 | 333 | 275 | 62 | 0 | 16 | 16 | 244 | 74 | 100 |
| Binary | 1101101 | 11011011 | 10111101 | 110010 | 0 | 1110 | 1110 | 10100100 | 111100 | 1000000 |
Color Harmonies of #6DDBBD
Complementary color
Monochromatic Colors of #6DDBBD
Black with #6DDBBD
Text Example
Text Example
White with #6DDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDBBD; }
p { color: rgb(109,219,189); }
H1.HeaderClassName
{
color: #6DDBBD;
}
.AnyTagClassName
{
color: #6DDBBD;
}
</style>
background-color css
<style>
a { background-color: #6DDBBD; }
a { background-color: rgb(109,219,189); }
div.DivClassName
{
background-color: #6DDBBD;
}
.BgClassName
{
background-color: #6DDBBD;
}
</style>
border-color css
<style>
span { border-color: #6DDBBD; }
span { border-color: rgb(109,219,189); }
td.TdClassName
{
border-color: #6DDBBD;
}
.TagClassName
{
border-color: #6DDBBD;
}
</style>