Shades of Shakespeare #6096C0
Tints of Shakespeare #6096C0
RGB
CMYK
RGB Variations
Color information
#6096C0 (or 0x6096C0) is known color: Shakespeare. HEX triplet: 60, 96 and C0. RGB value is (96,150,192). Sum of RGB (Red+Green+Blue) = 96+150+192=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #6096C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6096C0 is #9F693F. Grayscale: #8A8A8A. Windows color (decimal): -10447168 or 12621408. OLE color: 12621408.
HSL color Cylindrical-coordinate representation of color #6096C0: hue angle of 206.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6096C0 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 150 | 192 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.25 |
| HSL | 206.25º | 0.43% | 0.56% | - |
| HSV(B) | 206.25º | 0.5% | 0.75% | - |
| XYZ | 25.24 | 28.11 | 53.96 | - |
| YUV | 138.64 | 158.11 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 150 | 192 | 0.50 | 0.22 | 0 | 0.25 | 206.25 | 0.43 | 0.56 |
| Hex | 60 | 96 | C0 | 32 | 16 | 0 | 19 | CE | 2B | 38 |
| Octal | 140 | 226 | 300 | 62 | 26 | 0 | 31 | 316 | 53 | 70 |
| Binary | 1100000 | 10010110 | 11000000 | 110010 | 10110 | 0 | 11001 | 11001110 | 101011 | 111000 |
Color Harmonies of #6096C0
Complementary color
Monochromatic Colors of #6096C0
Black with #6096C0
Text Example
Text Example
White with #6096C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6096C0; }
p { color: rgb(96,150,192); }
H1.HeaderClassName
{
color: #6096C0;
}
.AnyTagClassName
{
color: #6096C0;
}
</style>
background-color css
<style>
a { background-color: #6096C0; }
a { background-color: rgb(96,150,192); }
div.DivClassName
{
background-color: #6096C0;
}
.BgClassName
{
background-color: #6096C0;
}
</style>
border-color css
<style>
span { border-color: #6096C0; }
span { border-color: rgb(96,150,192); }
td.TdClassName
{
border-color: #6096C0;
}
.TagClassName
{
border-color: #6096C0;
}
</style>