Shades of Downy #6ECDC2
Tints of Downy #6ECDC2
RGB
CMYK
RGB Variations
Color information
#6ECDC2 (or 0x6ECDC2) is known color: Downy. HEX triplet: 6E, CD and C2. RGB value is (110,205,194). Sum of RGB (Red+Green+Blue) = 110+205+194=509 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.61% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDC2 is #91323D. Grayscale: #AFAFAF. Windows color (decimal): -9515582 or 12766574. OLE color: 12766574.
HSL color Cylindrical-coordinate representation of color #6ECDC2: hue angle of 173.05º 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 #6ECDC2 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 205 | 194 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.20 |
| HSL | 173.05º | 0.49% | 0.62% | - |
| HSV(B) | 173.05º | 0.46% | 0.8% | - |
| XYZ | 38 | 50.87 | 58.86 | - |
| YUV | 175.34 | 138.53 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 194 | 0.46 | 0 | 0.05 | 0.20 | 173.05 | 0.49 | 0.62 |
| Hex | 6E | CD | C2 | 2E | 0 | 5 | 14 | AD | 31 | 3E |
| Octal | 156 | 315 | 302 | 56 | 0 | 5 | 24 | 255 | 61 | 76 |
| Binary | 1101110 | 11001101 | 11000010 | 101110 | 0 | 101 | 10100 | 10101101 | 110001 | 111110 |
Color Harmonies of #6ECDC2
Complementary color
Monochromatic Colors of #6ECDC2
Black with #6ECDC2
Text Example
Text Example
White with #6ECDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECDC2; }
p { color: rgb(110,205,194); }
H1.HeaderClassName
{
color: #6ECDC2;
}
.AnyTagClassName
{
color: #6ECDC2;
}
</style>
background-color css
<style>
a { background-color: #6ECDC2; }
a { background-color: rgb(110,205,194); }
div.DivClassName
{
background-color: #6ECDC2;
}
.BgClassName
{
background-color: #6ECDC2;
}
</style>
border-color css
<style>
span { border-color: #6ECDC2; }
span { border-color: rgb(110,205,194); }
td.TdClassName
{
border-color: #6ECDC2;
}
.TagClassName
{
border-color: #6ECDC2;
}
</style>