Shades of Shakespeare #63A0B6
Tints of Shakespeare #63A0B6
RGB
CMYK
RGB Variations
Color information
#63A0B6 (or 0x63A0B6) is known color: Shakespeare. HEX triplet: 63, A0 and B6. RGB value is (99,160,182). Sum of RGB (Red+Green+Blue) = 99+160+182=441 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.45% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 182 - color contains mainly: blue. Hex color #63A0B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A0B6 is #9C5F49. Grayscale: #909090. Windows color (decimal): -10248010 or 11968611. OLE color: 11968611.
HSL color Cylindrical-coordinate representation of color #63A0B6: hue angle of 195.9º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63A0B6 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 160 | 182 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.29 |
| HSL | 195.9º | 0.36% | 0.55% | - |
| HSV(B) | 195.9º | 0.46% | 0.71% | - |
| XYZ | 26.16 | 31.17 | 48.89 | - |
| YUV | 144.27 | 149.29 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 160 | 182 | 0.46 | 0.12 | 0 | 0.29 | 195.9 | 0.36 | 0.55 |
| Hex | 63 | A0 | B6 | 2E | C | 0 | 1D | C4 | 24 | 37 |
| Octal | 143 | 240 | 266 | 56 | 14 | 0 | 35 | 304 | 44 | 67 |
| Binary | 1100011 | 10100000 | 10110110 | 101110 | 1100 | 0 | 11101 | 11000100 | 100100 | 110111 |
Color Harmonies of #63A0B6
Complementary color
Monochromatic Colors of #63A0B6
Black with #63A0B6
Text Example
Text Example
White with #63A0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A0B6; }
p { color: rgb(99,160,182); }
H1.HeaderClassName
{
color: #63A0B6;
}
.AnyTagClassName
{
color: #63A0B6;
}
</style>
background-color css
<style>
a { background-color: #63A0B6; }
a { background-color: rgb(99,160,182); }
div.DivClassName
{
background-color: #63A0B6;
}
.BgClassName
{
background-color: #63A0B6;
}
</style>
border-color css
<style>
span { border-color: #63A0B6; }
span { border-color: rgb(99,160,182); }
td.TdClassName
{
border-color: #63A0B6;
}
.TagClassName
{
border-color: #63A0B6;
}
</style>