Shades of Shakespeare #649FBA
Tints of Shakespeare #649FBA
RGB
CMYK
RGB Variations
Color information
#649FBA (or 0x649FBA) is known color: Shakespeare. HEX triplet: 64, 9F and BA. RGB value is (100,159,186). Sum of RGB (Red+Green+Blue) = 100+159+186=445 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.47% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #649FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649FBA is #9B6045. Grayscale: #909090. Windows color (decimal): -10182726 or 12230500. OLE color: 12230500.
HSL color Cylindrical-coordinate representation of color #649FBA: hue angle of 198.84º 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 #649FBA is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 159 | 186 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.27 |
| HSL | 198.84º | 0.38% | 0.56% | - |
| HSV(B) | 198.84º | 0.46% | 0.73% | - |
| XYZ | 26.52 | 31.05 | 51.05 | - |
| YUV | 144.44 | 151.45 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 186 | 0.46 | 0.15 | 0 | 0.27 | 198.84 | 0.38 | 0.56 |
| Hex | 64 | 9F | BA | 2E | F | 0 | 1B | C7 | 26 | 38 |
| Octal | 144 | 237 | 272 | 56 | 17 | 0 | 33 | 307 | 46 | 70 |
| Binary | 1100100 | 10011111 | 10111010 | 101110 | 1111 | 0 | 11011 | 11000111 | 100110 | 111000 |
Color Harmonies of #649FBA
Complementary color
Monochromatic Colors of #649FBA
Black with #649FBA
Text Example
Text Example
White with #649FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649FBA; }
p { color: rgb(100,159,186); }
H1.HeaderClassName
{
color: #649FBA;
}
.AnyTagClassName
{
color: #649FBA;
}
</style>
background-color css
<style>
a { background-color: #649FBA; }
a { background-color: rgb(100,159,186); }
div.DivClassName
{
background-color: #649FBA;
}
.BgClassName
{
background-color: #649FBA;
}
</style>
border-color css
<style>
span { border-color: #649FBA; }
span { border-color: rgb(100,159,186); }
td.TdClassName
{
border-color: #649FBA;
}
.TagClassName
{
border-color: #649FBA;
}
</style>