Shades of Shakespeare #63A1BC
Tints of Shakespeare #63A1BC
RGB
CMYK
RGB Variations
Color information
#63A1BC (or 0x63A1BC) is known color: Shakespeare. HEX triplet: 63, A1 and BC. RGB value is (99,161,188). Sum of RGB (Red+Green+Blue) = 99+161+188=448 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.10% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #63A1BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A1BC is #9C5E43. Grayscale: #919191. Windows color (decimal): -10247748 or 12362083. OLE color: 12362083.
HSL color Cylindrical-coordinate representation of color #63A1BC: hue angle of 198.2º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63A1BC is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 161 | 188 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.26 |
| HSL | 198.2º | 0.4% | 0.56% | - |
| HSV(B) | 198.2º | 0.47% | 0.74% | - |
| XYZ | 26.97 | 31.77 | 52.29 | - |
| YUV | 145.54 | 151.96 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 161 | 188 | 0.47 | 0.14 | 0 | 0.26 | 198.2 | 0.4 | 0.56 |
| Hex | 63 | A1 | BC | 2F | E | 0 | 1A | C6 | 28 | 38 |
| Octal | 143 | 241 | 274 | 57 | 16 | 0 | 32 | 306 | 50 | 70 |
| Binary | 1100011 | 10100001 | 10111100 | 101111 | 1110 | 0 | 11010 | 11000110 | 101000 | 111000 |
Color Harmonies of #63A1BC
Complementary color
Monochromatic Colors of #63A1BC
Black with #63A1BC
Text Example
Text Example
White with #63A1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A1BC; }
p { color: rgb(99,161,188); }
H1.HeaderClassName
{
color: #63A1BC;
}
.AnyTagClassName
{
color: #63A1BC;
}
</style>
background-color css
<style>
a { background-color: #63A1BC; }
a { background-color: rgb(99,161,188); }
div.DivClassName
{
background-color: #63A1BC;
}
.BgClassName
{
background-color: #63A1BC;
}
</style>
border-color css
<style>
span { border-color: #63A1BC; }
span { border-color: rgb(99,161,188); }
td.TdClassName
{
border-color: #63A1BC;
}
.TagClassName
{
border-color: #63A1BC;
}
</style>