Shades of Downy #63DBB7
Tints of Downy #63DBB7
RGB
CMYK
RGB Variations
Color information
#63DBB7 (or 0x63DBB7) is known color: Downy. HEX triplet: 63, DB and B7. RGB value is (99,219,183). Sum of RGB (Red+Green+Blue) = 99+219+183=501 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.76% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #63DBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DBB7 is #9C2448. Grayscale: #B3B3B3. Windows color (decimal): -10232905 or 12049251. OLE color: 12049251.
HSL color Cylindrical-coordinate representation of color #63DBB7: hue angle of 162º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DBB7 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 219 | 183 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.14 |
| HSL | 162º | 0.63% | 0.62% | - |
| HSV(B) | 162º | 0.55% | 0.86% | - |
| XYZ | 39.02 | 56.73 | 53.69 | - |
| YUV | 179.02 | 130.24 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 219 | 183 | 0.55 | 0 | 0.16 | 0.14 | 162 | 0.63 | 0.62 |
| Hex | 63 | DB | B7 | 37 | 0 | 10 | E | A2 | 3E | 3E |
| Octal | 143 | 333 | 267 | 67 | 0 | 20 | 16 | 242 | 76 | 76 |
| Binary | 1100011 | 11011011 | 10110111 | 110111 | 0 | 10000 | 1110 | 10100010 | 111110 | 111110 |
Color Harmonies of #63DBB7
Complementary color
Monochromatic Colors of #63DBB7
Black with #63DBB7
Text Example
Text Example
White with #63DBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DBB7; }
p { color: rgb(99,219,183); }
H1.HeaderClassName
{
color: #63DBB7;
}
.AnyTagClassName
{
color: #63DBB7;
}
</style>
background-color css
<style>
a { background-color: #63DBB7; }
a { background-color: rgb(99,219,183); }
div.DivClassName
{
background-color: #63DBB7;
}
.BgClassName
{
background-color: #63DBB7;
}
</style>
border-color css
<style>
span { border-color: #63DBB7; }
span { border-color: rgb(99,219,183); }
td.TdClassName
{
border-color: #63DBB7;
}
.TagClassName
{
border-color: #63DBB7;
}
</style>