Shades of Downy #6DECC6
Tints of Downy #6DECC6
RGB
CMYK
RGB Variations
Color information
#6DECC6 (or 0x6DECC6) is known color: Downy. HEX triplet: 6D, EC and C6. RGB value is (109,236,198). Sum of RGB (Red+Green+Blue) = 109+236+198=543 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.07% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #6DECC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DECC6 is #921339. Grayscale: #C1C1C1. Windows color (decimal): -9573178 or 13036653. OLE color: 13036653.
HSL color Cylindrical-coordinate representation of color #6DECC6: hue angle of 162.05º 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 #6DECC6 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 236 | 198 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.07 |
| HSL | 162.05º | 0.77% | 0.68% | - |
| HSV(B) | 162.05º | 0.54% | 0.93% | - |
| XYZ | 46.5 | 67.32 | 63.97 | - |
| YUV | 193.7 | 130.42 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 236 | 198 | 0.54 | 0 | 0.16 | 0.07 | 162.05 | 0.77 | 0.68 |
| Hex | 6D | EC | C6 | 36 | 0 | 10 | 7 | A2 | 4D | 44 |
| Octal | 155 | 354 | 306 | 66 | 0 | 20 | 7 | 242 | 115 | 104 |
| Binary | 1101101 | 11101100 | 11000110 | 110110 | 0 | 10000 | 111 | 10100010 | 1001101 | 1000100 |
Color Harmonies of #6DECC6
Complementary color
Monochromatic Colors of #6DECC6
Black with #6DECC6
Text Example
Text Example
White with #6DECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DECC6; }
p { color: rgb(109,236,198); }
H1.HeaderClassName
{
color: #6DECC6;
}
.AnyTagClassName
{
color: #6DECC6;
}
</style>
background-color css
<style>
a { background-color: #6DECC6; }
a { background-color: rgb(109,236,198); }
div.DivClassName
{
background-color: #6DECC6;
}
.BgClassName
{
background-color: #6DECC6;
}
</style>
border-color css
<style>
span { border-color: #6DECC6; }
span { border-color: rgb(109,236,198); }
td.TdClassName
{
border-color: #6DECC6;
}
.TagClassName
{
border-color: #6DECC6;
}
</style>