Shades of Shakespeare #6096AA
Tints of Shakespeare #6096AA
RGB
CMYK
RGB Variations
Color information
#6096AA (or 0x6096AA) is known color: Shakespeare. HEX triplet: 60, 96 and AA. RGB value is (96,150,170). Sum of RGB (Red+Green+Blue) = 96+150+170=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #6096AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6096AA is #9F6955. Grayscale: #888888. Windows color (decimal): -10447190 or 11179616. OLE color: 11179616.
HSL color Cylindrical-coordinate representation of color #6096AA: hue angle of 196.22º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6096AA is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 150 | 170 | - |
| CMYK | 0.44 | 0.12 | 0 | 0.33 |
| HSL | 196.22º | 0.3% | 0.52% | - |
| HSV(B) | 196.22º | 0.44% | 0.67% | - |
| XYZ | 22.99 | 27.2 | 42.07 | - |
| YUV | 136.13 | 147.11 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 150 | 170 | 0.44 | 0.12 | 0 | 0.33 | 196.22 | 0.3 | 0.52 |
| Hex | 60 | 96 | AA | 2C | C | 0 | 21 | C4 | 1E | 34 |
| Octal | 140 | 226 | 252 | 54 | 14 | 0 | 41 | 304 | 36 | 64 |
| Binary | 1100000 | 10010110 | 10101010 | 101100 | 1100 | 0 | 100001 | 11000100 | 11110 | 110100 |
Color Harmonies of #6096AA
Complementary color
Monochromatic Colors of #6096AA
Black with #6096AA
Text Example
Text Example
White with #6096AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6096AA; }
p { color: rgb(96,150,170); }
H1.HeaderClassName
{
color: #6096AA;
}
.AnyTagClassName
{
color: #6096AA;
}
</style>
background-color css
<style>
a { background-color: #6096AA; }
a { background-color: rgb(96,150,170); }
div.DivClassName
{
background-color: #6096AA;
}
.BgClassName
{
background-color: #6096AA;
}
</style>
border-color css
<style>
span { border-color: #6096AA; }
span { border-color: rgb(96,150,170); }
td.TdClassName
{
border-color: #6096AA;
}
.TagClassName
{
border-color: #6096AA;
}
</style>