Shades of Shakespeare #649BBD
Tints of Shakespeare #649BBD
RGB
CMYK
RGB Variations
Color information
#649BBD (or 0x649BBD) is known color: Shakespeare. HEX triplet: 64, 9B and BD. RGB value is (100,155,189). Sum of RGB (Red+Green+Blue) = 100+155+189=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #649BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649BBD is #9B6442. Grayscale: #8E8E8E. Windows color (decimal): -10183747 or 12426084. OLE color: 12426084.
HSL color Cylindrical-coordinate representation of color #649BBD: hue angle of 202.92º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #649BBD is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 155 | 189 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.26 |
| HSL | 202.92º | 0.4% | 0.57% | - |
| HSV(B) | 202.92º | 0.47% | 0.74% | - |
| XYZ | 26.16 | 29.83 | 52.52 | - |
| YUV | 142.43 | 154.28 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 189 | 0.47 | 0.18 | 0 | 0.26 | 202.92 | 0.4 | 0.57 |
| Hex | 64 | 9B | BD | 2F | 12 | 0 | 1A | CB | 28 | 39 |
| Octal | 144 | 233 | 275 | 57 | 22 | 0 | 32 | 313 | 50 | 71 |
| Binary | 1100100 | 10011011 | 10111101 | 101111 | 10010 | 0 | 11010 | 11001011 | 101000 | 111001 |
Color Harmonies of #649BBD
Complementary color
Monochromatic Colors of #649BBD
Black with #649BBD
Text Example
Text Example
White with #649BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649BBD; }
p { color: rgb(100,155,189); }
H1.HeaderClassName
{
color: #649BBD;
}
.AnyTagClassName
{
color: #649BBD;
}
</style>
background-color css
<style>
a { background-color: #649BBD; }
a { background-color: rgb(100,155,189); }
div.DivClassName
{
background-color: #649BBD;
}
.BgClassName
{
background-color: #649BBD;
}
</style>
border-color css
<style>
span { border-color: #649BBD; }
span { border-color: rgb(100,155,189); }
td.TdClassName
{
border-color: #649BBD;
}
.TagClassName
{
border-color: #649BBD;
}
</style>