Shades of Shakespeare #649EB8
Tints of Shakespeare #649EB8
RGB
CMYK
RGB Variations
Color information
#649EB8 (or 0x649EB8) is known color: Shakespeare. HEX triplet: 64, 9E and B8. RGB value is (100,158,184). Sum of RGB (Red+Green+Blue) = 100+158+184=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 184 - color contains mainly: blue. Hex color #649EB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649EB8 is #9B6147. Grayscale: #8F8F8F. Windows color (decimal): -10182984 or 12099172. OLE color: 12099172.
HSL color Cylindrical-coordinate representation of color #649EB8: hue angle of 198.57º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #649EB8 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 158 | 184 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.28 |
| HSL | 198.57º | 0.37% | 0.56% | - |
| HSV(B) | 198.57º | 0.46% | 0.72% | - |
| XYZ | 26.13 | 30.62 | 49.88 | - |
| YUV | 143.62 | 150.78 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 184 | 0.46 | 0.14 | 0 | 0.28 | 198.57 | 0.37 | 0.56 |
| Hex | 64 | 9E | B8 | 2E | E | 0 | 1C | C7 | 25 | 38 |
| Octal | 144 | 236 | 270 | 56 | 16 | 0 | 34 | 307 | 45 | 70 |
| Binary | 1100100 | 10011110 | 10111000 | 101110 | 1110 | 0 | 11100 | 11000111 | 100101 | 111000 |
Color Harmonies of #649EB8
Complementary color
Monochromatic Colors of #649EB8
Black with #649EB8
Text Example
Text Example
White with #649EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649EB8; }
p { color: rgb(100,158,184); }
H1.HeaderClassName
{
color: #649EB8;
}
.AnyTagClassName
{
color: #649EB8;
}
</style>
background-color css
<style>
a { background-color: #649EB8; }
a { background-color: rgb(100,158,184); }
div.DivClassName
{
background-color: #649EB8;
}
.BgClassName
{
background-color: #649EB8;
}
</style>
border-color css
<style>
span { border-color: #649EB8; }
span { border-color: rgb(100,158,184); }
td.TdClassName
{
border-color: #649EB8;
}
.TagClassName
{
border-color: #649EB8;
}
</style>