Shades of Downy #61D0C9
Tints of Downy #61D0C9
RGB
CMYK
RGB Variations
Color information
#61D0C9 (or 0x61D0C9) is known color: Downy. HEX triplet: 61, D0 and C9. RGB value is (97,208,201). Sum of RGB (Red+Green+Blue) = 97+208+201=506 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.17% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #61D0C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D0C9 is #9E2F36. Grayscale: #ADADAD. Windows color (decimal): -10366775 or 13226081. OLE color: 13226081.
HSL color Cylindrical-coordinate representation of color #61D0C9: hue angle of 176.22º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61D0C9 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 208 | 201 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.18 |
| HSL | 176.22º | 0.54% | 0.6% | - |
| HSV(B) | 176.22º | 0.53% | 0.82% | - |
| XYZ | 38.03 | 51.87 | 63.27 | - |
| YUV | 174.01 | 143.23 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 208 | 201 | 0.53 | 0 | 0.03 | 0.18 | 176.22 | 0.54 | 0.6 |
| Hex | 61 | D0 | C9 | 35 | 0 | 3 | 12 | B0 | 36 | 3C |
| Octal | 141 | 320 | 311 | 65 | 0 | 3 | 22 | 260 | 66 | 74 |
| Binary | 1100001 | 11010000 | 11001001 | 110101 | 0 | 11 | 10010 | 10110000 | 110110 | 111100 |
Color Harmonies of #61D0C9
Complementary color
Monochromatic Colors of #61D0C9
Black with #61D0C9
Text Example
Text Example
White with #61D0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D0C9; }
p { color: rgb(97,208,201); }
H1.HeaderClassName
{
color: #61D0C9;
}
.AnyTagClassName
{
color: #61D0C9;
}
</style>
background-color css
<style>
a { background-color: #61D0C9; }
a { background-color: rgb(97,208,201); }
div.DivClassName
{
background-color: #61D0C9;
}
.BgClassName
{
background-color: #61D0C9;
}
</style>
border-color css
<style>
span { border-color: #61D0C9; }
span { border-color: rgb(97,208,201); }
td.TdClassName
{
border-color: #61D0C9;
}
.TagClassName
{
border-color: #61D0C9;
}
</style>