Shades of Downy #63D2B6
Tints of Downy #63D2B6
RGB
CMYK
RGB Variations
Color information
#63D2B6 (or 0x63D2B6) is known color: Downy. HEX triplet: 63, D2 and B6. RGB value is (99,210,182). Sum of RGB (Red+Green+Blue) = 99+210+182=491 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.16% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #63D2B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D2B6 is #9C2D49. Grayscale: #ADADAD. Windows color (decimal): -10235210 or 11981411. OLE color: 11981411.
HSL color Cylindrical-coordinate representation of color #63D2B6: hue angle of 164.86º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63D2B6 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 210 | 182 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.18 |
| HSL | 164.86º | 0.55% | 0.61% | - |
| HSV(B) | 164.86º | 0.53% | 0.82% | - |
| XYZ | 36.64 | 52.12 | 52.39 | - |
| YUV | 173.62 | 132.73 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 210 | 182 | 0.53 | 0 | 0.13 | 0.18 | 164.86 | 0.55 | 0.61 |
| Hex | 63 | D2 | B6 | 35 | 0 | D | 12 | A5 | 37 | 3D |
| Octal | 143 | 322 | 266 | 65 | 0 | 15 | 22 | 245 | 67 | 75 |
| Binary | 1100011 | 11010010 | 10110110 | 110101 | 0 | 1101 | 10010 | 10100101 | 110111 | 111101 |
Color Harmonies of #63D2B6
Complementary color
Monochromatic Colors of #63D2B6
Black with #63D2B6
Text Example
Text Example
White with #63D2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D2B6; }
p { color: rgb(99,210,182); }
H1.HeaderClassName
{
color: #63D2B6;
}
.AnyTagClassName
{
color: #63D2B6;
}
</style>
background-color css
<style>
a { background-color: #63D2B6; }
a { background-color: rgb(99,210,182); }
div.DivClassName
{
background-color: #63D2B6;
}
.BgClassName
{
background-color: #63D2B6;
}
</style>
border-color css
<style>
span { border-color: #63D2B6; }
span { border-color: rgb(99,210,182); }
td.TdClassName
{
border-color: #63D2B6;
}
.TagClassName
{
border-color: #63D2B6;
}
</style>