Shades of Downy #61CEC6
Tints of Downy #61CEC6
RGB
CMYK
RGB Variations
Color information
#61CEC6 (or 0x61CEC6) is known color: Downy. HEX triplet: 61, CE and C6. RGB value is (97,206,198). Sum of RGB (Red+Green+Blue) = 97+206+198=501 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.36% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #61CEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CEC6 is #9E3139. Grayscale: #ACACAC. Windows color (decimal): -10367290 or 13028961. OLE color: 13028961.
HSL color Cylindrical-coordinate representation of color #61CEC6: hue angle of 175.6º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CEC6 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 206 | 198 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.19 |
| HSL | 175.6º | 0.53% | 0.59% | - |
| HSV(B) | 175.6º | 0.53% | 0.81% | - |
| XYZ | 37.19 | 50.76 | 61.26 | - |
| YUV | 172.5 | 142.39 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 206 | 198 | 0.53 | 0 | 0.04 | 0.19 | 175.6 | 0.53 | 0.59 |
| Hex | 61 | CE | C6 | 35 | 0 | 4 | 13 | B0 | 35 | 3B |
| Octal | 141 | 316 | 306 | 65 | 0 | 4 | 23 | 260 | 65 | 73 |
| Binary | 1100001 | 11001110 | 11000110 | 110101 | 0 | 100 | 10011 | 10110000 | 110101 | 111011 |
Color Harmonies of #61CEC6
Complementary color
Monochromatic Colors of #61CEC6
Black with #61CEC6
Text Example
Text Example
White with #61CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CEC6; }
p { color: rgb(97,206,198); }
H1.HeaderClassName
{
color: #61CEC6;
}
.AnyTagClassName
{
color: #61CEC6;
}
</style>
background-color css
<style>
a { background-color: #61CEC6; }
a { background-color: rgb(97,206,198); }
div.DivClassName
{
background-color: #61CEC6;
}
.BgClassName
{
background-color: #61CEC6;
}
</style>
border-color css
<style>
span { border-color: #61CEC6; }
span { border-color: rgb(97,206,198); }
td.TdClassName
{
border-color: #61CEC6;
}
.TagClassName
{
border-color: #61CEC6;
}
</style>