Shades of Downy #63DED0
Tints of Downy #63DED0
RGB
CMYK
RGB Variations
Color information
#63DED0 (or 0x63DED0) is known color: Downy. HEX triplet: 63, DE and D0. RGB value is (99,222,208). Sum of RGB (Red+Green+Blue) = 99+222+208=529 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.71% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #63DED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DED0 is #9C212F. Grayscale: #B7B7B7. Windows color (decimal): -10232112 or 13688419. OLE color: 13688419.
HSL color Cylindrical-coordinate representation of color #63DED0: hue angle of 173.17º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DED0 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 222 | 208 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.13 |
| HSL | 173.17º | 0.65% | 0.63% | - |
| HSV(B) | 173.17º | 0.55% | 0.87% | - |
| XYZ | 42.65 | 59.45 | 68.9 | - |
| YUV | 183.63 | 141.75 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 222 | 208 | 0.55 | 0 | 0.06 | 0.13 | 173.17 | 0.65 | 0.63 |
| Hex | 63 | DE | D0 | 37 | 0 | 6 | D | AD | 41 | 3F |
| Octal | 143 | 336 | 320 | 67 | 0 | 6 | 15 | 255 | 101 | 77 |
| Binary | 1100011 | 11011110 | 11010000 | 110111 | 0 | 110 | 1101 | 10101101 | 1000001 | 111111 |
Color Harmonies of #63DED0
Complementary color
Monochromatic Colors of #63DED0
Black with #63DED0
Text Example
Text Example
White with #63DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DED0; }
p { color: rgb(99,222,208); }
H1.HeaderClassName
{
color: #63DED0;
}
.AnyTagClassName
{
color: #63DED0;
}
</style>
background-color css
<style>
a { background-color: #63DED0; }
a { background-color: rgb(99,222,208); }
div.DivClassName
{
background-color: #63DED0;
}
.BgClassName
{
background-color: #63DED0;
}
</style>
border-color css
<style>
span { border-color: #63DED0; }
span { border-color: rgb(99,222,208); }
td.TdClassName
{
border-color: #63DED0;
}
.TagClassName
{
border-color: #63DED0;
}
</style>