Shades of Downy #61CEC9
Tints of Downy #61CEC9
RGB
CMYK
RGB Variations
Color information
#61CEC9 (or 0x61CEC9) is known color: Downy. HEX triplet: 61, CE and C9. RGB value is (97,206,201). Sum of RGB (Red+Green+Blue) = 97+206+201=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #61CEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CEC9 is #9E3136. Grayscale: #ACACAC. Windows color (decimal): -10367287 or 13225569. OLE color: 13225569.
HSL color Cylindrical-coordinate representation of color #61CEC9: hue angle of 177.25º 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 #61CEC9 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 206 | 201 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.19 |
| HSL | 177.25º | 0.53% | 0.59% | - |
| HSV(B) | 177.25º | 0.53% | 0.81% | - |
| XYZ | 37.54 | 50.9 | 63.1 | - |
| YUV | 172.84 | 143.89 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 206 | 201 | 0.53 | 0 | 0.02 | 0.19 | 177.25 | 0.53 | 0.59 |
| Hex | 61 | CE | C9 | 35 | 0 | 2 | 13 | B1 | 35 | 3B |
| Octal | 141 | 316 | 311 | 65 | 0 | 2 | 23 | 261 | 65 | 73 |
| Binary | 1100001 | 11001110 | 11001001 | 110101 | 0 | 10 | 10011 | 10110001 | 110101 | 111011 |
Color Harmonies of #61CEC9
Complementary color
Monochromatic Colors of #61CEC9
Black with #61CEC9
Text Example
Text Example
White with #61CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CEC9; }
p { color: rgb(97,206,201); }
H1.HeaderClassName
{
color: #61CEC9;
}
.AnyTagClassName
{
color: #61CEC9;
}
</style>
background-color css
<style>
a { background-color: #61CEC9; }
a { background-color: rgb(97,206,201); }
div.DivClassName
{
background-color: #61CEC9;
}
.BgClassName
{
background-color: #61CEC9;
}
</style>
border-color css
<style>
span { border-color: #61CEC9; }
span { border-color: rgb(97,206,201); }
td.TdClassName
{
border-color: #61CEC9;
}
.TagClassName
{
border-color: #61CEC9;
}
</style>