Shades of Shakespeare #6593BA
Tints of Shakespeare #6593BA
RGB
CMYK
RGB Variations
Color information
#6593BA (or 0x6593BA) is known color: Shakespeare. HEX triplet: 65, 93 and BA. RGB value is (101,147,186). Sum of RGB (Red+Green+Blue) = 101+147+186=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 147 (57.81% from 255 or 33.87% 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 #6593BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6593BA is #9A6C45. Grayscale: #898989. Windows color (decimal): -10120262 or 12227429. OLE color: 12227429.
HSL color Cylindrical-coordinate representation of color #6593BA: hue angle of 207.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6593BA is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 147 | 186 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.27 |
| HSL | 207.53º | 0.38% | 0.56% | - |
| HSV(B) | 207.53º | 0.46% | 0.73% | - |
| XYZ | 24.66 | 27.18 | 50.4 | - |
| YUV | 137.69 | 155.26 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 186 | 0.46 | 0.21 | 0 | 0.27 | 207.53 | 0.38 | 0.56 |
| Hex | 65 | 93 | BA | 2E | 15 | 0 | 1B | D0 | 26 | 38 |
| Octal | 145 | 223 | 272 | 56 | 25 | 0 | 33 | 320 | 46 | 70 |
| Binary | 1100101 | 10010011 | 10111010 | 101110 | 10101 | 0 | 11011 | 11010000 | 100110 | 111000 |
Color Harmonies of #6593BA
Complementary color
Monochromatic Colors of #6593BA
Black with #6593BA
Text Example
Text Example
White with #6593BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6593BA; }
p { color: rgb(101,147,186); }
H1.HeaderClassName
{
color: #6593BA;
}
.AnyTagClassName
{
color: #6593BA;
}
</style>
background-color css
<style>
a { background-color: #6593BA; }
a { background-color: rgb(101,147,186); }
div.DivClassName
{
background-color: #6593BA;
}
.BgClassName
{
background-color: #6593BA;
}
</style>
border-color css
<style>
span { border-color: #6593BA; }
span { border-color: rgb(101,147,186); }
td.TdClassName
{
border-color: #6593BA;
}
.TagClassName
{
border-color: #6593BA;
}
</style>