Shades of Shakespeare #6095BF
Tints of Shakespeare #6095BF
RGB
CMYK
RGB Variations
Color information
#6095BF (or 0x6095BF) is known color: Shakespeare. HEX triplet: 60, 95 and BF. RGB value is (96,149,191). Sum of RGB (Red+Green+Blue) = 96+149+191=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #6095BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6095BF is #9F6A40. Grayscale: #898989. Windows color (decimal): -10447425 or 12555616. OLE color: 12555616.
HSL color Cylindrical-coordinate representation of color #6095BF: hue angle of 206.53º 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 #6095BF is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 149 | 191 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.25 |
| HSL | 206.53º | 0.43% | 0.56% | - |
| HSV(B) | 206.53º | 0.5% | 0.75% | - |
| XYZ | 24.98 | 27.74 | 53.33 | - |
| YUV | 137.94 | 157.94 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 191 | 0.50 | 0.22 | 0 | 0.25 | 206.53 | 0.43 | 0.56 |
| Hex | 60 | 95 | BF | 32 | 16 | 0 | 19 | CF | 2B | 38 |
| Octal | 140 | 225 | 277 | 62 | 26 | 0 | 31 | 317 | 53 | 70 |
| Binary | 1100000 | 10010101 | 10111111 | 110010 | 10110 | 0 | 11001 | 11001111 | 101011 | 111000 |
Color Harmonies of #6095BF
Complementary color
Monochromatic Colors of #6095BF
Black with #6095BF
Text Example
Text Example
White with #6095BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6095BF; }
p { color: rgb(96,149,191); }
H1.HeaderClassName
{
color: #6095BF;
}
.AnyTagClassName
{
color: #6095BF;
}
</style>
background-color css
<style>
a { background-color: #6095BF; }
a { background-color: rgb(96,149,191); }
div.DivClassName
{
background-color: #6095BF;
}
.BgClassName
{
background-color: #6095BF;
}
</style>
border-color css
<style>
span { border-color: #6095BF; }
span { border-color: rgb(96,149,191); }
td.TdClassName
{
border-color: #6095BF;
}
.TagClassName
{
border-color: #6095BF;
}
</style>