Shades of Downy #63CEB6
Tints of Downy #63CEB6
RGB
CMYK
RGB Variations
Color information
#63CEB6 (or 0x63CEB6) is known color: Downy. HEX triplet: 63, CE and B6. RGB value is (99,206,182). Sum of RGB (Red+Green+Blue) = 99+206+182=487 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.33% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #63CEB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CEB6 is #9C3149. Grayscale: #ABABAB. Windows color (decimal): -10236234 or 11980387. OLE color: 11980387.
HSL color Cylindrical-coordinate representation of color #63CEB6: hue angle of 166.54º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CEB6 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 206 | 182 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.19 |
| HSL | 166.54º | 0.52% | 0.6% | - |
| HSV(B) | 166.54º | 0.52% | 0.81% | - |
| XYZ | 35.66 | 50.17 | 52.06 | - |
| YUV | 171.27 | 134.05 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 206 | 182 | 0.52 | 0 | 0.12 | 0.19 | 166.54 | 0.52 | 0.6 |
| Hex | 63 | CE | B6 | 34 | 0 | C | 13 | A7 | 34 | 3C |
| Octal | 143 | 316 | 266 | 64 | 0 | 14 | 23 | 247 | 64 | 74 |
| Binary | 1100011 | 11001110 | 10110110 | 110100 | 0 | 1100 | 10011 | 10100111 | 110100 | 111100 |
Color Harmonies of #63CEB6
Complementary color
Monochromatic Colors of #63CEB6
Black with #63CEB6
Text Example
Text Example
White with #63CEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CEB6; }
p { color: rgb(99,206,182); }
H1.HeaderClassName
{
color: #63CEB6;
}
.AnyTagClassName
{
color: #63CEB6;
}
</style>
background-color css
<style>
a { background-color: #63CEB6; }
a { background-color: rgb(99,206,182); }
div.DivClassName
{
background-color: #63CEB6;
}
.BgClassName
{
background-color: #63CEB6;
}
</style>
border-color css
<style>
span { border-color: #63CEB6; }
span { border-color: rgb(99,206,182); }
td.TdClassName
{
border-color: #63CEB6;
}
.TagClassName
{
border-color: #63CEB6;
}
</style>