Shades of Downy #61E6C8
Tints of Downy #61E6C8
RGB
CMYK
RGB Variations
Color information
#61E6C8 (or 0x61E6C8) is known color: Downy. HEX triplet: 61, E6 and C8. RGB value is (97,230,200). Sum of RGB (Red+Green+Blue) = 97+230+200=527 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.41% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #61E6C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E6C8 is #9E1937. Grayscale: #BABABA. Windows color (decimal): -10361144 or 13166177. OLE color: 13166177.
HSL color Cylindrical-coordinate representation of color #61E6C8: hue angle of 166.47º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E6C8 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 230 | 200 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.10 |
| HSL | 166.47º | 0.73% | 0.64% | - |
| HSV(B) | 166.47º | 0.58% | 0.9% | - |
| XYZ | 43.65 | 63.31 | 64.56 | - |
| YUV | 186.81 | 135.44 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 230 | 200 | 0.58 | 0 | 0.13 | 0.10 | 166.47 | 0.73 | 0.64 |
| Hex | 61 | E6 | C8 | 3A | 0 | D | A | A6 | 49 | 40 |
| Octal | 141 | 346 | 310 | 72 | 0 | 15 | 12 | 246 | 111 | 100 |
| Binary | 1100001 | 11100110 | 11001000 | 111010 | 0 | 1101 | 1010 | 10100110 | 1001001 | 1000000 |
Color Harmonies of #61E6C8
Complementary color
Monochromatic Colors of #61E6C8
Black with #61E6C8
Text Example
Text Example
White with #61E6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E6C8; }
p { color: rgb(97,230,200); }
H1.HeaderClassName
{
color: #61E6C8;
}
.AnyTagClassName
{
color: #61E6C8;
}
</style>
background-color css
<style>
a { background-color: #61E6C8; }
a { background-color: rgb(97,230,200); }
div.DivClassName
{
background-color: #61E6C8;
}
.BgClassName
{
background-color: #61E6C8;
}
</style>
border-color css
<style>
span { border-color: #61E6C8; }
span { border-color: rgb(97,230,200); }
td.TdClassName
{
border-color: #61E6C8;
}
.TagClassName
{
border-color: #61E6C8;
}
</style>