Shades of Shakespeare #6591B2
Tints of Shakespeare #6591B2
RGB
CMYK
RGB Variations
Color information
#6591B2 (or 0x6591B2) is known color: Shakespeare. HEX triplet: 65, 91 and B2. RGB value is (101,145,178). Sum of RGB (Red+Green+Blue) = 101+145+178=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 178 - color contains mainly: blue. Hex color #6591B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6591B2 is #9A6E4D. Grayscale: #878787. Windows color (decimal): -10120782 or 11702629. OLE color: 11702629.
HSL color Cylindrical-coordinate representation of color #6591B2: hue angle of 205.71º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6591B2 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 145 | 178 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.30 |
| HSL | 205.71º | 0.33% | 0.55% | - |
| HSV(B) | 205.71º | 0.43% | 0.7% | - |
| XYZ | 23.53 | 26.23 | 45.94 | - |
| YUV | 135.61 | 151.92 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 178 | 0.43 | 0.19 | 0 | 0.30 | 205.71 | 0.33 | 0.55 |
| Hex | 65 | 91 | B2 | 2B | 13 | 0 | 1E | CE | 21 | 37 |
| Octal | 145 | 221 | 262 | 53 | 23 | 0 | 36 | 316 | 41 | 67 |
| Binary | 1100101 | 10010001 | 10110010 | 101011 | 10011 | 0 | 11110 | 11001110 | 100001 | 110111 |
Color Harmonies of #6591B2
Complementary color
Monochromatic Colors of #6591B2
Black with #6591B2
Text Example
Text Example
White with #6591B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6591B2; }
p { color: rgb(101,145,178); }
H1.HeaderClassName
{
color: #6591B2;
}
.AnyTagClassName
{
color: #6591B2;
}
</style>
background-color css
<style>
a { background-color: #6591B2; }
a { background-color: rgb(101,145,178); }
div.DivClassName
{
background-color: #6591B2;
}
.BgClassName
{
background-color: #6591B2;
}
</style>
border-color css
<style>
span { border-color: #6591B2; }
span { border-color: rgb(101,145,178); }
td.TdClassName
{
border-color: #6591B2;
}
.TagClassName
{
border-color: #6591B2;
}
</style>