Shades of Shakespeare #6095BB
Tints of Shakespeare #6095BB
RGB
CMYK
RGB Variations
Color information
#6095BB (or 0x6095BB) is known color: Shakespeare. HEX triplet: 60, 95 and BB. RGB value is (96,149,187). Sum of RGB (Red+Green+Blue) = 96+149+187=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #6095BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6095BB is #9F6A44. Grayscale: #898989. Windows color (decimal): -10447429 or 12293472. OLE color: 12293472.
HSL color Cylindrical-coordinate representation of color #6095BB: hue angle of 205.05º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6095BB is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 149 | 187 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.27 |
| HSL | 205.05º | 0.4% | 0.55% | - |
| HSV(B) | 205.05º | 0.49% | 0.73% | - |
| XYZ | 24.54 | 27.57 | 51.04 | - |
| YUV | 137.49 | 155.94 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 187 | 0.49 | 0.20 | 0 | 0.27 | 205.05 | 0.4 | 0.55 |
| Hex | 60 | 95 | BB | 31 | 14 | 0 | 1B | CD | 28 | 37 |
| Octal | 140 | 225 | 273 | 61 | 24 | 0 | 33 | 315 | 50 | 67 |
| Binary | 1100000 | 10010101 | 10111011 | 110001 | 10100 | 0 | 11011 | 11001101 | 101000 | 110111 |
Color Harmonies of #6095BB
Complementary color
Monochromatic Colors of #6095BB
Black with #6095BB
Text Example
Text Example
White with #6095BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6095BB; }
p { color: rgb(96,149,187); }
H1.HeaderClassName
{
color: #6095BB;
}
.AnyTagClassName
{
color: #6095BB;
}
</style>
background-color css
<style>
a { background-color: #6095BB; }
a { background-color: rgb(96,149,187); }
div.DivClassName
{
background-color: #6095BB;
}
.BgClassName
{
background-color: #6095BB;
}
</style>
border-color css
<style>
span { border-color: #6095BB; }
span { border-color: rgb(96,149,187); }
td.TdClassName
{
border-color: #6095BB;
}
.TagClassName
{
border-color: #6095BB;
}
</style>