Shades of Downy #63D7D1
Tints of Downy #63D7D1
RGB
CMYK
RGB Variations
Color information
#63D7D1 (or 0x63D7D1) is known color: Downy. HEX triplet: 63, D7 and D1. RGB value is (99,215,209). Sum of RGB (Red+Green+Blue) = 99+215+209=523 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.93% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 215 - color contains mainly: green. Hex color #63D7D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D7D1 is #9C282E. Grayscale: #B3B3B3. Windows color (decimal): -10233903 or 13752163. OLE color: 13752163.
HSL color Cylindrical-coordinate representation of color #63D7D1: hue angle of 176.9º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63D7D1 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 215 | 209 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.16 |
| HSL | 176.9º | 0.59% | 0.62% | - |
| HSV(B) | 176.9º | 0.54% | 0.84% | - |
| XYZ | 40.95 | 55.86 | 68.94 | - |
| YUV | 179.63 | 144.57 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 215 | 209 | 0.54 | 0 | 0.03 | 0.16 | 176.9 | 0.59 | 0.62 |
| Hex | 63 | D7 | D1 | 36 | 0 | 3 | 10 | B1 | 3B | 3E |
| Octal | 143 | 327 | 321 | 66 | 0 | 3 | 20 | 261 | 73 | 76 |
| Binary | 1100011 | 11010111 | 11010001 | 110110 | 0 | 11 | 10000 | 10110001 | 111011 | 111110 |
Color Harmonies of #63D7D1
Complementary color
Monochromatic Colors of #63D7D1
Black with #63D7D1
Text Example
Text Example
White with #63D7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D7D1; }
p { color: rgb(99,215,209); }
H1.HeaderClassName
{
color: #63D7D1;
}
.AnyTagClassName
{
color: #63D7D1;
}
</style>
background-color css
<style>
a { background-color: #63D7D1; }
a { background-color: rgb(99,215,209); }
div.DivClassName
{
background-color: #63D7D1;
}
.BgClassName
{
background-color: #63D7D1;
}
</style>
border-color css
<style>
span { border-color: #63D7D1; }
span { border-color: rgb(99,215,209); }
td.TdClassName
{
border-color: #63D7D1;
}
.TagClassName
{
border-color: #63D7D1;
}
</style>