Shades of Downy #6DDEB5
Tints of Downy #6DDEB5
RGB
CMYK
RGB Variations
Color information
#6DDEB5 (or 0x6DDEB5) is known color: Downy. HEX triplet: 6D, DE and B5. RGB value is (109,222,181). Sum of RGB (Red+Green+Blue) = 109+222+181=512 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.29% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDEB5 is #92214A. Grayscale: #B7B7B7. Windows color (decimal): -9576779 or 11918957. OLE color: 11918957.
HSL color Cylindrical-coordinate representation of color #6DDEB5: hue angle of 158.23º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDEB5 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 222 | 181 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.13 |
| HSL | 158.23º | 0.63% | 0.65% | - |
| HSV(B) | 158.23º | 0.51% | 0.87% | - |
| XYZ | 40.77 | 58.83 | 52.92 | - |
| YUV | 183.54 | 126.56 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 222 | 181 | 0.51 | 0 | 0.18 | 0.13 | 158.23 | 0.63 | 0.65 |
| Hex | 6D | DE | B5 | 33 | 0 | 12 | D | 9E | 3F | 41 |
| Octal | 155 | 336 | 265 | 63 | 0 | 22 | 15 | 236 | 77 | 101 |
| Binary | 1101101 | 11011110 | 10110101 | 110011 | 0 | 10010 | 1101 | 10011110 | 111111 | 1000001 |
Color Harmonies of #6DDEB5
Complementary color
Monochromatic Colors of #6DDEB5
Black with #6DDEB5
Text Example
Text Example
White with #6DDEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDEB5; }
p { color: rgb(109,222,181); }
H1.HeaderClassName
{
color: #6DDEB5;
}
.AnyTagClassName
{
color: #6DDEB5;
}
</style>
background-color css
<style>
a { background-color: #6DDEB5; }
a { background-color: rgb(109,222,181); }
div.DivClassName
{
background-color: #6DDEB5;
}
.BgClassName
{
background-color: #6DDEB5;
}
</style>
border-color css
<style>
span { border-color: #6DDEB5; }
span { border-color: rgb(109,222,181); }
td.TdClassName
{
border-color: #6DDEB5;
}
.TagClassName
{
border-color: #6DDEB5;
}
</style>