Shades of Shakespeare #6098BF
Tints of Shakespeare #6098BF
RGB
CMYK
RGB Variations
Color information
#6098BF (or 0x6098BF) is known color: Shakespeare. HEX triplet: 60, 98 and BF. RGB value is (96,152,191). Sum of RGB (Red+Green+Blue) = 96+152+191=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #6098BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6098BF is #9F6740. Grayscale: #8B8B8B. Windows color (decimal): -10446657 or 12556384. OLE color: 12556384.
HSL color Cylindrical-coordinate representation of color #6098BF: hue angle of 204.63º 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 #6098BF is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 152 | 191 | - |
| CMYK | 0.50 | 0.20 | 0 | 0.25 |
| HSL | 204.63º | 0.43% | 0.56% | - |
| HSV(B) | 204.63º | 0.5% | 0.75% | - |
| XYZ | 25.46 | 28.7 | 53.49 | - |
| YUV | 139.7 | 156.95 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 152 | 191 | 0.50 | 0.20 | 0 | 0.25 | 204.63 | 0.43 | 0.56 |
| Hex | 60 | 98 | BF | 32 | 14 | 0 | 19 | CD | 2B | 38 |
| Octal | 140 | 230 | 277 | 62 | 24 | 0 | 31 | 315 | 53 | 70 |
| Binary | 1100000 | 10011000 | 10111111 | 110010 | 10100 | 0 | 11001 | 11001101 | 101011 | 111000 |
Color Harmonies of #6098BF
Complementary color
Monochromatic Colors of #6098BF
Black with #6098BF
Text Example
Text Example
White with #6098BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6098BF; }
p { color: rgb(96,152,191); }
H1.HeaderClassName
{
color: #6098BF;
}
.AnyTagClassName
{
color: #6098BF;
}
</style>
background-color css
<style>
a { background-color: #6098BF; }
a { background-color: rgb(96,152,191); }
div.DivClassName
{
background-color: #6098BF;
}
.BgClassName
{
background-color: #6098BF;
}
</style>
border-color css
<style>
span { border-color: #6098BF; }
span { border-color: rgb(96,152,191); }
td.TdClassName
{
border-color: #6098BF;
}
.TagClassName
{
border-color: #6098BF;
}
</style>