Shades of Downy #6DEBBD
Tints of Downy #6DEBBD
RGB
CMYK
RGB Variations
Color information
#6DEBBD (or 0x6DEBBD) is known color: Downy. HEX triplet: 6D, EB and BD. RGB value is (109,235,189). Sum of RGB (Red+Green+Blue) = 109+235+189=533 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.45% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #6DEBBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEBBD is #921442. Grayscale: #C0C0C0. Windows color (decimal): -9573443 or 12446573. OLE color: 12446573.
HSL color Cylindrical-coordinate representation of color #6DEBBD: hue angle of 158.1º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEBBD is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 235 | 189 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.08 |
| HSL | 158.1º | 0.76% | 0.67% | - |
| HSV(B) | 158.1º | 0.54% | 0.92% | - |
| XYZ | 45.2 | 66.34 | 58.57 | - |
| YUV | 192.08 | 126.26 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 235 | 189 | 0.54 | 0 | 0.20 | 0.08 | 158.1 | 0.76 | 0.67 |
| Hex | 6D | EB | BD | 36 | 0 | 14 | 8 | 9E | 4C | 43 |
| Octal | 155 | 353 | 275 | 66 | 0 | 24 | 10 | 236 | 114 | 103 |
| Binary | 1101101 | 11101011 | 10111101 | 110110 | 0 | 10100 | 1000 | 10011110 | 1001100 | 1000011 |
Color Harmonies of #6DEBBD
Complementary color
Monochromatic Colors of #6DEBBD
Black with #6DEBBD
Text Example
Text Example
White with #6DEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEBBD; }
p { color: rgb(109,235,189); }
H1.HeaderClassName
{
color: #6DEBBD;
}
.AnyTagClassName
{
color: #6DEBBD;
}
</style>
background-color css
<style>
a { background-color: #6DEBBD; }
a { background-color: rgb(109,235,189); }
div.DivClassName
{
background-color: #6DEBBD;
}
.BgClassName
{
background-color: #6DEBBD;
}
</style>
border-color css
<style>
span { border-color: #6DEBBD; }
span { border-color: rgb(109,235,189); }
td.TdClassName
{
border-color: #6DEBBD;
}
.TagClassName
{
border-color: #6DEBBD;
}
</style>