Shades of Shakespeare #6596BD
Tints of Shakespeare #6596BD
RGB
CMYK
RGB Variations
Color information
#6596BD (or 0x6596BD) is known color: Shakespeare. HEX triplet: 65, 96 and BD. RGB value is (101,150,189). Sum of RGB (Red+Green+Blue) = 101+150+189=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #6596BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6596BD is #9A6942. Grayscale: #8B8B8B. Windows color (decimal): -10119491 or 12424805. OLE color: 12424805.
HSL color Cylindrical-coordinate representation of color #6596BD: hue angle of 206.59º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6596BD is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 150 | 189 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.26 |
| HSL | 206.59º | 0.4% | 0.57% | - |
| HSV(B) | 206.59º | 0.47% | 0.74% | - |
| XYZ | 25.46 | 28.25 | 52.26 | - |
| YUV | 139.8 | 155.77 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 150 | 189 | 0.47 | 0.21 | 0 | 0.26 | 206.59 | 0.4 | 0.57 |
| Hex | 65 | 96 | BD | 2F | 15 | 0 | 1A | CF | 28 | 39 |
| Octal | 145 | 226 | 275 | 57 | 25 | 0 | 32 | 317 | 50 | 71 |
| Binary | 1100101 | 10010110 | 10111101 | 101111 | 10101 | 0 | 11010 | 11001111 | 101000 | 111001 |
Color Harmonies of #6596BD
Complementary color
Monochromatic Colors of #6596BD
Black with #6596BD
Text Example
Text Example
White with #6596BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6596BD; }
p { color: rgb(101,150,189); }
H1.HeaderClassName
{
color: #6596BD;
}
.AnyTagClassName
{
color: #6596BD;
}
</style>
background-color css
<style>
a { background-color: #6596BD; }
a { background-color: rgb(101,150,189); }
div.DivClassName
{
background-color: #6596BD;
}
.BgClassName
{
background-color: #6596BD;
}
</style>
border-color css
<style>
span { border-color: #6596BD; }
span { border-color: rgb(101,150,189); }
td.TdClassName
{
border-color: #6596BD;
}
.TagClassName
{
border-color: #6596BD;
}
</style>