Shades of Shakespeare #649BBF
Tints of Shakespeare #649BBF
RGB
CMYK
RGB Variations
Color information
#649BBF (or 0x649BBF) is known color: Shakespeare. HEX triplet: 64, 9B and BF. RGB value is (100,155,191). Sum of RGB (Red+Green+Blue) = 100+155+191=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #649BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649BBF is #9B6440. Grayscale: #8E8E8E. Windows color (decimal): -10183745 or 12557156. OLE color: 12557156.
HSL color Cylindrical-coordinate representation of color #649BBF: hue angle of 203.74º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #649BBF is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 155 | 191 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.25 |
| HSL | 203.74º | 0.42% | 0.57% | - |
| HSV(B) | 203.74º | 0.48% | 0.75% | - |
| XYZ | 26.38 | 29.91 | 53.67 | - |
| YUV | 142.66 | 155.28 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 191 | 0.48 | 0.19 | 0 | 0.25 | 203.74 | 0.42 | 0.57 |
| Hex | 64 | 9B | BF | 30 | 13 | 0 | 19 | CC | 2A | 39 |
| Octal | 144 | 233 | 277 | 60 | 23 | 0 | 31 | 314 | 52 | 71 |
| Binary | 1100100 | 10011011 | 10111111 | 110000 | 10011 | 0 | 11001 | 11001100 | 101010 | 111001 |
Color Harmonies of #649BBF
Complementary color
Monochromatic Colors of #649BBF
Black with #649BBF
Text Example
Text Example
White with #649BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649BBF; }
p { color: rgb(100,155,191); }
H1.HeaderClassName
{
color: #649BBF;
}
.AnyTagClassName
{
color: #649BBF;
}
</style>
background-color css
<style>
a { background-color: #649BBF; }
a { background-color: rgb(100,155,191); }
div.DivClassName
{
background-color: #649BBF;
}
.BgClassName
{
background-color: #649BBF;
}
</style>
border-color css
<style>
span { border-color: #649BBF; }
span { border-color: rgb(100,155,191); }
td.TdClassName
{
border-color: #649BBF;
}
.TagClassName
{
border-color: #649BBF;
}
</style>