Shades of Downy #6DEDBB
Tints of Downy #6DEDBB
RGB
CMYK
RGB Variations
Color information
#6DEDBB (or 0x6DEDBB) is known color: Downy. HEX triplet: 6D, ED and BB. RGB value is (109,237,187). Sum of RGB (Red+Green+Blue) = 109+237+187=533 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.45% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEDBB is #921244. Grayscale: #C1C1C1. Windows color (decimal): -9572933 or 12316013. OLE color: 12316013.
HSL color Cylindrical-coordinate representation of color #6DEDBB: hue angle of 156.56º 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 #6DEDBB is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 187 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.07 |
| HSL | 156.56º | 0.78% | 0.68% | - |
| HSV(B) | 156.56º | 0.54% | 0.93% | - |
| XYZ | 45.56 | 67.41 | 57.62 | - |
| YUV | 193.03 | 124.59 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 187 | 0.54 | 0 | 0.21 | 0.07 | 156.56 | 0.78 | 0.68 |
| Hex | 6D | ED | BB | 36 | 0 | 15 | 7 | 9D | 4E | 44 |
| Octal | 155 | 355 | 273 | 66 | 0 | 25 | 7 | 235 | 116 | 104 |
| Binary | 1101101 | 11101101 | 10111011 | 110110 | 0 | 10101 | 111 | 10011101 | 1001110 | 1000100 |
Color Harmonies of #6DEDBB
Complementary color
Monochromatic Colors of #6DEDBB
Black with #6DEDBB
Text Example
Text Example
White with #6DEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDBB; }
p { color: rgb(109,237,187); }
H1.HeaderClassName
{
color: #6DEDBB;
}
.AnyTagClassName
{
color: #6DEDBB;
}
</style>
background-color css
<style>
a { background-color: #6DEDBB; }
a { background-color: rgb(109,237,187); }
div.DivClassName
{
background-color: #6DEDBB;
}
.BgClassName
{
background-color: #6DEDBB;
}
</style>
border-color css
<style>
span { border-color: #6DEDBB; }
span { border-color: rgb(109,237,187); }
td.TdClassName
{
border-color: #6DEDBB;
}
.TagClassName
{
border-color: #6DEDBB;
}
</style>