Shades of Shakespeare #649BAD
Tints of Shakespeare #649BAD
RGB
CMYK
RGB Variations
Color information
#649BAD (or 0x649BAD) is known color: Shakespeare. HEX triplet: 64, 9B and AD. RGB value is (100,155,173). Sum of RGB (Red+Green+Blue) = 100+155+173=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #649BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649BAD is #9B6452. Grayscale: #8C8C8C. Windows color (decimal): -10183763 or 11377508. OLE color: 11377508.
HSL color Cylindrical-coordinate representation of color #649BAD: hue angle of 194.79º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #649BAD is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 155 | 173 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.32 |
| HSL | 194.79º | 0.31% | 0.54% | - |
| HSV(B) | 194.79º | 0.42% | 0.68% | - |
| XYZ | 24.52 | 29.17 | 43.87 | - |
| YUV | 140.61 | 146.28 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 173 | 0.42 | 0.10 | 0 | 0.32 | 194.79 | 0.31 | 0.54 |
| Hex | 64 | 9B | AD | 2A | A | 0 | 20 | C3 | 1F | 36 |
| Octal | 144 | 233 | 255 | 52 | 12 | 0 | 40 | 303 | 37 | 66 |
| Binary | 1100100 | 10011011 | 10101101 | 101010 | 1010 | 0 | 100000 | 11000011 | 11111 | 110110 |
Color Harmonies of #649BAD
Complementary color
Monochromatic Colors of #649BAD
Black with #649BAD
Text Example
Text Example
White with #649BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649BAD; }
p { color: rgb(100,155,173); }
H1.HeaderClassName
{
color: #649BAD;
}
.AnyTagClassName
{
color: #649BAD;
}
</style>
background-color css
<style>
a { background-color: #649BAD; }
a { background-color: rgb(100,155,173); }
div.DivClassName
{
background-color: #649BAD;
}
.BgClassName
{
background-color: #649BAD;
}
</style>
border-color css
<style>
span { border-color: #649BAD; }
span { border-color: rgb(100,155,173); }
td.TdClassName
{
border-color: #649BAD;
}
.TagClassName
{
border-color: #649BAD;
}
</style>