Shades of Downy #6ECDC3
Tints of Downy #6ECDC3
RGB
CMYK
RGB Variations
Color information
#6ECDC3 (or 0x6ECDC3) is known color: Downy. HEX triplet: 6E, CD and C3. RGB value is (110,205,195). Sum of RGB (Red+Green+Blue) = 110+205+195=510 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.57% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDC3 is #91323C. Grayscale: #AFAFAF. Windows color (decimal): -9515581 or 12832110. OLE color: 12832110.
HSL color Cylindrical-coordinate representation of color #6ECDC3: hue angle of 173.68º 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 #6ECDC3 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 205 | 195 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.20 |
| HSL | 173.68º | 0.49% | 0.62% | - |
| HSV(B) | 173.68º | 0.46% | 0.8% | - |
| XYZ | 38.11 | 50.92 | 59.45 | - |
| YUV | 175.46 | 139.03 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 195 | 0.46 | 0 | 0.05 | 0.20 | 173.68 | 0.49 | 0.62 |
| Hex | 6E | CD | C3 | 2E | 0 | 5 | 14 | AE | 31 | 3E |
| Octal | 156 | 315 | 303 | 56 | 0 | 5 | 24 | 256 | 61 | 76 |
| Binary | 1101110 | 11001101 | 11000011 | 101110 | 0 | 101 | 10100 | 10101110 | 110001 | 111110 |
Color Harmonies of #6ECDC3
Complementary color
Monochromatic Colors of #6ECDC3
Black with #6ECDC3
Text Example
Text Example
White with #6ECDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECDC3; }
p { color: rgb(110,205,195); }
H1.HeaderClassName
{
color: #6ECDC3;
}
.AnyTagClassName
{
color: #6ECDC3;
}
</style>
background-color css
<style>
a { background-color: #6ECDC3; }
a { background-color: rgb(110,205,195); }
div.DivClassName
{
background-color: #6ECDC3;
}
.BgClassName
{
background-color: #6ECDC3;
}
</style>
border-color css
<style>
span { border-color: #6ECDC3; }
span { border-color: rgb(110,205,195); }
td.TdClassName
{
border-color: #6ECDC3;
}
.TagClassName
{
border-color: #6ECDC3;
}
</style>