Shades of Shakespeare #6098BA
Tints of Shakespeare #6098BA
RGB
CMYK
RGB Variations
Color information
#6098BA (or 0x6098BA) is known color: Shakespeare. HEX triplet: 60, 98 and BA. RGB value is (96,152,186). Sum of RGB (Red+Green+Blue) = 96+152+186=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #6098BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6098BA is #9F6745. Grayscale: #8A8A8A. Windows color (decimal): -10446662 or 12228704. OLE color: 12228704.
HSL color Cylindrical-coordinate representation of color #6098BA: hue angle of 202.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6098BA is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 152 | 186 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.27 |
| HSL | 202.67º | 0.39% | 0.55% | - |
| HSV(B) | 202.67º | 0.48% | 0.73% | - |
| XYZ | 24.92 | 28.49 | 50.64 | - |
| YUV | 139.13 | 154.45 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 152 | 186 | 0.48 | 0.18 | 0 | 0.27 | 202.67 | 0.39 | 0.55 |
| Hex | 60 | 98 | BA | 30 | 12 | 0 | 1B | CB | 27 | 37 |
| Octal | 140 | 230 | 272 | 60 | 22 | 0 | 33 | 313 | 47 | 67 |
| Binary | 1100000 | 10011000 | 10111010 | 110000 | 10010 | 0 | 11011 | 11001011 | 100111 | 110111 |
Color Harmonies of #6098BA
Complementary color
Monochromatic Colors of #6098BA
Black with #6098BA
Text Example
Text Example
White with #6098BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6098BA; }
p { color: rgb(96,152,186); }
H1.HeaderClassName
{
color: #6098BA;
}
.AnyTagClassName
{
color: #6098BA;
}
</style>
background-color css
<style>
a { background-color: #6098BA; }
a { background-color: rgb(96,152,186); }
div.DivClassName
{
background-color: #6098BA;
}
.BgClassName
{
background-color: #6098BA;
}
</style>
border-color css
<style>
span { border-color: #6098BA; }
span { border-color: rgb(96,152,186); }
td.TdClassName
{
border-color: #6098BA;
}
.TagClassName
{
border-color: #6098BA;
}
</style>