Shades of Shakespeare #649ABE
Tints of Shakespeare #649ABE
RGB
CMYK
RGB Variations
Color information
#649ABE (or 0x649ABE) is known color: Shakespeare. HEX triplet: 64, 9A and BE. RGB value is (100,154,190). Sum of RGB (Red+Green+Blue) = 100+154+190=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #649ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ABE is #9B6541. Grayscale: #8D8D8D. Windows color (decimal): -10184002 or 12491364. OLE color: 12491364.
HSL color Cylindrical-coordinate representation of color #649ABE: hue angle of 204º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #649ABE is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 154 | 190 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.25 |
| HSL | 204º | 0.41% | 0.57% | - |
| HSV(B) | 204º | 0.47% | 0.75% | - |
| XYZ | 26.11 | 29.54 | 53.04 | - |
| YUV | 141.96 | 155.11 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 190 | 0.47 | 0.19 | 0 | 0.25 | 204 | 0.41 | 0.57 |
| Hex | 64 | 9A | BE | 2F | 13 | 0 | 19 | CC | 29 | 39 |
| Octal | 144 | 232 | 276 | 57 | 23 | 0 | 31 | 314 | 51 | 71 |
| Binary | 1100100 | 10011010 | 10111110 | 101111 | 10011 | 0 | 11001 | 11001100 | 101001 | 111001 |
Color Harmonies of #649ABE
Complementary color
Monochromatic Colors of #649ABE
Black with #649ABE
Text Example
Text Example
White with #649ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649ABE; }
p { color: rgb(100,154,190); }
H1.HeaderClassName
{
color: #649ABE;
}
.AnyTagClassName
{
color: #649ABE;
}
</style>
background-color css
<style>
a { background-color: #649ABE; }
a { background-color: rgb(100,154,190); }
div.DivClassName
{
background-color: #649ABE;
}
.BgClassName
{
background-color: #649ABE;
}
</style>
border-color css
<style>
span { border-color: #649ABE; }
span { border-color: rgb(100,154,190); }
td.TdClassName
{
border-color: #649ABE;
}
.TagClassName
{
border-color: #649ABE;
}
</style>