Shades of Downy #6DEDBE
Tints of Downy #6DEDBE
RGB
CMYK
RGB Variations
Color information
#6DEDBE (or 0x6DEDBE) is known color: Downy. HEX triplet: 6D, ED and BE. RGB value is (109,237,190). Sum of RGB (Red+Green+Blue) = 109+237+190=536 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.34% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEDBE is #921241. Grayscale: #C1C1C1. Windows color (decimal): -9572930 or 12512621. OLE color: 12512621.
HSL color Cylindrical-coordinate representation of color #6DEDBE: hue angle of 157.97º degrees, saturation: 0.78, 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 #6DEDBE is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 190 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.07 |
| HSL | 157.97º | 0.78% | 0.68% | - |
| HSV(B) | 157.97º | 0.54% | 0.93% | - |
| XYZ | 45.89 | 67.54 | 59.33 | - |
| YUV | 193.37 | 126.09 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 190 | 0.54 | 0 | 0.20 | 0.07 | 157.97 | 0.78 | 0.68 |
| Hex | 6D | ED | BE | 36 | 0 | 14 | 7 | 9E | 4E | 44 |
| Octal | 155 | 355 | 276 | 66 | 0 | 24 | 7 | 236 | 116 | 104 |
| Binary | 1101101 | 11101101 | 10111110 | 110110 | 0 | 10100 | 111 | 10011110 | 1001110 | 1000100 |
Color Harmonies of #6DEDBE
Complementary color
Monochromatic Colors of #6DEDBE
Black with #6DEDBE
Text Example
Text Example
White with #6DEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDBE; }
p { color: rgb(109,237,190); }
H1.HeaderClassName
{
color: #6DEDBE;
}
.AnyTagClassName
{
color: #6DEDBE;
}
</style>
background-color css
<style>
a { background-color: #6DEDBE; }
a { background-color: rgb(109,237,190); }
div.DivClassName
{
background-color: #6DEDBE;
}
.BgClassName
{
background-color: #6DEDBE;
}
</style>
border-color css
<style>
span { border-color: #6DEDBE; }
span { border-color: rgb(109,237,190); }
td.TdClassName
{
border-color: #6DEDBE;
}
.TagClassName
{
border-color: #6DEDBE;
}
</style>