Shades of Shakespeare #649DB0
Tints of Shakespeare #649DB0
RGB
CMYK
RGB Variations
Color information
#649DB0 (or 0x649DB0) is known color: Shakespeare. HEX triplet: 64, 9D and B0. RGB value is (100,157,176). Sum of RGB (Red+Green+Blue) = 100+157+176=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 176 - color contains mainly: blue. Hex color #649DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649DB0 is #9B624F. Grayscale: #8D8D8D. Windows color (decimal): -10183248 or 11574628. OLE color: 11574628.
HSL color Cylindrical-coordinate representation of color #649DB0: hue angle of 195º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #649DB0 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 157 | 176 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.31 |
| HSL | 195º | 0.32% | 0.54% | - |
| HSV(B) | 195º | 0.43% | 0.69% | - |
| XYZ | 25.15 | 29.96 | 45.53 | - |
| YUV | 142.12 | 147.12 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 176 | 0.43 | 0.11 | 0 | 0.31 | 195 | 0.32 | 0.54 |
| Hex | 64 | 9D | B0 | 2B | B | 0 | 1F | C3 | 20 | 36 |
| Octal | 144 | 235 | 260 | 53 | 13 | 0 | 37 | 303 | 40 | 66 |
| Binary | 1100100 | 10011101 | 10110000 | 101011 | 1011 | 0 | 11111 | 11000011 | 100000 | 110110 |
Color Harmonies of #649DB0
Complementary color
Monochromatic Colors of #649DB0
Black with #649DB0
Text Example
Text Example
White with #649DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649DB0; }
p { color: rgb(100,157,176); }
H1.HeaderClassName
{
color: #649DB0;
}
.AnyTagClassName
{
color: #649DB0;
}
</style>
background-color css
<style>
a { background-color: #649DB0; }
a { background-color: rgb(100,157,176); }
div.DivClassName
{
background-color: #649DB0;
}
.BgClassName
{
background-color: #649DB0;
}
</style>
border-color css
<style>
span { border-color: #649DB0; }
span { border-color: rgb(100,157,176); }
td.TdClassName
{
border-color: #649DB0;
}
.TagClassName
{
border-color: #649DB0;
}
</style>