Shades of Shakespeare #649DBE
Tints of Shakespeare #649DBE
RGB
CMYK
RGB Variations
Color information
#649DBE (or 0x649DBE) is known color: Shakespeare. HEX triplet: 64, 9D and BE. RGB value is (100,157,190). Sum of RGB (Red+Green+Blue) = 100+157+190=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #649DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649DBE is #9B6241. Grayscale: #8F8F8F. Windows color (decimal): -10183234 or 12492132. OLE color: 12492132.
HSL color Cylindrical-coordinate representation of color #649DBE: hue angle of 202º 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 #649DBE is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 157 | 190 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.25 |
| HSL | 202º | 0.41% | 0.57% | - |
| HSV(B) | 202º | 0.47% | 0.75% | - |
| XYZ | 26.61 | 30.54 | 53.21 | - |
| YUV | 143.72 | 154.12 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 190 | 0.47 | 0.17 | 0 | 0.25 | 202 | 0.41 | 0.57 |
| Hex | 64 | 9D | BE | 2F | 11 | 0 | 19 | CA | 29 | 39 |
| Octal | 144 | 235 | 276 | 57 | 21 | 0 | 31 | 312 | 51 | 71 |
| Binary | 1100100 | 10011101 | 10111110 | 101111 | 10001 | 0 | 11001 | 11001010 | 101001 | 111001 |
Color Harmonies of #649DBE
Complementary color
Monochromatic Colors of #649DBE
Black with #649DBE
Text Example
Text Example
White with #649DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649DBE; }
p { color: rgb(100,157,190); }
H1.HeaderClassName
{
color: #649DBE;
}
.AnyTagClassName
{
color: #649DBE;
}
</style>
background-color css
<style>
a { background-color: #649DBE; }
a { background-color: rgb(100,157,190); }
div.DivClassName
{
background-color: #649DBE;
}
.BgClassName
{
background-color: #649DBE;
}
</style>
border-color css
<style>
span { border-color: #649DBE; }
span { border-color: rgb(100,157,190); }
td.TdClassName
{
border-color: #649DBE;
}
.TagClassName
{
border-color: #649DBE;
}
</style>