Shades of Shakespeare #649CAE
Tints of Shakespeare #649CAE
RGB
CMYK
RGB Variations
Color information
#649CAE (or 0x649CAE) is known color: Shakespeare. HEX triplet: 64, 9C and AE. RGB value is (100,156,174). Sum of RGB (Red+Green+Blue) = 100+156+174=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #649CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649CAE is #9B6351. Grayscale: #8D8D8D. Windows color (decimal): -10183506 or 11443300. OLE color: 11443300.
HSL color Cylindrical-coordinate representation of color #649CAE: hue angle of 194.59º 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 #649CAE is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 156 | 174 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.32 |
| HSL | 194.59º | 0.31% | 0.54% | - |
| HSV(B) | 194.59º | 0.43% | 0.68% | - |
| XYZ | 24.78 | 29.54 | 44.44 | - |
| YUV | 141.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 174 | 0.43 | 0.10 | 0 | 0.32 | 194.59 | 0.31 | 0.54 |
| Hex | 64 | 9C | AE | 2B | A | 0 | 20 | C3 | 1F | 36 |
| Octal | 144 | 234 | 256 | 53 | 12 | 0 | 40 | 303 | 37 | 66 |
| Binary | 1100100 | 10011100 | 10101110 | 101011 | 1010 | 0 | 100000 | 11000011 | 11111 | 110110 |
Color Harmonies of #649CAE
Complementary color
Monochromatic Colors of #649CAE
Black with #649CAE
Text Example
Text Example
White with #649CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649CAE; }
p { color: rgb(100,156,174); }
H1.HeaderClassName
{
color: #649CAE;
}
.AnyTagClassName
{
color: #649CAE;
}
</style>
background-color css
<style>
a { background-color: #649CAE; }
a { background-color: rgb(100,156,174); }
div.DivClassName
{
background-color: #649CAE;
}
.BgClassName
{
background-color: #649CAE;
}
</style>
border-color css
<style>
span { border-color: #649CAE; }
span { border-color: rgb(100,156,174); }
td.TdClassName
{
border-color: #649CAE;
}
.TagClassName
{
border-color: #649CAE;
}
</style>