Shades of Downy #6DE5BD
Tints of Downy #6DE5BD
RGB
CMYK
RGB Variations
Color information
#6DE5BD (or 0x6DE5BD) is known color: Downy. HEX triplet: 6D, E5 and BD. RGB value is (109,229,189). Sum of RGB (Red+Green+Blue) = 109+229+189=527 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.68% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 229 - color contains mainly: green. Hex color #6DE5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE5BD is #921A42. Grayscale: #BCBCBC. Windows color (decimal): -9574979 or 12445037. OLE color: 12445037.
HSL color Cylindrical-coordinate representation of color #6DE5BD: hue angle of 160º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DE5BD is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 109 | 229 | 189 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.10 |
| HSL | 160º | 0.7% | 0.66% | - |
| HSV(B) | 160º | 0.52% | 0.9% | - |
| XYZ | 43.51 | 62.96 | 58 | - |
| YUV | 188.56 | 128.24 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 229 | 189 | 0.52 | 0 | 0.17 | 0.10 | 160 | 0.7 | 0.66 |
| Hex | 6D | E5 | BD | 34 | 0 | 11 | A | A0 | 46 | 42 |
| Octal | 155 | 345 | 275 | 64 | 0 | 21 | 12 | 240 | 106 | 102 |
| Binary | 1101101 | 11100101 | 10111101 | 110100 | 0 | 10001 | 1010 | 10100000 | 1000110 | 1000010 |
Color Harmonies of #6DE5BD
Complementary color
Monochromatic Colors of #6DE5BD
Black with #6DE5BD
Text Example
Text Example
White with #6DE5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE5BD; }
p { color: rgb(109,229,189); }
H1.HeaderClassName
{
color: #6DE5BD;
}
.AnyTagClassName
{
color: #6DE5BD;
}
</style>
background-color css
<style>
a { background-color: #6DE5BD; }
a { background-color: rgb(109,229,189); }
div.DivClassName
{
background-color: #6DE5BD;
}
.BgClassName
{
background-color: #6DE5BD;
}
</style>
border-color css
<style>
span { border-color: #6DE5BD; }
span { border-color: rgb(109,229,189); }
td.TdClassName
{
border-color: #6DE5BD;
}
.TagClassName
{
border-color: #6DE5BD;
}
</style>