Shades of Downy #61DFC9
Tints of Downy #61DFC9
RGB
CMYK
RGB Variations
Color information
#61DFC9 (or 0x61DFC9) is known color: Downy. HEX triplet: 61, DF and C9. RGB value is (97,223,201). Sum of RGB (Red+Green+Blue) = 97+223+201=521 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.62% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #61DFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DFC9 is #9E2036. Grayscale: #B6B6B6. Windows color (decimal): -10362935 or 13229921. OLE color: 13229921.
HSL color Cylindrical-coordinate representation of color #61DFC9: hue angle of 169.52º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61DFC9 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 223 | 201 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.13 |
| HSL | 169.52º | 0.66% | 0.63% | - |
| HSV(B) | 169.52º | 0.57% | 0.87% | - |
| XYZ | 41.86 | 59.53 | 64.54 | - |
| YUV | 182.82 | 138.26 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 201 | 0.57 | 0 | 0.10 | 0.13 | 169.52 | 0.66 | 0.63 |
| Hex | 61 | DF | C9 | 39 | 0 | A | D | AA | 42 | 3F |
| Octal | 141 | 337 | 311 | 71 | 0 | 12 | 15 | 252 | 102 | 77 |
| Binary | 1100001 | 11011111 | 11001001 | 111001 | 0 | 1010 | 1101 | 10101010 | 1000010 | 111111 |
Color Harmonies of #61DFC9
Complementary color
Monochromatic Colors of #61DFC9
Black with #61DFC9
Text Example
Text Example
White with #61DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DFC9; }
p { color: rgb(97,223,201); }
H1.HeaderClassName
{
color: #61DFC9;
}
.AnyTagClassName
{
color: #61DFC9;
}
</style>
background-color css
<style>
a { background-color: #61DFC9; }
a { background-color: rgb(97,223,201); }
div.DivClassName
{
background-color: #61DFC9;
}
.BgClassName
{
background-color: #61DFC9;
}
</style>
border-color css
<style>
span { border-color: #61DFC9; }
span { border-color: rgb(97,223,201); }
td.TdClassName
{
border-color: #61DFC9;
}
.TagClassName
{
border-color: #61DFC9;
}
</style>