Shades of Downy #61CFB7
Tints of Downy #61CFB7
RGB
CMYK
RGB Variations
Color information
#61CFB7 (or 0x61CFB7) is known color: Downy. HEX triplet: 61, CF and B7. RGB value is (97,207,183). Sum of RGB (Red+Green+Blue) = 97+207+183=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #61CFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CFB7 is #9E3048. Grayscale: #ABABAB. Windows color (decimal): -10367049 or 12046177. OLE color: 12046177.
HSL color Cylindrical-coordinate representation of color #61CFB7: hue angle of 166.91º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CFB7 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 207 | 183 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.19 |
| HSL | 166.91º | 0.53% | 0.6% | - |
| HSV(B) | 166.91º | 0.53% | 0.81% | - |
| XYZ | 35.79 | 50.59 | 52.68 | - |
| YUV | 171.37 | 134.56 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 207 | 183 | 0.53 | 0 | 0.12 | 0.19 | 166.91 | 0.53 | 0.6 |
| Hex | 61 | CF | B7 | 35 | 0 | C | 13 | A7 | 35 | 3C |
| Octal | 141 | 317 | 267 | 65 | 0 | 14 | 23 | 247 | 65 | 74 |
| Binary | 1100001 | 11001111 | 10110111 | 110101 | 0 | 1100 | 10011 | 10100111 | 110101 | 111100 |
Color Harmonies of #61CFB7
Complementary color
Monochromatic Colors of #61CFB7
Black with #61CFB7
Text Example
Text Example
White with #61CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CFB7; }
p { color: rgb(97,207,183); }
H1.HeaderClassName
{
color: #61CFB7;
}
.AnyTagClassName
{
color: #61CFB7;
}
</style>
background-color css
<style>
a { background-color: #61CFB7; }
a { background-color: rgb(97,207,183); }
div.DivClassName
{
background-color: #61CFB7;
}
.BgClassName
{
background-color: #61CFB7;
}
</style>
border-color css
<style>
span { border-color: #61CFB7; }
span { border-color: rgb(97,207,183); }
td.TdClassName
{
border-color: #61CFB7;
}
.TagClassName
{
border-color: #61CFB7;
}
</style>