Shades of Shakespeare #6095B6
Tints of Shakespeare #6095B6
RGB
CMYK
RGB Variations
Color information
#6095B6 (or 0x6095B6) is known color: Shakespeare. HEX triplet: 60, 95 and B6. RGB value is (96,149,182). Sum of RGB (Red+Green+Blue) = 96+149+182=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 182 (71.48% from 255 or 42.62% from 427); Max value from RGB is 182 - color contains mainly: blue. Hex color #6095B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6095B6 is #9F6A49. Grayscale: #888888. Windows color (decimal): -10447434 or 11965792. OLE color: 11965792.
HSL color Cylindrical-coordinate representation of color #6095B6: hue angle of 203.02º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6095B6 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 149 | 182 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.29 |
| HSL | 203.02º | 0.37% | 0.55% | - |
| HSV(B) | 203.02º | 0.47% | 0.71% | - |
| XYZ | 24.01 | 27.36 | 48.27 | - |
| YUV | 136.92 | 153.44 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 182 | 0.47 | 0.18 | 0 | 0.29 | 203.02 | 0.37 | 0.55 |
| Hex | 60 | 95 | B6 | 2F | 12 | 0 | 1D | CB | 25 | 37 |
| Octal | 140 | 225 | 266 | 57 | 22 | 0 | 35 | 313 | 45 | 67 |
| Binary | 1100000 | 10010101 | 10110110 | 101111 | 10010 | 0 | 11101 | 11001011 | 100101 | 110111 |
Color Harmonies of #6095B6
Complementary color
Monochromatic Colors of #6095B6
Black with #6095B6
Text Example
Text Example
White with #6095B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6095B6; }
p { color: rgb(96,149,182); }
H1.HeaderClassName
{
color: #6095B6;
}
.AnyTagClassName
{
color: #6095B6;
}
</style>
background-color css
<style>
a { background-color: #6095B6; }
a { background-color: rgb(96,149,182); }
div.DivClassName
{
background-color: #6095B6;
}
.BgClassName
{
background-color: #6095B6;
}
</style>
border-color css
<style>
span { border-color: #6095B6; }
span { border-color: rgb(96,149,182); }
td.TdClassName
{
border-color: #6095B6;
}
.TagClassName
{
border-color: #6095B6;
}
</style>