Shades of Shakespeare #6296AA
Tints of Shakespeare #6296AA
RGB
CMYK
RGB Variations
Color information
#6296AA (or 0x6296AA) is known color: Shakespeare. HEX triplet: 62, 96 and AA. RGB value is (98,150,170). Sum of RGB (Red+Green+Blue) = 98+150+170=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #6296AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6296AA is #9D6955. Grayscale: #888888. Windows color (decimal): -10316118 or 11179618. OLE color: 11179618.
HSL color Cylindrical-coordinate representation of color #6296AA: hue angle of 196.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6296AA is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 150 | 170 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.33 |
| HSL | 196.67º | 0.3% | 0.53% | - |
| HSV(B) | 196.67º | 0.42% | 0.67% | - |
| XYZ | 23.2 | 27.31 | 42.08 | - |
| YUV | 136.73 | 146.77 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 150 | 170 | 0.42 | 0.12 | 0 | 0.33 | 196.67 | 0.3 | 0.53 |
| Hex | 62 | 96 | AA | 2A | C | 0 | 21 | C5 | 1E | 35 |
| Octal | 142 | 226 | 252 | 52 | 14 | 0 | 41 | 305 | 36 | 65 |
| Binary | 1100010 | 10010110 | 10101010 | 101010 | 1100 | 0 | 100001 | 11000101 | 11110 | 110101 |
Color Harmonies of #6296AA
Complementary color
Monochromatic Colors of #6296AA
Black with #6296AA
Text Example
Text Example
White with #6296AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6296AA; }
p { color: rgb(98,150,170); }
H1.HeaderClassName
{
color: #6296AA;
}
.AnyTagClassName
{
color: #6296AA;
}
</style>
background-color css
<style>
a { background-color: #6296AA; }
a { background-color: rgb(98,150,170); }
div.DivClassName
{
background-color: #6296AA;
}
.BgClassName
{
background-color: #6296AA;
}
</style>
border-color css
<style>
span { border-color: #6296AA; }
span { border-color: rgb(98,150,170); }
td.TdClassName
{
border-color: #6296AA;
}
.TagClassName
{
border-color: #6296AA;
}
</style>