Shades of Shakespeare #6597B9
Tints of Shakespeare #6597B9
RGB
CMYK
RGB Variations
Color information
#6597B9 (or 0x6597B9) is known color: Shakespeare. HEX triplet: 65, 97 and B9. RGB value is (101,151,185). Sum of RGB (Red+Green+Blue) = 101+151+185=437 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.11% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 185 - color contains mainly: blue. Hex color #6597B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6597B9 is #9A6846. Grayscale: #8B8B8B. Windows color (decimal): -10119239 or 12162917. OLE color: 12162917.
HSL color Cylindrical-coordinate representation of color #6597B9: hue angle of 204.29º 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 #6597B9 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 151 | 185 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.27 |
| HSL | 204.29º | 0.38% | 0.56% | - |
| HSV(B) | 204.29º | 0.45% | 0.73% | - |
| XYZ | 25.19 | 28.4 | 50.05 | - |
| YUV | 139.93 | 153.44 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 151 | 185 | 0.45 | 0.18 | 0 | 0.27 | 204.29 | 0.38 | 0.56 |
| Hex | 65 | 97 | B9 | 2D | 12 | 0 | 1B | CC | 26 | 38 |
| Octal | 145 | 227 | 271 | 55 | 22 | 0 | 33 | 314 | 46 | 70 |
| Binary | 1100101 | 10010111 | 10111001 | 101101 | 10010 | 0 | 11011 | 11001100 | 100110 | 111000 |
Color Harmonies of #6597B9
Complementary color
Monochromatic Colors of #6597B9
Black with #6597B9
Text Example
Text Example
White with #6597B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6597B9; }
p { color: rgb(101,151,185); }
H1.HeaderClassName
{
color: #6597B9;
}
.AnyTagClassName
{
color: #6597B9;
}
</style>
background-color css
<style>
a { background-color: #6597B9; }
a { background-color: rgb(101,151,185); }
div.DivClassName
{
background-color: #6597B9;
}
.BgClassName
{
background-color: #6597B9;
}
</style>
border-color css
<style>
span { border-color: #6597B9; }
span { border-color: rgb(101,151,185); }
td.TdClassName
{
border-color: #6597B9;
}
.TagClassName
{
border-color: #6597B9;
}
</style>