Shades of Downy #6DECBE
Tints of Downy #6DECBE
RGB
CMYK
RGB Variations
Color information
#6DECBE (or 0x6DECBE) is known color: Downy. HEX triplet: 6D, EC and BE. RGB value is (109,236,190). Sum of RGB (Red+Green+Blue) = 109+236+190=535 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.37% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #6DECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DECBE is #921341. Grayscale: #C0C0C0. Windows color (decimal): -9573186 or 12512365. OLE color: 12512365.
HSL color Cylindrical-coordinate representation of color #6DECBE: hue angle of 158.27º 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 #6DECBE is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 236 | 190 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.07 |
| HSL | 158.27º | 0.77% | 0.68% | - |
| HSV(B) | 158.27º | 0.54% | 0.93% | - |
| XYZ | 45.6 | 66.96 | 59.24 | - |
| YUV | 192.78 | 126.42 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 236 | 190 | 0.54 | 0 | 0.19 | 0.07 | 158.27 | 0.77 | 0.68 |
| Hex | 6D | EC | BE | 36 | 0 | 13 | 7 | 9E | 4D | 44 |
| Octal | 155 | 354 | 276 | 66 | 0 | 23 | 7 | 236 | 115 | 104 |
| Binary | 1101101 | 11101100 | 10111110 | 110110 | 0 | 10011 | 111 | 10011110 | 1001101 | 1000100 |
Color Harmonies of #6DECBE
Complementary color
Monochromatic Colors of #6DECBE
Black with #6DECBE
Text Example
Text Example
White with #6DECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DECBE; }
p { color: rgb(109,236,190); }
H1.HeaderClassName
{
color: #6DECBE;
}
.AnyTagClassName
{
color: #6DECBE;
}
</style>
background-color css
<style>
a { background-color: #6DECBE; }
a { background-color: rgb(109,236,190); }
div.DivClassName
{
background-color: #6DECBE;
}
.BgClassName
{
background-color: #6DECBE;
}
</style>
border-color css
<style>
span { border-color: #6DECBE; }
span { border-color: rgb(109,236,190); }
td.TdClassName
{
border-color: #6DECBE;
}
.TagClassName
{
border-color: #6DECBE;
}
</style>