Shades of Shakespeare #6593B9
Tints of Shakespeare #6593B9
RGB
CMYK
RGB Variations
Color information
#6593B9 (or 0x6593B9) is known color: Shakespeare. HEX triplet: 65, 93 and B9. RGB value is (101,147,185). Sum of RGB (Red+Green+Blue) = 101+147+185=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 185 - color contains mainly: blue. Hex color #6593B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6593B9 is #9A6C46. Grayscale: #898989. Windows color (decimal): -10120263 or 12161893. OLE color: 12161893.
HSL color Cylindrical-coordinate representation of color #6593B9: hue angle of 207.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6593B9 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 147 | 185 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.27 |
| HSL | 207.14º | 0.38% | 0.56% | - |
| HSV(B) | 207.14º | 0.45% | 0.73% | - |
| XYZ | 24.56 | 27.14 | 49.84 | - |
| YUV | 137.58 | 154.76 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 185 | 0.45 | 0.21 | 0 | 0.27 | 207.14 | 0.38 | 0.56 |
| Hex | 65 | 93 | B9 | 2D | 15 | 0 | 1B | CF | 26 | 38 |
| Octal | 145 | 223 | 271 | 55 | 25 | 0 | 33 | 317 | 46 | 70 |
| Binary | 1100101 | 10010011 | 10111001 | 101101 | 10101 | 0 | 11011 | 11001111 | 100110 | 111000 |
Color Harmonies of #6593B9
Complementary color
Monochromatic Colors of #6593B9
Black with #6593B9
Text Example
Text Example
White with #6593B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6593B9; }
p { color: rgb(101,147,185); }
H1.HeaderClassName
{
color: #6593B9;
}
.AnyTagClassName
{
color: #6593B9;
}
</style>
background-color css
<style>
a { background-color: #6593B9; }
a { background-color: rgb(101,147,185); }
div.DivClassName
{
background-color: #6593B9;
}
.BgClassName
{
background-color: #6593B9;
}
</style>
border-color css
<style>
span { border-color: #6593B9; }
span { border-color: rgb(101,147,185); }
td.TdClassName
{
border-color: #6593B9;
}
.TagClassName
{
border-color: #6593B9;
}
</style>