Shades of Shakespeare #6095C1
Tints of Shakespeare #6095C1
RGB
CMYK
RGB Variations
Color information
#6095C1 (or 0x6095C1) is known color: Shakespeare. HEX triplet: 60, 95 and C1. RGB value is (96,149,193). Sum of RGB (Red+Green+Blue) = 96+149+193=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #6095C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6095C1 is #9F6A3E. Grayscale: #898989. Windows color (decimal): -10447423 or 12686688. OLE color: 12686688.
HSL color Cylindrical-coordinate representation of color #6095C1: hue angle of 207.22º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6095C1 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 149 | 193 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.24 |
| HSL | 207.22º | 0.44% | 0.57% | - |
| HSV(B) | 207.22º | 0.5% | 0.76% | - |
| XYZ | 25.2 | 27.83 | 54.5 | - |
| YUV | 138.17 | 158.94 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 193 | 0.50 | 0.23 | 0 | 0.24 | 207.22 | 0.44 | 0.57 |
| Hex | 60 | 95 | C1 | 32 | 17 | 0 | 18 | CF | 2C | 39 |
| Octal | 140 | 225 | 301 | 62 | 27 | 0 | 30 | 317 | 54 | 71 |
| Binary | 1100000 | 10010101 | 11000001 | 110010 | 10111 | 0 | 11000 | 11001111 | 101100 | 111001 |
Color Harmonies of #6095C1
Complementary color
Monochromatic Colors of #6095C1
Black with #6095C1
Text Example
Text Example
White with #6095C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6095C1; }
p { color: rgb(96,149,193); }
H1.HeaderClassName
{
color: #6095C1;
}
.AnyTagClassName
{
color: #6095C1;
}
</style>
background-color css
<style>
a { background-color: #6095C1; }
a { background-color: rgb(96,149,193); }
div.DivClassName
{
background-color: #6095C1;
}
.BgClassName
{
background-color: #6095C1;
}
</style>
border-color css
<style>
span { border-color: #6095C1; }
span { border-color: rgb(96,149,193); }
td.TdClassName
{
border-color: #6095C1;
}
.TagClassName
{
border-color: #6095C1;
}
</style>