Shades of Shakespeare #6494BA
Tints of Shakespeare #6494BA
RGB
CMYK
RGB Variations
Color information
#6494BA (or 0x6494BA) is known color: Shakespeare. HEX triplet: 64, 94 and BA. RGB value is (100,148,186). Sum of RGB (Red+Green+Blue) = 100+148+186=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #6494BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6494BA is #9B6B45. Grayscale: #898989. Windows color (decimal): -10185542 or 12227684. OLE color: 12227684.
HSL color Cylindrical-coordinate representation of color #6494BA: hue angle of 206.51º 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 #6494BA is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 148 | 186 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.27 |
| HSL | 206.51º | 0.38% | 0.56% | - |
| HSV(B) | 206.51º | 0.46% | 0.73% | - |
| XYZ | 24.71 | 27.43 | 50.45 | - |
| YUV | 137.98 | 155.1 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 148 | 186 | 0.46 | 0.20 | 0 | 0.27 | 206.51 | 0.38 | 0.56 |
| Hex | 64 | 94 | BA | 2E | 14 | 0 | 1B | CF | 26 | 38 |
| Octal | 144 | 224 | 272 | 56 | 24 | 0 | 33 | 317 | 46 | 70 |
| Binary | 1100100 | 10010100 | 10111010 | 101110 | 10100 | 0 | 11011 | 11001111 | 100110 | 111000 |
Color Harmonies of #6494BA
Complementary color
Monochromatic Colors of #6494BA
Black with #6494BA
Text Example
Text Example
White with #6494BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6494BA; }
p { color: rgb(100,148,186); }
H1.HeaderClassName
{
color: #6494BA;
}
.AnyTagClassName
{
color: #6494BA;
}
</style>
background-color css
<style>
a { background-color: #6494BA; }
a { background-color: rgb(100,148,186); }
div.DivClassName
{
background-color: #6494BA;
}
.BgClassName
{
background-color: #6494BA;
}
</style>
border-color css
<style>
span { border-color: #6494BA; }
span { border-color: rgb(100,148,186); }
td.TdClassName
{
border-color: #6494BA;
}
.TagClassName
{
border-color: #6494BA;
}
</style>