Shades of Shakespeare #649DAE
Tints of Shakespeare #649DAE
RGB
CMYK
RGB Variations
Color information
#649DAE (or 0x649DAE) is known color: Shakespeare. HEX triplet: 64, 9D and AE. RGB value is (100,157,174). Sum of RGB (Red+Green+Blue) = 100+157+174=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #649DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649DAE is #9B6251. Grayscale: #8D8D8D. Windows color (decimal): -10183250 or 11443556. OLE color: 11443556.
HSL color Cylindrical-coordinate representation of color #649DAE: hue angle of 193.78º 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 #649DAE is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 157 | 174 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.32 |
| HSL | 193.78º | 0.31% | 0.54% | - |
| HSV(B) | 193.78º | 0.43% | 0.68% | - |
| XYZ | 24.95 | 29.88 | 44.5 | - |
| YUV | 141.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 174 | 0.43 | 0.10 | 0 | 0.32 | 193.78 | 0.31 | 0.54 |
| Hex | 64 | 9D | AE | 2B | A | 0 | 20 | C2 | 1F | 36 |
| Octal | 144 | 235 | 256 | 53 | 12 | 0 | 40 | 302 | 37 | 66 |
| Binary | 1100100 | 10011101 | 10101110 | 101011 | 1010 | 0 | 100000 | 11000010 | 11111 | 110110 |
Color Harmonies of #649DAE
Complementary color
Monochromatic Colors of #649DAE
Black with #649DAE
Text Example
Text Example
White with #649DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649DAE; }
p { color: rgb(100,157,174); }
H1.HeaderClassName
{
color: #649DAE;
}
.AnyTagClassName
{
color: #649DAE;
}
</style>
background-color css
<style>
a { background-color: #649DAE; }
a { background-color: rgb(100,157,174); }
div.DivClassName
{
background-color: #649DAE;
}
.BgClassName
{
background-color: #649DAE;
}
</style>
border-color css
<style>
span { border-color: #649DAE; }
span { border-color: rgb(100,157,174); }
td.TdClassName
{
border-color: #649DAE;
}
.TagClassName
{
border-color: #649DAE;
}
</style>