Shades of Shakespeare #62A3C1
Tints of Shakespeare #62A3C1
RGB
CMYK
RGB Variations
Color information
#62A3C1 (or 0x62A3C1) is known color: Shakespeare. HEX triplet: 62, A3 and C1. RGB value is (98,163,193). Sum of RGB (Red+Green+Blue) = 98+163+193=454 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.59% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #62A3C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A3C1 is #9D5C3E. Grayscale: #929292. Windows color (decimal): -10312767 or 12690274. OLE color: 12690274.
HSL color Cylindrical-coordinate representation of color #62A3C1: hue angle of 198.95º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62A3C1 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 163 | 193 | - |
| CMYK | 0.49 | 0.16 | 0 | 0.24 |
| HSL | 198.95º | 0.43% | 0.57% | - |
| HSV(B) | 198.95º | 0.49% | 0.76% | - |
| XYZ | 27.76 | 32.64 | 55.29 | - |
| YUV | 146.99 | 153.97 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 163 | 193 | 0.49 | 0.16 | 0 | 0.24 | 198.95 | 0.43 | 0.57 |
| Hex | 62 | A3 | C1 | 31 | 10 | 0 | 18 | C7 | 2B | 39 |
| Octal | 142 | 243 | 301 | 61 | 20 | 0 | 30 | 307 | 53 | 71 |
| Binary | 1100010 | 10100011 | 11000001 | 110001 | 10000 | 0 | 11000 | 11000111 | 101011 | 111001 |
Color Harmonies of #62A3C1
Complementary color
Monochromatic Colors of #62A3C1
Black with #62A3C1
Text Example
Text Example
White with #62A3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A3C1; }
p { color: rgb(98,163,193); }
H1.HeaderClassName
{
color: #62A3C1;
}
.AnyTagClassName
{
color: #62A3C1;
}
</style>
background-color css
<style>
a { background-color: #62A3C1; }
a { background-color: rgb(98,163,193); }
div.DivClassName
{
background-color: #62A3C1;
}
.BgClassName
{
background-color: #62A3C1;
}
</style>
border-color css
<style>
span { border-color: #62A3C1; }
span { border-color: rgb(98,163,193); }
td.TdClassName
{
border-color: #62A3C1;
}
.TagClassName
{
border-color: #62A3C1;
}
</style>