Shades of Downy #6ECDB5
Tints of Downy #6ECDB5
RGB
CMYK
RGB Variations
Color information
#6ECDB5 (or 0x6ECDB5) is known color: Downy. HEX triplet: 6E, CD and B5. RGB value is (110,205,181). Sum of RGB (Red+Green+Blue) = 110+205+181=496 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.18% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDB5 is #91324A. Grayscale: #ADADAD. Windows color (decimal): -9515595 or 11914606. OLE color: 11914606.
HSL color Cylindrical-coordinate representation of color #6ECDB5: hue angle of 164.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECDB5 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 205 | 181 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.20 |
| HSL | 164.84º | 0.49% | 0.62% | - |
| HSV(B) | 164.84º | 0.46% | 0.8% | - |
| XYZ | 36.6 | 50.31 | 51.5 | - |
| YUV | 173.86 | 132.03 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 181 | 0.46 | 0 | 0.12 | 0.20 | 164.84 | 0.49 | 0.62 |
| Hex | 6E | CD | B5 | 2E | 0 | C | 14 | A5 | 31 | 3E |
| Octal | 156 | 315 | 265 | 56 | 0 | 14 | 24 | 245 | 61 | 76 |
| Binary | 1101110 | 11001101 | 10110101 | 101110 | 0 | 1100 | 10100 | 10100101 | 110001 | 111110 |
Color Harmonies of #6ECDB5
Complementary color
Monochromatic Colors of #6ECDB5
Black with #6ECDB5
Text Example
Text Example
White with #6ECDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECDB5; }
p { color: rgb(110,205,181); }
H1.HeaderClassName
{
color: #6ECDB5;
}
.AnyTagClassName
{
color: #6ECDB5;
}
</style>
background-color css
<style>
a { background-color: #6ECDB5; }
a { background-color: rgb(110,205,181); }
div.DivClassName
{
background-color: #6ECDB5;
}
.BgClassName
{
background-color: #6ECDB5;
}
</style>
border-color css
<style>
span { border-color: #6ECDB5; }
span { border-color: rgb(110,205,181); }
td.TdClassName
{
border-color: #6ECDB5;
}
.TagClassName
{
border-color: #6ECDB5;
}
</style>