Shades of Shakespeare #649AAE
Tints of Shakespeare #649AAE
RGB
CMYK
RGB Variations
Color information
#649AAE (or 0x649AAE) is known color: Shakespeare. HEX triplet: 64, 9A and AE. RGB value is (100,154,174). Sum of RGB (Red+Green+Blue) = 100+154+174=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #649AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649AAE is #9B6551. Grayscale: #8C8C8C. Windows color (decimal): -10184018 or 11442788. OLE color: 11442788.
HSL color Cylindrical-coordinate representation of color #649AAE: hue angle of 196.22º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #649AAE is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 154 | 174 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.32 |
| HSL | 196.22º | 0.31% | 0.54% | - |
| HSV(B) | 196.22º | 0.43% | 0.68% | - |
| XYZ | 24.45 | 28.88 | 44.33 | - |
| YUV | 140.13 | 147.11 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 174 | 0.43 | 0.11 | 0 | 0.32 | 196.22 | 0.31 | 0.54 |
| Hex | 64 | 9A | AE | 2B | B | 0 | 20 | C4 | 1F | 36 |
| Octal | 144 | 232 | 256 | 53 | 13 | 0 | 40 | 304 | 37 | 66 |
| Binary | 1100100 | 10011010 | 10101110 | 101011 | 1011 | 0 | 100000 | 11000100 | 11111 | 110110 |
Color Harmonies of #649AAE
Complementary color
Monochromatic Colors of #649AAE
Black with #649AAE
Text Example
Text Example
White with #649AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649AAE; }
p { color: rgb(100,154,174); }
H1.HeaderClassName
{
color: #649AAE;
}
.AnyTagClassName
{
color: #649AAE;
}
</style>
background-color css
<style>
a { background-color: #649AAE; }
a { background-color: rgb(100,154,174); }
div.DivClassName
{
background-color: #649AAE;
}
.BgClassName
{
background-color: #649AAE;
}
</style>
border-color css
<style>
span { border-color: #649AAE; }
span { border-color: rgb(100,154,174); }
td.TdClassName
{
border-color: #649AAE;
}
.TagClassName
{
border-color: #649AAE;
}
</style>