Shades of Shakespeare #6293BB
Tints of Shakespeare #6293BB
RGB
CMYK
RGB Variations
Color information
#6293BB (or 0x6293BB) is known color: Shakespeare. HEX triplet: 62, 93 and BB. RGB value is (98,147,187). Sum of RGB (Red+Green+Blue) = 98+147+187=432 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.69% from 432); Green value is 147 (57.81% from 255 or 34.03% 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 #6293BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6293BB is #9D6C44. Grayscale: #888888. Windows color (decimal): -10316869 or 12292962. OLE color: 12292962.
HSL color Cylindrical-coordinate representation of color #6293BB: hue angle of 206.97º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6293BB is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 147 | 187 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.27 |
| HSL | 206.97º | 0.4% | 0.56% | - |
| HSV(B) | 206.97º | 0.48% | 0.73% | - |
| XYZ | 24.44 | 27.05 | 50.95 | - |
| YUV | 136.91 | 156.27 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 187 | 0.48 | 0.21 | 0 | 0.27 | 206.97 | 0.4 | 0.56 |
| Hex | 62 | 93 | BB | 30 | 15 | 0 | 1B | CF | 28 | 38 |
| Octal | 142 | 223 | 273 | 60 | 25 | 0 | 33 | 317 | 50 | 70 |
| Binary | 1100010 | 10010011 | 10111011 | 110000 | 10101 | 0 | 11011 | 11001111 | 101000 | 111000 |
Color Harmonies of #6293BB
Complementary color
Monochromatic Colors of #6293BB
Black with #6293BB
Text Example
Text Example
White with #6293BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6293BB; }
p { color: rgb(98,147,187); }
H1.HeaderClassName
{
color: #6293BB;
}
.AnyTagClassName
{
color: #6293BB;
}
</style>
background-color css
<style>
a { background-color: #6293BB; }
a { background-color: rgb(98,147,187); }
div.DivClassName
{
background-color: #6293BB;
}
.BgClassName
{
background-color: #6293BB;
}
</style>
border-color css
<style>
span { border-color: #6293BB; }
span { border-color: rgb(98,147,187); }
td.TdClassName
{
border-color: #6293BB;
}
.TagClassName
{
border-color: #6293BB;
}
</style>