Shades of Downy #6ED5C0
Tints of Downy #6ED5C0
RGB
CMYK
RGB Variations
Color information
#6ED5C0 (or 0x6ED5C0) is known color: Downy. HEX triplet: 6E, D5 and C0. RGB value is (110,213,192). Sum of RGB (Red+Green+Blue) = 110+213+192=515 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.36% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #6ED5C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED5C0 is #912A3F. Grayscale: #B3B3B3. Windows color (decimal): -9513536 or 12637550. OLE color: 12637550.
HSL color Cylindrical-coordinate representation of color #6ED5C0: hue angle of 167.77º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED5C0 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 213 | 192 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.16 |
| HSL | 167.77º | 0.55% | 0.63% | - |
| HSV(B) | 167.77º | 0.48% | 0.84% | - |
| XYZ | 39.74 | 54.71 | 58.33 | - |
| YUV | 179.81 | 134.88 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 213 | 192 | 0.48 | 0 | 0.10 | 0.16 | 167.77 | 0.55 | 0.63 |
| Hex | 6E | D5 | C0 | 30 | 0 | A | 10 | A8 | 37 | 3F |
| Octal | 156 | 325 | 300 | 60 | 0 | 12 | 20 | 250 | 67 | 77 |
| Binary | 1101110 | 11010101 | 11000000 | 110000 | 0 | 1010 | 10000 | 10101000 | 110111 | 111111 |
Color Harmonies of #6ED5C0
Complementary color
Monochromatic Colors of #6ED5C0
Black with #6ED5C0
Text Example
Text Example
White with #6ED5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED5C0; }
p { color: rgb(110,213,192); }
H1.HeaderClassName
{
color: #6ED5C0;
}
.AnyTagClassName
{
color: #6ED5C0;
}
</style>
background-color css
<style>
a { background-color: #6ED5C0; }
a { background-color: rgb(110,213,192); }
div.DivClassName
{
background-color: #6ED5C0;
}
.BgClassName
{
background-color: #6ED5C0;
}
</style>
border-color css
<style>
span { border-color: #6ED5C0; }
span { border-color: rgb(110,213,192); }
td.TdClassName
{
border-color: #6ED5C0;
}
.TagClassName
{
border-color: #6ED5C0;
}
</style>