Shades of Downy #6DCDBD
Tints of Downy #6DCDBD
RGB
CMYK
RGB Variations
Color information
#6DCDBD (or 0x6DCDBD) is known color: Downy. HEX triplet: 6D, CD and BD. RGB value is (109,205,189). Sum of RGB (Red+Green+Blue) = 109+205+189=503 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.67% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDBD is #923242. Grayscale: #AEAEAE. Windows color (decimal): -9581123 or 12438893. OLE color: 12438893.
HSL color Cylindrical-coordinate representation of color #6DCDBD: hue angle of 170º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCDBD is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 189 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.20 |
| HSL | 170º | 0.49% | 0.62% | - |
| HSV(B) | 170º | 0.47% | 0.8% | - |
| XYZ | 37.32 | 50.59 | 55.94 | - |
| YUV | 174.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 189 | 0.47 | 0 | 0.08 | 0.20 | 170 | 0.49 | 0.62 |
| Hex | 6D | CD | BD | 2F | 0 | 8 | 14 | AA | 31 | 3E |
| Octal | 155 | 315 | 275 | 57 | 0 | 10 | 24 | 252 | 61 | 76 |
| Binary | 1101101 | 11001101 | 10111101 | 101111 | 0 | 1000 | 10100 | 10101010 | 110001 | 111110 |
Color Harmonies of #6DCDBD
Complementary color
Monochromatic Colors of #6DCDBD
Black with #6DCDBD
Text Example
Text Example
White with #6DCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCDBD; }
p { color: rgb(109,205,189); }
H1.HeaderClassName
{
color: #6DCDBD;
}
.AnyTagClassName
{
color: #6DCDBD;
}
</style>
background-color css
<style>
a { background-color: #6DCDBD; }
a { background-color: rgb(109,205,189); }
div.DivClassName
{
background-color: #6DCDBD;
}
.BgClassName
{
background-color: #6DCDBD;
}
</style>
border-color css
<style>
span { border-color: #6DCDBD; }
span { border-color: rgb(109,205,189); }
td.TdClassName
{
border-color: #6DCDBD;
}
.TagClassName
{
border-color: #6DCDBD;
}
</style>