Shades of Downy #63E6D3
Tints of Downy #63E6D3
RGB
CMYK
RGB Variations
Color information
#63E6D3 (or 0x63E6D3) is known color: Downy. HEX triplet: 63, E6 and D3. RGB value is (99,230,211). Sum of RGB (Red+Green+Blue) = 99+230+211=540 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.33% from 540); Green value is 230 (90.23% from 255 or 42.59% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 230 - color contains mainly: green. Hex color #63E6D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63E6D3 is #9C192C. Grayscale: #BCBCBC. Windows color (decimal): -10230061 or 13887075. OLE color: 13887075.
HSL color Cylindrical-coordinate representation of color #63E6D3: hue angle of 171.3º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63E6D3 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 99 | 230 | 211 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.10 |
| HSL | 171.3º | 0.72% | 0.65% | - |
| HSV(B) | 171.3º | 0.57% | 0.9% | - |
| XYZ | 45.2 | 63.95 | 71.59 | - |
| YUV | 188.67 | 140.6 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 230 | 211 | 0.57 | 0 | 0.08 | 0.10 | 171.3 | 0.72 | 0.65 |
| Hex | 63 | E6 | D3 | 39 | 0 | 8 | A | AB | 48 | 41 |
| Octal | 143 | 346 | 323 | 71 | 0 | 10 | 12 | 253 | 110 | 101 |
| Binary | 1100011 | 11100110 | 11010011 | 111001 | 0 | 1000 | 1010 | 10101011 | 1001000 | 1000001 |
Color Harmonies of #63E6D3
Complementary color
Monochromatic Colors of #63E6D3
Black with #63E6D3
Text Example
Text Example
White with #63E6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E6D3; }
p { color: rgb(99,230,211); }
H1.HeaderClassName
{
color: #63E6D3;
}
.AnyTagClassName
{
color: #63E6D3;
}
</style>
background-color css
<style>
a { background-color: #63E6D3; }
a { background-color: rgb(99,230,211); }
div.DivClassName
{
background-color: #63E6D3;
}
.BgClassName
{
background-color: #63E6D3;
}
</style>
border-color css
<style>
span { border-color: #63E6D3; }
span { border-color: rgb(99,230,211); }
td.TdClassName
{
border-color: #63E6D3;
}
.TagClassName
{
border-color: #63E6D3;
}
</style>