Shades of Downy #63DAC6
Tints of Downy #63DAC6
RGB
CMYK
RGB Variations
Color information
#63DAC6 (or 0x63DAC6) is known color: Downy. HEX triplet: 63, DA and C6. RGB value is (99,218,198). Sum of RGB (Red+Green+Blue) = 99+218+198=515 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.22% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #63DAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DAC6 is #9C2539. Grayscale: #B4B4B4. Windows color (decimal): -10233146 or 13032035. OLE color: 13032035.
HSL color Cylindrical-coordinate representation of color #63DAC6: hue angle of 169.92º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DAC6 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 218 | 198 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.15 |
| HSL | 169.92º | 0.62% | 0.62% | - |
| HSV(B) | 169.92º | 0.55% | 0.85% | - |
| XYZ | 40.41 | 56.87 | 62.27 | - |
| YUV | 180.14 | 138.08 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 218 | 198 | 0.55 | 0 | 0.09 | 0.15 | 169.92 | 0.62 | 0.62 |
| Hex | 63 | DA | C6 | 37 | 0 | 9 | F | AA | 3E | 3E |
| Octal | 143 | 332 | 306 | 67 | 0 | 11 | 17 | 252 | 76 | 76 |
| Binary | 1100011 | 11011010 | 11000110 | 110111 | 0 | 1001 | 1111 | 10101010 | 111110 | 111110 |
Color Harmonies of #63DAC6
Complementary color
Monochromatic Colors of #63DAC6
Black with #63DAC6
Text Example
Text Example
White with #63DAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DAC6; }
p { color: rgb(99,218,198); }
H1.HeaderClassName
{
color: #63DAC6;
}
.AnyTagClassName
{
color: #63DAC6;
}
</style>
background-color css
<style>
a { background-color: #63DAC6; }
a { background-color: rgb(99,218,198); }
div.DivClassName
{
background-color: #63DAC6;
}
.BgClassName
{
background-color: #63DAC6;
}
</style>
border-color css
<style>
span { border-color: #63DAC6; }
span { border-color: rgb(99,218,198); }
td.TdClassName
{
border-color: #63DAC6;
}
.TagClassName
{
border-color: #63DAC6;
}
</style>