Shades of Shakespeare #63A7BE
Tints of Shakespeare #63A7BE
RGB
CMYK
RGB Variations
Color information
#63A7BE (or 0x63A7BE) is known color: Shakespeare. HEX triplet: 63, A7 and BE. RGB value is (99,167,190). Sum of RGB (Red+Green+Blue) = 99+167+190=456 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.71% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #63A7BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A7BE is #9C5841. Grayscale: #959595. Windows color (decimal): -10246210 or 12494691. OLE color: 12494691.
HSL color Cylindrical-coordinate representation of color #63A7BE: hue angle of 195.16º degrees, saturation: 0.41, 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 #63A7BE is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 167 | 190 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.25 |
| HSL | 195.16º | 0.41% | 0.57% | - |
| HSV(B) | 195.16º | 0.48% | 0.75% | - |
| XYZ | 28.26 | 34.01 | 53.79 | - |
| YUV | 149.29 | 150.97 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 167 | 190 | 0.48 | 0.12 | 0 | 0.25 | 195.16 | 0.41 | 0.57 |
| Hex | 63 | A7 | BE | 30 | C | 0 | 19 | C3 | 29 | 39 |
| Octal | 143 | 247 | 276 | 60 | 14 | 0 | 31 | 303 | 51 | 71 |
| Binary | 1100011 | 10100111 | 10111110 | 110000 | 1100 | 0 | 11001 | 11000011 | 101001 | 111001 |
Color Harmonies of #63A7BE
Complementary color
Monochromatic Colors of #63A7BE
Black with #63A7BE
Text Example
Text Example
White with #63A7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A7BE; }
p { color: rgb(99,167,190); }
H1.HeaderClassName
{
color: #63A7BE;
}
.AnyTagClassName
{
color: #63A7BE;
}
</style>
background-color css
<style>
a { background-color: #63A7BE; }
a { background-color: rgb(99,167,190); }
div.DivClassName
{
background-color: #63A7BE;
}
.BgClassName
{
background-color: #63A7BE;
}
</style>
border-color css
<style>
span { border-color: #63A7BE; }
span { border-color: rgb(99,167,190); }
td.TdClassName
{
border-color: #63A7BE;
}
.TagClassName
{
border-color: #63A7BE;
}
</style>