Shades of Shakespeare #649BAB
Tints of Shakespeare #649BAB
RGB
CMYK
RGB Variations
Color information
#649BAB (or 0x649BAB) is known color: Shakespeare. HEX triplet: 64, 9B and AB. RGB value is (100,155,171). Sum of RGB (Red+Green+Blue) = 100+155+171=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #649BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649BAB is #9B6454. Grayscale: #8C8C8C. Windows color (decimal): -10183765 or 11246436. OLE color: 11246436.
HSL color Cylindrical-coordinate representation of color #649BAB: hue angle of 193.52º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #649BAB is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 155 | 171 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.33 |
| HSL | 193.52º | 0.3% | 0.53% | - |
| HSV(B) | 193.52º | 0.42% | 0.67% | - |
| XYZ | 24.33 | 29.09 | 42.86 | - |
| YUV | 140.38 | 145.28 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 171 | 0.42 | 0.09 | 0 | 0.33 | 193.52 | 0.3 | 0.53 |
| Hex | 64 | 9B | AB | 2A | 9 | 0 | 21 | C2 | 1E | 35 |
| Octal | 144 | 233 | 253 | 52 | 11 | 0 | 41 | 302 | 36 | 65 |
| Binary | 1100100 | 10011011 | 10101011 | 101010 | 1001 | 0 | 100001 | 11000010 | 11110 | 110101 |
Color Harmonies of #649BAB
Complementary color
Monochromatic Colors of #649BAB
Black with #649BAB
Text Example
Text Example
White with #649BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649BAB; }
p { color: rgb(100,155,171); }
H1.HeaderClassName
{
color: #649BAB;
}
.AnyTagClassName
{
color: #649BAB;
}
</style>
background-color css
<style>
a { background-color: #649BAB; }
a { background-color: rgb(100,155,171); }
div.DivClassName
{
background-color: #649BAB;
}
.BgClassName
{
background-color: #649BAB;
}
</style>
border-color css
<style>
span { border-color: #649BAB; }
span { border-color: rgb(100,155,171); }
td.TdClassName
{
border-color: #649BAB;
}
.TagClassName
{
border-color: #649BAB;
}
</style>