Shades of Shakespeare #649ABF
Tints of Shakespeare #649ABF
RGB
CMYK
RGB Variations
Color information
#649ABF (or 0x649ABF) is known color: Shakespeare. HEX triplet: 64, 9A and BF. RGB value is (100,154,191). Sum of RGB (Red+Green+Blue) = 100+154+191=445 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.47% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #649ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ABF is #9B6540. Grayscale: #8D8D8D. Windows color (decimal): -10184001 or 12556900. OLE color: 12556900.
HSL color Cylindrical-coordinate representation of color #649ABF: hue angle of 204.4º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #649ABF is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 154 | 191 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.25 |
| HSL | 204.4º | 0.42% | 0.57% | - |
| HSV(B) | 204.4º | 0.48% | 0.75% | - |
| XYZ | 26.22 | 29.58 | 53.62 | - |
| YUV | 142.07 | 155.61 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 191 | 0.48 | 0.19 | 0 | 0.25 | 204.4 | 0.42 | 0.57 |
| Hex | 64 | 9A | BF | 30 | 13 | 0 | 19 | CC | 2A | 39 |
| Octal | 144 | 232 | 277 | 60 | 23 | 0 | 31 | 314 | 52 | 71 |
| Binary | 1100100 | 10011010 | 10111111 | 110000 | 10011 | 0 | 11001 | 11001100 | 101010 | 111001 |
Color Harmonies of #649ABF
Complementary color
Monochromatic Colors of #649ABF
Black with #649ABF
Text Example
Text Example
White with #649ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649ABF; }
p { color: rgb(100,154,191); }
H1.HeaderClassName
{
color: #649ABF;
}
.AnyTagClassName
{
color: #649ABF;
}
</style>
background-color css
<style>
a { background-color: #649ABF; }
a { background-color: rgb(100,154,191); }
div.DivClassName
{
background-color: #649ABF;
}
.BgClassName
{
background-color: #649ABF;
}
</style>
border-color css
<style>
span { border-color: #649ABF; }
span { border-color: rgb(100,154,191); }
td.TdClassName
{
border-color: #649ABF;
}
.TagClassName
{
border-color: #649ABF;
}
</style>