Shades of Shakespeare #6594BC
Tints of Shakespeare #6594BC
RGB
CMYK
RGB Variations
Color information
#6594BC (or 0x6594BC) is known color: Shakespeare. HEX triplet: 65, 94 and BC. RGB value is (101,148,188). Sum of RGB (Red+Green+Blue) = 101+148+188=437 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.11% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #6594BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6594BC is #9A6B43. Grayscale: #8A8A8A. Windows color (decimal): -10120004 or 12358757. OLE color: 12358757.
HSL color Cylindrical-coordinate representation of color #6594BC: hue angle of 207.59º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6594BC is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 148 | 188 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.26 |
| HSL | 207.59º | 0.39% | 0.57% | - |
| HSV(B) | 207.59º | 0.46% | 0.74% | - |
| XYZ | 25.03 | 27.58 | 51.58 | - |
| YUV | 138.51 | 155.93 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 148 | 188 | 0.46 | 0.21 | 0 | 0.26 | 207.59 | 0.39 | 0.57 |
| Hex | 65 | 94 | BC | 2E | 15 | 0 | 1A | D0 | 27 | 39 |
| Octal | 145 | 224 | 274 | 56 | 25 | 0 | 32 | 320 | 47 | 71 |
| Binary | 1100101 | 10010100 | 10111100 | 101110 | 10101 | 0 | 11010 | 11010000 | 100111 | 111001 |
Color Harmonies of #6594BC
Complementary color
Monochromatic Colors of #6594BC
Black with #6594BC
Text Example
Text Example
White with #6594BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6594BC; }
p { color: rgb(101,148,188); }
H1.HeaderClassName
{
color: #6594BC;
}
.AnyTagClassName
{
color: #6594BC;
}
</style>
background-color css
<style>
a { background-color: #6594BC; }
a { background-color: rgb(101,148,188); }
div.DivClassName
{
background-color: #6594BC;
}
.BgClassName
{
background-color: #6594BC;
}
</style>
border-color css
<style>
span { border-color: #6594BC; }
span { border-color: rgb(101,148,188); }
td.TdClassName
{
border-color: #6594BC;
}
.TagClassName
{
border-color: #6594BC;
}
</style>