Shades of Downy #61EFC6
Tints of Downy #61EFC6
RGB
CMYK
RGB Variations
Color information
#61EFC6 (or 0x61EFC6) is known color: Downy. HEX triplet: 61, EF and C6. RGB value is (97,239,198). Sum of RGB (Red+Green+Blue) = 97+239+198=534 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.16% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #61EFC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EFC6 is #9E1039. Grayscale: #BFBFBF. Windows color (decimal): -10358842 or 13037409. OLE color: 13037409.
HSL color Cylindrical-coordinate representation of color #61EFC6: hue angle of 162.68º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EFC6 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 239 | 198 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.06 |
| HSL | 162.68º | 0.82% | 0.66% | - |
| HSV(B) | 162.68º | 0.59% | 0.94% | - |
| XYZ | 45.99 | 68.35 | 64.2 | - |
| YUV | 191.87 | 131.46 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 239 | 198 | 0.59 | 0 | 0.17 | 0.06 | 162.68 | 0.82 | 0.66 |
| Hex | 61 | EF | C6 | 3B | 0 | 11 | 6 | A3 | 52 | 42 |
| Octal | 141 | 357 | 306 | 73 | 0 | 21 | 6 | 243 | 122 | 102 |
| Binary | 1100001 | 11101111 | 11000110 | 111011 | 0 | 10001 | 110 | 10100011 | 1010010 | 1000010 |
Color Harmonies of #61EFC6
Complementary color
Monochromatic Colors of #61EFC6
Black with #61EFC6
Text Example
Text Example
White with #61EFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EFC6; }
p { color: rgb(97,239,198); }
H1.HeaderClassName
{
color: #61EFC6;
}
.AnyTagClassName
{
color: #61EFC6;
}
</style>
background-color css
<style>
a { background-color: #61EFC6; }
a { background-color: rgb(97,239,198); }
div.DivClassName
{
background-color: #61EFC6;
}
.BgClassName
{
background-color: #61EFC6;
}
</style>
border-color css
<style>
span { border-color: #61EFC6; }
span { border-color: rgb(97,239,198); }
td.TdClassName
{
border-color: #61EFC6;
}
.TagClassName
{
border-color: #61EFC6;
}
</style>