Shades of Downy #63D2C6
Tints of Downy #63D2C6
RGB
CMYK
RGB Variations
Color information
#63D2C6 (or 0x63D2C6) is known color: Downy. HEX triplet: 63, D2 and C6. RGB value is (99,210,198). Sum of RGB (Red+Green+Blue) = 99+210+198=507 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.53% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #63D2C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D2C6 is #9C2D39. Grayscale: #AFAFAF. Windows color (decimal): -10235194 or 13029987. OLE color: 13029987.
HSL color Cylindrical-coordinate representation of color #63D2C6: hue angle of 173.51º 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 #63D2C6 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 210 | 198 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.18 |
| HSL | 173.51º | 0.55% | 0.61% | - |
| HSV(B) | 173.51º | 0.53% | 0.82% | - |
| XYZ | 38.39 | 52.82 | 61.6 | - |
| YUV | 175.44 | 140.73 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 210 | 198 | 0.53 | 0 | 0.06 | 0.18 | 173.51 | 0.55 | 0.61 |
| Hex | 63 | D2 | C6 | 35 | 0 | 6 | 12 | AE | 37 | 3D |
| Octal | 143 | 322 | 306 | 65 | 0 | 6 | 22 | 256 | 67 | 75 |
| Binary | 1100011 | 11010010 | 11000110 | 110101 | 0 | 110 | 10010 | 10101110 | 110111 | 111101 |
Color Harmonies of #63D2C6
Complementary color
Monochromatic Colors of #63D2C6
Black with #63D2C6
Text Example
Text Example
White with #63D2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D2C6; }
p { color: rgb(99,210,198); }
H1.HeaderClassName
{
color: #63D2C6;
}
.AnyTagClassName
{
color: #63D2C6;
}
</style>
background-color css
<style>
a { background-color: #63D2C6; }
a { background-color: rgb(99,210,198); }
div.DivClassName
{
background-color: #63D2C6;
}
.BgClassName
{
background-color: #63D2C6;
}
</style>
border-color css
<style>
span { border-color: #63D2C6; }
span { border-color: rgb(99,210,198); }
td.TdClassName
{
border-color: #63D2C6;
}
.TagClassName
{
border-color: #63D2C6;
}
</style>