Shades of Shakespeare #649CBE
Tints of Shakespeare #649CBE
RGB
CMYK
RGB Variations
Color information
#649CBE (or 0x649CBE) is known color: Shakespeare. HEX triplet: 64, 9C and BE. RGB value is (100,156,190). Sum of RGB (Red+Green+Blue) = 100+156+190=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #649CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CBE is #9B6341. Grayscale: #8E8E8E. Windows color (decimal): -10183490 or 12491876. OLE color: 12491876.
HSL color Cylindrical-coordinate representation of color #649CBE: hue angle of 202.67º 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 #649CBE is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 156 | 190 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.25 |
| HSL | 202.67º | 0.41% | 0.57% | - |
| HSV(B) | 202.67º | 0.47% | 0.75% | - |
| XYZ | 26.44 | 30.2 | 53.15 | - |
| YUV | 143.13 | 154.45 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 190 | 0.47 | 0.18 | 0 | 0.25 | 202.67 | 0.41 | 0.57 |
| Hex | 64 | 9C | BE | 2F | 12 | 0 | 19 | CB | 29 | 39 |
| Octal | 144 | 234 | 276 | 57 | 22 | 0 | 31 | 313 | 51 | 71 |
| Binary | 1100100 | 10011100 | 10111110 | 101111 | 10010 | 0 | 11001 | 11001011 | 101001 | 111001 |
Color Harmonies of #649CBE
Complementary color
Monochromatic Colors of #649CBE
Black with #649CBE
Text Example
Text Example
White with #649CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649CBE; }
p { color: rgb(100,156,190); }
H1.HeaderClassName
{
color: #649CBE;
}
.AnyTagClassName
{
color: #649CBE;
}
</style>
background-color css
<style>
a { background-color: #649CBE; }
a { background-color: rgb(100,156,190); }
div.DivClassName
{
background-color: #649CBE;
}
.BgClassName
{
background-color: #649CBE;
}
</style>
border-color css
<style>
span { border-color: #649CBE; }
span { border-color: rgb(100,156,190); }
td.TdClassName
{
border-color: #649CBE;
}
.TagClassName
{
border-color: #649CBE;
}
</style>