Shades of Downy #61CECB
Tints of Downy #61CECB
RGB
CMYK
RGB Variations
Color information
#61CECB (or 0x61CECB) is known color: Downy. HEX triplet: 61, CE and CB. RGB value is (97,206,203). Sum of RGB (Red+Green+Blue) = 97+206+203=506 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.17% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #61CECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CECB is #9E3134. Grayscale: #ACACAC. Windows color (decimal): -10367285 or 13356641. OLE color: 13356641.
HSL color Cylindrical-coordinate representation of color #61CECB: hue angle of 178.35º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CECB is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 206 | 203 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.19 |
| HSL | 178.35º | 0.53% | 0.59% | - |
| HSV(B) | 178.35º | 0.53% | 0.81% | - |
| XYZ | 37.78 | 51 | 64.35 | - |
| YUV | 173.07 | 144.89 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 206 | 203 | 0.53 | 0 | 0.01 | 0.19 | 178.35 | 0.53 | 0.59 |
| Hex | 61 | CE | CB | 35 | 0 | 1 | 13 | B2 | 35 | 3B |
| Octal | 141 | 316 | 313 | 65 | 0 | 1 | 23 | 262 | 65 | 73 |
| Binary | 1100001 | 11001110 | 11001011 | 110101 | 0 | 1 | 10011 | 10110010 | 110101 | 111011 |
Color Harmonies of #61CECB
Complementary color
Monochromatic Colors of #61CECB
Black with #61CECB
Text Example
Text Example
White with #61CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CECB; }
p { color: rgb(97,206,203); }
H1.HeaderClassName
{
color: #61CECB;
}
.AnyTagClassName
{
color: #61CECB;
}
</style>
background-color css
<style>
a { background-color: #61CECB; }
a { background-color: rgb(97,206,203); }
div.DivClassName
{
background-color: #61CECB;
}
.BgClassName
{
background-color: #61CECB;
}
</style>
border-color css
<style>
span { border-color: #61CECB; }
span { border-color: rgb(97,206,203); }
td.TdClassName
{
border-color: #61CECB;
}
.TagClassName
{
border-color: #61CECB;
}
</style>