Shades of Downy #60C6BF
Tints of Downy #60C6BF
RGB
CMYK
RGB Variations
Color information
#60C6BF (or 0x60C6BF) is known color: Downy. HEX triplet: 60, C6 and BF. RGB value is (96,198,191). Sum of RGB (Red+Green+Blue) = 96+198+191=485 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.79% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 198 - color contains mainly: green. Hex color #60C6BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C6BF is #9F3940. Grayscale: #A6A6A6. Windows color (decimal): -10434881 or 12568160. OLE color: 12568160.
HSL color Cylindrical-coordinate representation of color #60C6BF: hue angle of 175.88º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C6BF is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 198 | 191 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.22 |
| HSL | 175.88º | 0.47% | 0.58% | - |
| HSV(B) | 175.88º | 0.52% | 0.78% | - |
| XYZ | 34.42 | 46.64 | 56.48 | - |
| YUV | 166.7 | 141.71 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 198 | 191 | 0.52 | 0 | 0.04 | 0.22 | 175.88 | 0.47 | 0.58 |
| Hex | 60 | C6 | BF | 34 | 0 | 4 | 16 | B0 | 2F | 3A |
| Octal | 140 | 306 | 277 | 64 | 0 | 4 | 26 | 260 | 57 | 72 |
| Binary | 1100000 | 11000110 | 10111111 | 110100 | 0 | 100 | 10110 | 10110000 | 101111 | 111010 |
Color Harmonies of #60C6BF
Complementary color
Monochromatic Colors of #60C6BF
Black with #60C6BF
Text Example
Text Example
White with #60C6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C6BF; }
p { color: rgb(96,198,191); }
H1.HeaderClassName
{
color: #60C6BF;
}
.AnyTagClassName
{
color: #60C6BF;
}
</style>
background-color css
<style>
a { background-color: #60C6BF; }
a { background-color: rgb(96,198,191); }
div.DivClassName
{
background-color: #60C6BF;
}
.BgClassName
{
background-color: #60C6BF;
}
</style>
border-color css
<style>
span { border-color: #60C6BF; }
span { border-color: rgb(96,198,191); }
td.TdClassName
{
border-color: #60C6BF;
}
.TagClassName
{
border-color: #60C6BF;
}
</style>