Shades of Shakespeare #6597AA
Tints of Shakespeare #6597AA
RGB
CMYK
RGB Variations
Color information
#6597AA (or 0x6597AA) is known color: Shakespeare. HEX triplet: 65, 97 and AA. RGB value is (101,151,170). Sum of RGB (Red+Green+Blue) = 101+151+170=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #6597AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6597AA is #9A6855. Grayscale: #8A8A8A. Windows color (decimal): -10119254 or 11179877. OLE color: 11179877.
HSL color Cylindrical-coordinate representation of color #6597AA: hue angle of 196.52º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6597AA is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 151 | 170 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.33 |
| HSL | 196.52º | 0.29% | 0.53% | - |
| HSV(B) | 196.52º | 0.41% | 0.67% | - |
| XYZ | 23.69 | 27.8 | 42.15 | - |
| YUV | 138.22 | 145.94 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 151 | 170 | 0.41 | 0.11 | 0 | 0.33 | 196.52 | 0.29 | 0.53 |
| Hex | 65 | 97 | AA | 29 | B | 0 | 21 | C5 | 1D | 35 |
| Octal | 145 | 227 | 252 | 51 | 13 | 0 | 41 | 305 | 35 | 65 |
| Binary | 1100101 | 10010111 | 10101010 | 101001 | 1011 | 0 | 100001 | 11000101 | 11101 | 110101 |
Color Harmonies of #6597AA
Complementary color
Monochromatic Colors of #6597AA
Black with #6597AA
Text Example
Text Example
White with #6597AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6597AA; }
p { color: rgb(101,151,170); }
H1.HeaderClassName
{
color: #6597AA;
}
.AnyTagClassName
{
color: #6597AA;
}
</style>
background-color css
<style>
a { background-color: #6597AA; }
a { background-color: rgb(101,151,170); }
div.DivClassName
{
background-color: #6597AA;
}
.BgClassName
{
background-color: #6597AA;
}
</style>
border-color css
<style>
span { border-color: #6597AA; }
span { border-color: rgb(101,151,170); }
td.TdClassName
{
border-color: #6597AA;
}
.TagClassName
{
border-color: #6597AA;
}
</style>