Shades of Downy #6ED2CD
Tints of Downy #6ED2CD
RGB
CMYK
RGB Variations
Color information
#6ED2CD (or 0x6ED2CD) is known color: Downy. HEX triplet: 6E, D2 and CD. RGB value is (110,210,205). Sum of RGB (Red+Green+Blue) = 110+210+205=525 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.95% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED2CD is #912D32. Grayscale: #B3B3B3. Windows color (decimal): -9514291 or 13488750. OLE color: 13488750.
HSL color Cylindrical-coordinate representation of color #6ED2CD: hue angle of 177º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED2CD is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 210 | 205 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.18 |
| HSL | 177º | 0.53% | 0.63% | - |
| HSV(B) | 177º | 0.48% | 0.82% | - |
| XYZ | 40.5 | 53.82 | 66.01 | - |
| YUV | 179.53 | 142.37 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 210 | 205 | 0.48 | 0 | 0.02 | 0.18 | 177 | 0.53 | 0.63 |
| Hex | 6E | D2 | CD | 30 | 0 | 2 | 12 | B1 | 35 | 3F |
| Octal | 156 | 322 | 315 | 60 | 0 | 2 | 22 | 261 | 65 | 77 |
| Binary | 1101110 | 11010010 | 11001101 | 110000 | 0 | 10 | 10010 | 10110001 | 110101 | 111111 |
Color Harmonies of #6ED2CD
Complementary color
Monochromatic Colors of #6ED2CD
Black with #6ED2CD
Text Example
Text Example
White with #6ED2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED2CD; }
p { color: rgb(110,210,205); }
H1.HeaderClassName
{
color: #6ED2CD;
}
.AnyTagClassName
{
color: #6ED2CD;
}
</style>
background-color css
<style>
a { background-color: #6ED2CD; }
a { background-color: rgb(110,210,205); }
div.DivClassName
{
background-color: #6ED2CD;
}
.BgClassName
{
background-color: #6ED2CD;
}
</style>
border-color css
<style>
span { border-color: #6ED2CD; }
span { border-color: rgb(110,210,205); }
td.TdClassName
{
border-color: #6ED2CD;
}
.TagClassName
{
border-color: #6ED2CD;
}
</style>