Shades of Downy #63E7D1
Tints of Downy #63E7D1
RGB
CMYK
RGB Variations
Color information
#63E7D1 (or 0x63E7D1) is known color: Downy. HEX triplet: 63, E7 and D1. RGB value is (99,231,209). Sum of RGB (Red+Green+Blue) = 99+231+209=539 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.37% from 539); Green value is 231 (90.62% from 255 or 42.86% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 231 - color contains mainly: green. Hex color #63E7D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63E7D1 is #9C182E. Grayscale: #BCBCBC. Windows color (decimal): -10229807 or 13756259. OLE color: 13756259.
HSL color Cylindrical-coordinate representation of color #63E7D1: hue angle of 170º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63E7D1 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 99 | 231 | 209 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.09 |
| HSL | 170º | 0.73% | 0.65% | - |
| HSV(B) | 170º | 0.57% | 0.91% | - |
| XYZ | 45.23 | 64.41 | 70.37 | - |
| YUV | 189.02 | 139.27 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 231 | 209 | 0.57 | 0 | 0.10 | 0.09 | 170 | 0.73 | 0.65 |
| Hex | 63 | E7 | D1 | 39 | 0 | A | 9 | AA | 49 | 41 |
| Octal | 143 | 347 | 321 | 71 | 0 | 12 | 11 | 252 | 111 | 101 |
| Binary | 1100011 | 11100111 | 11010001 | 111001 | 0 | 1010 | 1001 | 10101010 | 1001001 | 1000001 |
Color Harmonies of #63E7D1
Complementary color
Monochromatic Colors of #63E7D1
Black with #63E7D1
Text Example
Text Example
White with #63E7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E7D1; }
p { color: rgb(99,231,209); }
H1.HeaderClassName
{
color: #63E7D1;
}
.AnyTagClassName
{
color: #63E7D1;
}
</style>
background-color css
<style>
a { background-color: #63E7D1; }
a { background-color: rgb(99,231,209); }
div.DivClassName
{
background-color: #63E7D1;
}
.BgClassName
{
background-color: #63E7D1;
}
</style>
border-color css
<style>
span { border-color: #63E7D1; }
span { border-color: rgb(99,231,209); }
td.TdClassName
{
border-color: #63E7D1;
}
.TagClassName
{
border-color: #63E7D1;
}
</style>