Shades of Shakespeare #63A3C0
Tints of Shakespeare #63A3C0
RGB
CMYK
RGB Variations
Color information
#63A3C0 (or 0x63A3C0) is known color: Shakespeare. HEX triplet: 63, A3 and C0. RGB value is (99,163,192). Sum of RGB (Red+Green+Blue) = 99+163+192=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #63A3C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A3C0 is #9C5C3F. Grayscale: #929292. Windows color (decimal): -10247232 or 12624739. OLE color: 12624739.
HSL color Cylindrical-coordinate representation of color #63A3C0: hue angle of 198.71º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63A3C0 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 163 | 192 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.25 |
| HSL | 198.71º | 0.42% | 0.57% | - |
| HSV(B) | 198.71º | 0.48% | 0.75% | - |
| XYZ | 27.76 | 32.65 | 54.71 | - |
| YUV | 147.17 | 153.3 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 163 | 192 | 0.48 | 0.15 | 0 | 0.25 | 198.71 | 0.42 | 0.57 |
| Hex | 63 | A3 | C0 | 30 | F | 0 | 19 | C7 | 2A | 39 |
| Octal | 143 | 243 | 300 | 60 | 17 | 0 | 31 | 307 | 52 | 71 |
| Binary | 1100011 | 10100011 | 11000000 | 110000 | 1111 | 0 | 11001 | 11000111 | 101010 | 111001 |
Color Harmonies of #63A3C0
Complementary color
Monochromatic Colors of #63A3C0
Black with #63A3C0
Text Example
Text Example
White with #63A3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A3C0; }
p { color: rgb(99,163,192); }
H1.HeaderClassName
{
color: #63A3C0;
}
.AnyTagClassName
{
color: #63A3C0;
}
</style>
background-color css
<style>
a { background-color: #63A3C0; }
a { background-color: rgb(99,163,192); }
div.DivClassName
{
background-color: #63A3C0;
}
.BgClassName
{
background-color: #63A3C0;
}
</style>
border-color css
<style>
span { border-color: #63A3C0; }
span { border-color: rgb(99,163,192); }
td.TdClassName
{
border-color: #63A3C0;
}
.TagClassName
{
border-color: #63A3C0;
}
</style>