Shades of Downy #6DECBB
Tints of Downy #6DECBB
RGB
CMYK
RGB Variations
Color information
#6DECBB (or 0x6DECBB) is known color: Downy. HEX triplet: 6D, EC and BB. RGB value is (109,236,187). Sum of RGB (Red+Green+Blue) = 109+236+187=532 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.49% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #6DECBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DECBB is #921344. Grayscale: #C0C0C0. Windows color (decimal): -9573189 or 12315757. OLE color: 12315757.
HSL color Cylindrical-coordinate representation of color #6DECBB: hue angle of 156.85º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DECBB is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 236 | 187 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.07 |
| HSL | 156.85º | 0.77% | 0.68% | - |
| HSV(B) | 156.85º | 0.54% | 0.93% | - |
| XYZ | 45.27 | 66.83 | 57.53 | - |
| YUV | 192.44 | 124.92 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 236 | 187 | 0.54 | 0 | 0.21 | 0.07 | 156.85 | 0.77 | 0.68 |
| Hex | 6D | EC | BB | 36 | 0 | 15 | 7 | 9D | 4D | 44 |
| Octal | 155 | 354 | 273 | 66 | 0 | 25 | 7 | 235 | 115 | 104 |
| Binary | 1101101 | 11101100 | 10111011 | 110110 | 0 | 10101 | 111 | 10011101 | 1001101 | 1000100 |
Color Harmonies of #6DECBB
Complementary color
Monochromatic Colors of #6DECBB
Black with #6DECBB
Text Example
Text Example
White with #6DECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DECBB; }
p { color: rgb(109,236,187); }
H1.HeaderClassName
{
color: #6DECBB;
}
.AnyTagClassName
{
color: #6DECBB;
}
</style>
background-color css
<style>
a { background-color: #6DECBB; }
a { background-color: rgb(109,236,187); }
div.DivClassName
{
background-color: #6DECBB;
}
.BgClassName
{
background-color: #6DECBB;
}
</style>
border-color css
<style>
span { border-color: #6DECBB; }
span { border-color: rgb(109,236,187); }
td.TdClassName
{
border-color: #6DECBB;
}
.TagClassName
{
border-color: #6DECBB;
}
</style>