Shades of Downy #63C6C0
Tints of Downy #63C6C0
RGB
CMYK
RGB Variations
Color information
#63C6C0 (or 0x63C6C0) is known color: Downy. HEX triplet: 63, C6 and C0. RGB value is (99,198,192). Sum of RGB (Red+Green+Blue) = 99+198+192=489 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.25% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #63C6C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C6C0 is #9C393F. Grayscale: #A7A7A7. Windows color (decimal): -10238272 or 12633699. OLE color: 12633699.
HSL color Cylindrical-coordinate representation of color #63C6C0: hue angle of 176.36º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63C6C0 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 198 | 192 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.22 |
| HSL | 176.36º | 0.46% | 0.58% | - |
| HSV(B) | 176.36º | 0.5% | 0.78% | - |
| XYZ | 34.85 | 46.85 | 57.07 | - |
| YUV | 167.72 | 141.7 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 198 | 192 | 0.50 | 0 | 0.03 | 0.22 | 176.36 | 0.46 | 0.58 |
| Hex | 63 | C6 | C0 | 32 | 0 | 3 | 16 | B0 | 2E | 3A |
| Octal | 143 | 306 | 300 | 62 | 0 | 3 | 26 | 260 | 56 | 72 |
| Binary | 1100011 | 11000110 | 11000000 | 110010 | 0 | 11 | 10110 | 10110000 | 101110 | 111010 |
Color Harmonies of #63C6C0
Complementary color
Monochromatic Colors of #63C6C0
Black with #63C6C0
Text Example
Text Example
White with #63C6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C6C0; }
p { color: rgb(99,198,192); }
H1.HeaderClassName
{
color: #63C6C0;
}
.AnyTagClassName
{
color: #63C6C0;
}
</style>
background-color css
<style>
a { background-color: #63C6C0; }
a { background-color: rgb(99,198,192); }
div.DivClassName
{
background-color: #63C6C0;
}
.BgClassName
{
background-color: #63C6C0;
}
</style>
border-color css
<style>
span { border-color: #63C6C0; }
span { border-color: rgb(99,198,192); }
td.TdClassName
{
border-color: #63C6C0;
}
.TagClassName
{
border-color: #63C6C0;
}
</style>