Shades of Downy #63EAC6
Tints of Downy #63EAC6
RGB
CMYK
RGB Variations
Color information
#63EAC6 (or 0x63EAC6) is known color: Downy. HEX triplet: 63, EA and C6. RGB value is (99,234,198). Sum of RGB (Red+Green+Blue) = 99+234+198=531 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.64% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #63EAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EAC6 is #9C1539. Grayscale: #BDBDBD. Windows color (decimal): -10229050 or 13036131. OLE color: 13036131.
HSL color Cylindrical-coordinate representation of color #63EAC6: hue angle of 164º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63EAC6 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 234 | 198 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.08 |
| HSL | 164º | 0.76% | 0.65% | - |
| HSV(B) | 164º | 0.58% | 0.92% | - |
| XYZ | 44.76 | 65.58 | 63.72 | - |
| YUV | 189.53 | 132.77 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 234 | 198 | 0.58 | 0 | 0.15 | 0.08 | 164 | 0.76 | 0.65 |
| Hex | 63 | EA | C6 | 3A | 0 | F | 8 | A4 | 4C | 41 |
| Octal | 143 | 352 | 306 | 72 | 0 | 17 | 10 | 244 | 114 | 101 |
| Binary | 1100011 | 11101010 | 11000110 | 111010 | 0 | 1111 | 1000 | 10100100 | 1001100 | 1000001 |
Color Harmonies of #63EAC6
Complementary color
Monochromatic Colors of #63EAC6
Black with #63EAC6
Text Example
Text Example
White with #63EAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EAC6; }
p { color: rgb(99,234,198); }
H1.HeaderClassName
{
color: #63EAC6;
}
.AnyTagClassName
{
color: #63EAC6;
}
</style>
background-color css
<style>
a { background-color: #63EAC6; }
a { background-color: rgb(99,234,198); }
div.DivClassName
{
background-color: #63EAC6;
}
.BgClassName
{
background-color: #63EAC6;
}
</style>
border-color css
<style>
span { border-color: #63EAC6; }
span { border-color: rgb(99,234,198); }
td.TdClassName
{
border-color: #63EAC6;
}
.TagClassName
{
border-color: #63EAC6;
}
</style>