Shades of Shakespeare #6493BA
Tints of Shakespeare #6493BA
RGB
CMYK
RGB Variations
Color information
#6493BA (or 0x6493BA) is known color: Shakespeare. HEX triplet: 64, 93 and BA. RGB value is (100,147,186). Sum of RGB (Red+Green+Blue) = 100+147+186=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #6493BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6493BA is #9B6C45. Grayscale: #898989. Windows color (decimal): -10185798 or 12227428. OLE color: 12227428.
HSL color Cylindrical-coordinate representation of color #6493BA: hue angle of 207.21º 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 #6493BA is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 147 | 186 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.27 |
| HSL | 207.21º | 0.38% | 0.56% | - |
| HSV(B) | 207.21º | 0.46% | 0.73% | - |
| XYZ | 24.55 | 27.12 | 50.4 | - |
| YUV | 137.39 | 155.43 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 186 | 0.46 | 0.21 | 0 | 0.27 | 207.21 | 0.38 | 0.56 |
| Hex | 64 | 93 | BA | 2E | 15 | 0 | 1B | CF | 26 | 38 |
| Octal | 144 | 223 | 272 | 56 | 25 | 0 | 33 | 317 | 46 | 70 |
| Binary | 1100100 | 10010011 | 10111010 | 101110 | 10101 | 0 | 11011 | 11001111 | 100110 | 111000 |
Color Harmonies of #6493BA
Complementary color
Monochromatic Colors of #6493BA
Black with #6493BA
Text Example
Text Example
White with #6493BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6493BA; }
p { color: rgb(100,147,186); }
H1.HeaderClassName
{
color: #6493BA;
}
.AnyTagClassName
{
color: #6493BA;
}
</style>
background-color css
<style>
a { background-color: #6493BA; }
a { background-color: rgb(100,147,186); }
div.DivClassName
{
background-color: #6493BA;
}
.BgClassName
{
background-color: #6493BA;
}
</style>
border-color css
<style>
span { border-color: #6493BA; }
span { border-color: rgb(100,147,186); }
td.TdClassName
{
border-color: #6493BA;
}
.TagClassName
{
border-color: #6493BA;
}
</style>