Shades of Shakespeare #649DAB
Tints of Shakespeare #649DAB
RGB
CMYK
RGB Variations
Color information
#649DAB (or 0x649DAB) is known color: Shakespeare. HEX triplet: 64, 9D and AB. RGB value is (100,157,171). Sum of RGB (Red+Green+Blue) = 100+157+171=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #649DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649DAB is #9B6254. Grayscale: #8D8D8D. Windows color (decimal): -10183253 or 11246948. OLE color: 11246948.
HSL color Cylindrical-coordinate representation of color #649DAB: hue angle of 191.83º 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 #649DAB is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 157 | 171 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.33 |
| HSL | 191.83º | 0.3% | 0.53% | - |
| HSV(B) | 191.83º | 0.42% | 0.67% | - |
| XYZ | 24.66 | 29.76 | 42.97 | - |
| YUV | 141.55 | 144.62 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 171 | 0.42 | 0.08 | 0 | 0.33 | 191.83 | 0.3 | 0.53 |
| Hex | 64 | 9D | AB | 2A | 8 | 0 | 21 | C0 | 1E | 35 |
| Octal | 144 | 235 | 253 | 52 | 10 | 0 | 41 | 300 | 36 | 65 |
| Binary | 1100100 | 10011101 | 10101011 | 101010 | 1000 | 0 | 100001 | 11000000 | 11110 | 110101 |
Color Harmonies of #649DAB
Complementary color
Monochromatic Colors of #649DAB
Black with #649DAB
Text Example
Text Example
White with #649DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649DAB; }
p { color: rgb(100,157,171); }
H1.HeaderClassName
{
color: #649DAB;
}
.AnyTagClassName
{
color: #649DAB;
}
</style>
background-color css
<style>
a { background-color: #649DAB; }
a { background-color: rgb(100,157,171); }
div.DivClassName
{
background-color: #649DAB;
}
.BgClassName
{
background-color: #649DAB;
}
</style>
border-color css
<style>
span { border-color: #649DAB; }
span { border-color: rgb(100,157,171); }
td.TdClassName
{
border-color: #649DAB;
}
.TagClassName
{
border-color: #649DAB;
}
</style>