Shades of Shakespeare #6296AB
Tints of Shakespeare #6296AB
RGB
CMYK
RGB Variations
Color information
#6296AB (or 0x6296AB) is known color: Shakespeare. HEX triplet: 62, 96 and AB. RGB value is (98,150,171). Sum of RGB (Red+Green+Blue) = 98+150+171=419 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.39% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #6296AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6296AB is #9D6954. Grayscale: #888888. Windows color (decimal): -10316117 or 11245154. OLE color: 11245154.
HSL color Cylindrical-coordinate representation of color #6296AB: hue angle of 197.26º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6296AB is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 150 | 171 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.33 |
| HSL | 197.26º | 0.3% | 0.53% | - |
| HSV(B) | 197.26º | 0.43% | 0.67% | - |
| XYZ | 23.29 | 27.35 | 42.58 | - |
| YUV | 136.85 | 147.27 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 150 | 171 | 0.43 | 0.12 | 0 | 0.33 | 197.26 | 0.3 | 0.53 |
| Hex | 62 | 96 | AB | 2B | C | 0 | 21 | C5 | 1E | 35 |
| Octal | 142 | 226 | 253 | 53 | 14 | 0 | 41 | 305 | 36 | 65 |
| Binary | 1100010 | 10010110 | 10101011 | 101011 | 1100 | 0 | 100001 | 11000101 | 11110 | 110101 |
Color Harmonies of #6296AB
Complementary color
Monochromatic Colors of #6296AB
Black with #6296AB
Text Example
Text Example
White with #6296AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6296AB; }
p { color: rgb(98,150,171); }
H1.HeaderClassName
{
color: #6296AB;
}
.AnyTagClassName
{
color: #6296AB;
}
</style>
background-color css
<style>
a { background-color: #6296AB; }
a { background-color: rgb(98,150,171); }
div.DivClassName
{
background-color: #6296AB;
}
.BgClassName
{
background-color: #6296AB;
}
</style>
border-color css
<style>
span { border-color: #6296AB; }
span { border-color: rgb(98,150,171); }
td.TdClassName
{
border-color: #6296AB;
}
.TagClassName
{
border-color: #6296AB;
}
</style>