Shades of Downy #6DE1BA
Tints of Downy #6DE1BA
RGB
CMYK
RGB Variations
Color information
#6DE1BA (or 0x6DE1BA) is known color: Downy. HEX triplet: 6D, E1 and BA. RGB value is (109,225,186). Sum of RGB (Red+Green+Blue) = 109+225+186=520 (68% of max value = 765). Red value is 109 (42.97% from 255 or 20.96% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #6DE1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE1BA is #921E45. Grayscale: #B9B9B9. Windows color (decimal): -9576006 or 12247405. OLE color: 12247405.
HSL color Cylindrical-coordinate representation of color #6DE1BA: hue angle of 159.83º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DE1BA is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 225 | 186 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.12 |
| HSL | 159.83º | 0.66% | 0.65% | - |
| HSV(B) | 159.83º | 0.52% | 0.88% | - |
| XYZ | 42.09 | 60.65 | 55.94 | - |
| YUV | 185.87 | 128.07 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 225 | 186 | 0.52 | 0 | 0.17 | 0.12 | 159.83 | 0.66 | 0.65 |
| Hex | 6D | E1 | BA | 34 | 0 | 11 | C | A0 | 42 | 41 |
| Octal | 155 | 341 | 272 | 64 | 0 | 21 | 14 | 240 | 102 | 101 |
| Binary | 1101101 | 11100001 | 10111010 | 110100 | 0 | 10001 | 1100 | 10100000 | 1000010 | 1000001 |
Color Harmonies of #6DE1BA
Complementary color
Monochromatic Colors of #6DE1BA
Black with #6DE1BA
Text Example
Text Example
White with #6DE1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE1BA; }
p { color: rgb(109,225,186); }
H1.HeaderClassName
{
color: #6DE1BA;
}
.AnyTagClassName
{
color: #6DE1BA;
}
</style>
background-color css
<style>
a { background-color: #6DE1BA; }
a { background-color: rgb(109,225,186); }
div.DivClassName
{
background-color: #6DE1BA;
}
.BgClassName
{
background-color: #6DE1BA;
}
</style>
border-color css
<style>
span { border-color: #6DE1BA; }
span { border-color: rgb(109,225,186); }
td.TdClassName
{
border-color: #6DE1BA;
}
.TagClassName
{
border-color: #6DE1BA;
}
</style>