Shades of Shakespeare #6594BA
Tints of Shakespeare #6594BA
RGB
CMYK
RGB Variations
Color information
#6594BA (or 0x6594BA) is known color: Shakespeare. HEX triplet: 65, 94 and BA. RGB value is (101,148,186). Sum of RGB (Red+Green+Blue) = 101+148+186=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #6594BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6594BA is #9A6B45. Grayscale: #8A8A8A. Windows color (decimal): -10120006 or 12227685. OLE color: 12227685.
HSL color Cylindrical-coordinate representation of color #6594BA: hue angle of 206.82º degrees, saturation: 0.38, 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 #6594BA is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 148 | 186 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.27 |
| HSL | 206.82º | 0.38% | 0.56% | - |
| HSV(B) | 206.82º | 0.46% | 0.73% | - |
| XYZ | 24.82 | 27.49 | 50.45 | - |
| YUV | 138.28 | 154.93 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 148 | 186 | 0.46 | 0.20 | 0 | 0.27 | 206.82 | 0.38 | 0.56 |
| Hex | 65 | 94 | BA | 2E | 14 | 0 | 1B | CF | 26 | 38 |
| Octal | 145 | 224 | 272 | 56 | 24 | 0 | 33 | 317 | 46 | 70 |
| Binary | 1100101 | 10010100 | 10111010 | 101110 | 10100 | 0 | 11011 | 11001111 | 100110 | 111000 |
Color Harmonies of #6594BA
Complementary color
Monochromatic Colors of #6594BA
Black with #6594BA
Text Example
Text Example
White with #6594BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6594BA; }
p { color: rgb(101,148,186); }
H1.HeaderClassName
{
color: #6594BA;
}
.AnyTagClassName
{
color: #6594BA;
}
</style>
background-color css
<style>
a { background-color: #6594BA; }
a { background-color: rgb(101,148,186); }
div.DivClassName
{
background-color: #6594BA;
}
.BgClassName
{
background-color: #6594BA;
}
</style>
border-color css
<style>
span { border-color: #6594BA; }
span { border-color: rgb(101,148,186); }
td.TdClassName
{
border-color: #6594BA;
}
.TagClassName
{
border-color: #6594BA;
}
</style>