Shades of Downy #61C9C1
Tints of Downy #61C9C1
RGB
CMYK
RGB Variations
Color information
#61C9C1 (or 0x61C9C1) is known color: Downy. HEX triplet: 61, C9 and C1. RGB value is (97,201,193). Sum of RGB (Red+Green+Blue) = 97+201+193=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #61C9C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C9C1 is #9E363E. Grayscale: #A8A8A8. Windows color (decimal): -10368575 or 12700001. OLE color: 12700001.
HSL color Cylindrical-coordinate representation of color #61C9C1: hue angle of 175.38º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61C9C1 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 201 | 193 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.21 |
| HSL | 175.38º | 0.49% | 0.58% | - |
| HSV(B) | 175.38º | 0.52% | 0.79% | - |
| XYZ | 35.44 | 48.16 | 57.88 | - |
| YUV | 168.99 | 141.54 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 201 | 193 | 0.52 | 0 | 0.04 | 0.21 | 175.38 | 0.49 | 0.58 |
| Hex | 61 | C9 | C1 | 34 | 0 | 4 | 15 | AF | 31 | 3A |
| Octal | 141 | 311 | 301 | 64 | 0 | 4 | 25 | 257 | 61 | 72 |
| Binary | 1100001 | 11001001 | 11000001 | 110100 | 0 | 100 | 10101 | 10101111 | 110001 | 111010 |
Color Harmonies of #61C9C1
Complementary color
Monochromatic Colors of #61C9C1
Black with #61C9C1
Text Example
Text Example
White with #61C9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C9C1; }
p { color: rgb(97,201,193); }
H1.HeaderClassName
{
color: #61C9C1;
}
.AnyTagClassName
{
color: #61C9C1;
}
</style>
background-color css
<style>
a { background-color: #61C9C1; }
a { background-color: rgb(97,201,193); }
div.DivClassName
{
background-color: #61C9C1;
}
.BgClassName
{
background-color: #61C9C1;
}
</style>
border-color css
<style>
span { border-color: #61C9C1; }
span { border-color: rgb(97,201,193); }
td.TdClassName
{
border-color: #61C9C1;
}
.TagClassName
{
border-color: #61C9C1;
}
</style>