Shades of Shakespeare #649CBA
Tints of Shakespeare #649CBA
RGB
CMYK
RGB Variations
Color information
#649CBA (or 0x649CBA) is known color: Shakespeare. HEX triplet: 64, 9C and BA. RGB value is (100,156,186). Sum of RGB (Red+Green+Blue) = 100+156+186=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #649CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CBA is #9B6345. Grayscale: #8E8E8E. Windows color (decimal): -10183494 or 12229732. OLE color: 12229732.
HSL color Cylindrical-coordinate representation of color #649CBA: hue angle of 200.93º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #649CBA is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 156 | 186 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.27 |
| HSL | 200.93º | 0.38% | 0.56% | - |
| HSV(B) | 200.93º | 0.46% | 0.73% | - |
| XYZ | 26.01 | 30.03 | 50.88 | - |
| YUV | 142.68 | 152.45 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 186 | 0.46 | 0.16 | 0 | 0.27 | 200.93 | 0.38 | 0.56 |
| Hex | 64 | 9C | BA | 2E | 10 | 0 | 1B | C9 | 26 | 38 |
| Octal | 144 | 234 | 272 | 56 | 20 | 0 | 33 | 311 | 46 | 70 |
| Binary | 1100100 | 10011100 | 10111010 | 101110 | 10000 | 0 | 11011 | 11001001 | 100110 | 111000 |
Color Harmonies of #649CBA
Complementary color
Monochromatic Colors of #649CBA
Black with #649CBA
Text Example
Text Example
White with #649CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649CBA; }
p { color: rgb(100,156,186); }
H1.HeaderClassName
{
color: #649CBA;
}
.AnyTagClassName
{
color: #649CBA;
}
</style>
background-color css
<style>
a { background-color: #649CBA; }
a { background-color: rgb(100,156,186); }
div.DivClassName
{
background-color: #649CBA;
}
.BgClassName
{
background-color: #649CBA;
}
</style>
border-color css
<style>
span { border-color: #649CBA; }
span { border-color: rgb(100,156,186); }
td.TdClassName
{
border-color: #649CBA;
}
.TagClassName
{
border-color: #649CBA;
}
</style>