Shades of Downy #6DEDC0
Tints of Downy #6DEDC0
RGB
CMYK
RGB Variations
Color information
#6DEDC0 (or 0x6DEDC0) is known color: Downy. HEX triplet: 6D, ED and C0. RGB value is (109,237,192). Sum of RGB (Red+Green+Blue) = 109+237+192=538 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.26% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEDC0 is #92123F. Grayscale: #C1C1C1. Windows color (decimal): -9572928 or 12643693. OLE color: 12643693.
HSL color Cylindrical-coordinate representation of color #6DEDC0: hue angle of 158.91º 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 #6DEDC0 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 192 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.07 |
| HSL | 158.91º | 0.78% | 0.68% | - |
| HSV(B) | 158.91º | 0.54% | 0.93% | - |
| XYZ | 46.11 | 67.63 | 60.49 | - |
| YUV | 193.6 | 127.09 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 192 | 0.54 | 0 | 0.19 | 0.07 | 158.91 | 0.78 | 0.68 |
| Hex | 6D | ED | C0 | 36 | 0 | 13 | 7 | 9F | 4E | 44 |
| Octal | 155 | 355 | 300 | 66 | 0 | 23 | 7 | 237 | 116 | 104 |
| Binary | 1101101 | 11101101 | 11000000 | 110110 | 0 | 10011 | 111 | 10011111 | 1001110 | 1000100 |
Color Harmonies of #6DEDC0
Complementary color
Monochromatic Colors of #6DEDC0
Black with #6DEDC0
Text Example
Text Example
White with #6DEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDC0; }
p { color: rgb(109,237,192); }
H1.HeaderClassName
{
color: #6DEDC0;
}
.AnyTagClassName
{
color: #6DEDC0;
}
</style>
background-color css
<style>
a { background-color: #6DEDC0; }
a { background-color: rgb(109,237,192); }
div.DivClassName
{
background-color: #6DEDC0;
}
.BgClassName
{
background-color: #6DEDC0;
}
</style>
border-color css
<style>
span { border-color: #6DEDC0; }
span { border-color: rgb(109,237,192); }
td.TdClassName
{
border-color: #6DEDC0;
}
.TagClassName
{
border-color: #6DEDC0;
}
</style>