Shades of Downy #6DEDBD
Tints of Downy #6DEDBD
RGB
CMYK
RGB Variations
Color information
#6DEDBD (or 0x6DEDBD) is known color: Downy. HEX triplet: 6D, ED and BD. RGB value is (109,237,189). Sum of RGB (Red+Green+Blue) = 109+237+189=535 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.37% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEDBD is #921242. Grayscale: #C1C1C1. Windows color (decimal): -9572931 or 12447085. OLE color: 12447085.
HSL color Cylindrical-coordinate representation of color #6DEDBD: hue angle of 157.5º 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 #6DEDBD is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 189 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.07 |
| HSL | 157.5º | 0.78% | 0.68% | - |
| HSV(B) | 157.5º | 0.54% | 0.93% | - |
| XYZ | 45.78 | 67.49 | 58.76 | - |
| YUV | 193.26 | 125.59 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 189 | 0.54 | 0 | 0.20 | 0.07 | 157.5 | 0.78 | 0.68 |
| Hex | 6D | ED | BD | 36 | 0 | 14 | 7 | 9E | 4E | 44 |
| Octal | 155 | 355 | 275 | 66 | 0 | 24 | 7 | 236 | 116 | 104 |
| Binary | 1101101 | 11101101 | 10111101 | 110110 | 0 | 10100 | 111 | 10011110 | 1001110 | 1000100 |
Color Harmonies of #6DEDBD
Complementary color
Monochromatic Colors of #6DEDBD
Black with #6DEDBD
Text Example
Text Example
White with #6DEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDBD; }
p { color: rgb(109,237,189); }
H1.HeaderClassName
{
color: #6DEDBD;
}
.AnyTagClassName
{
color: #6DEDBD;
}
</style>
background-color css
<style>
a { background-color: #6DEDBD; }
a { background-color: rgb(109,237,189); }
div.DivClassName
{
background-color: #6DEDBD;
}
.BgClassName
{
background-color: #6DEDBD;
}
</style>
border-color css
<style>
span { border-color: #6DEDBD; }
span { border-color: rgb(109,237,189); }
td.TdClassName
{
border-color: #6DEDBD;
}
.TagClassName
{
border-color: #6DEDBD;
}
</style>