Shades of Shakespeare #6593B1
Tints of Shakespeare #6593B1
RGB
CMYK
RGB Variations
Color information
#6593B1 (or 0x6593B1) is known color: Shakespeare. HEX triplet: 65, 93 and B1. RGB value is (101,147,177). Sum of RGB (Red+Green+Blue) = 101+147+177=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 177 - color contains mainly: blue. Hex color #6593B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6593B1 is #9A6C4E. Grayscale: #888888. Windows color (decimal): -10120271 or 11637605. OLE color: 11637605.
HSL color Cylindrical-coordinate representation of color #6593B1: hue angle of 203.68º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6593B1 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 147 | 177 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.31 |
| HSL | 203.68º | 0.33% | 0.55% | - |
| HSV(B) | 203.68º | 0.43% | 0.69% | - |
| XYZ | 23.74 | 26.81 | 45.52 | - |
| YUV | 136.67 | 150.76 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 177 | 0.43 | 0.17 | 0 | 0.31 | 203.68 | 0.33 | 0.55 |
| Hex | 65 | 93 | B1 | 2B | 11 | 0 | 1F | CC | 21 | 37 |
| Octal | 145 | 223 | 261 | 53 | 21 | 0 | 37 | 314 | 41 | 67 |
| Binary | 1100101 | 10010011 | 10110001 | 101011 | 10001 | 0 | 11111 | 11001100 | 100001 | 110111 |
Color Harmonies of #6593B1
Complementary color
Monochromatic Colors of #6593B1
Black with #6593B1
Text Example
Text Example
White with #6593B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6593B1; }
p { color: rgb(101,147,177); }
H1.HeaderClassName
{
color: #6593B1;
}
.AnyTagClassName
{
color: #6593B1;
}
</style>
background-color css
<style>
a { background-color: #6593B1; }
a { background-color: rgb(101,147,177); }
div.DivClassName
{
background-color: #6593B1;
}
.BgClassName
{
background-color: #6593B1;
}
</style>
border-color css
<style>
span { border-color: #6593B1; }
span { border-color: rgb(101,147,177); }
td.TdClassName
{
border-color: #6593B1;
}
.TagClassName
{
border-color: #6593B1;
}
</style>