Shades of Downy #61DECE
Tints of Downy #61DECE
RGB
CMYK
RGB Variations
Color information
#61DECE (or 0x61DECE) is known color: Downy. HEX triplet: 61, DE and CE. RGB value is (97,222,206). Sum of RGB (Red+Green+Blue) = 97+222+206=525 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.48% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #61DECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DECE is #9E2131. Grayscale: #B6B6B6. Windows color (decimal): -10363186 or 13557345. OLE color: 13557345.
HSL color Cylindrical-coordinate representation of color #61DECE: hue angle of 172.32º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DECE is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 222 | 206 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.13 |
| HSL | 172.32º | 0.65% | 0.63% | - |
| HSV(B) | 172.32º | 0.56% | 0.87% | - |
| XYZ | 42.19 | 59.24 | 67.6 | - |
| YUV | 182.8 | 141.09 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 222 | 206 | 0.56 | 0 | 0.07 | 0.13 | 172.32 | 0.65 | 0.63 |
| Hex | 61 | DE | CE | 38 | 0 | 7 | D | AC | 41 | 3F |
| Octal | 141 | 336 | 316 | 70 | 0 | 7 | 15 | 254 | 101 | 77 |
| Binary | 1100001 | 11011110 | 11001110 | 111000 | 0 | 111 | 1101 | 10101100 | 1000001 | 111111 |
Color Harmonies of #61DECE
Complementary color
Monochromatic Colors of #61DECE
Black with #61DECE
Text Example
Text Example
White with #61DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DECE; }
p { color: rgb(97,222,206); }
H1.HeaderClassName
{
color: #61DECE;
}
.AnyTagClassName
{
color: #61DECE;
}
</style>
background-color css
<style>
a { background-color: #61DECE; }
a { background-color: rgb(97,222,206); }
div.DivClassName
{
background-color: #61DECE;
}
.BgClassName
{
background-color: #61DECE;
}
</style>
border-color css
<style>
span { border-color: #61DECE; }
span { border-color: rgb(97,222,206); }
td.TdClassName
{
border-color: #61DECE;
}
.TagClassName
{
border-color: #61DECE;
}
</style>