Shades of Shakespeare #6596BB
Tints of Shakespeare #6596BB
RGB
CMYK
RGB Variations
Color information
#6596BB (or 0x6596BB) is known color: Shakespeare. HEX triplet: 65, 96 and BB. RGB value is (101,150,187). Sum of RGB (Red+Green+Blue) = 101+150+187=438 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.06% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #6596BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6596BB is #9A6944. Grayscale: #8B8B8B. Windows color (decimal): -10119493 or 12293733. OLE color: 12293733.
HSL color Cylindrical-coordinate representation of color #6596BB: hue angle of 205.81º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6596BB is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 150 | 187 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.27 |
| HSL | 205.81º | 0.39% | 0.56% | - |
| HSV(B) | 205.81º | 0.46% | 0.73% | - |
| XYZ | 25.24 | 28.17 | 51.12 | - |
| YUV | 139.57 | 154.77 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 150 | 187 | 0.46 | 0.20 | 0 | 0.27 | 205.81 | 0.39 | 0.56 |
| Hex | 65 | 96 | BB | 2E | 14 | 0 | 1B | CE | 27 | 38 |
| Octal | 145 | 226 | 273 | 56 | 24 | 0 | 33 | 316 | 47 | 70 |
| Binary | 1100101 | 10010110 | 10111011 | 101110 | 10100 | 0 | 11011 | 11001110 | 100111 | 111000 |
Color Harmonies of #6596BB
Complementary color
Monochromatic Colors of #6596BB
Black with #6596BB
Text Example
Text Example
White with #6596BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6596BB; }
p { color: rgb(101,150,187); }
H1.HeaderClassName
{
color: #6596BB;
}
.AnyTagClassName
{
color: #6596BB;
}
</style>
background-color css
<style>
a { background-color: #6596BB; }
a { background-color: rgb(101,150,187); }
div.DivClassName
{
background-color: #6596BB;
}
.BgClassName
{
background-color: #6596BB;
}
</style>
border-color css
<style>
span { border-color: #6596BB; }
span { border-color: rgb(101,150,187); }
td.TdClassName
{
border-color: #6596BB;
}
.TagClassName
{
border-color: #6596BB;
}
</style>