Shades of Shakespeare #649CC0
Tints of Shakespeare #649CC0
RGB
CMYK
RGB Variations
Color information
#649CC0 (or 0x649CC0) is known color: Shakespeare. HEX triplet: 64, 9C and C0. RGB value is (100,156,192). Sum of RGB (Red+Green+Blue) = 100+156+192=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #649CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CC0 is #9B633F. Grayscale: #8F8F8F. Windows color (decimal): -10183488 or 12622948. OLE color: 12622948.
HSL color Cylindrical-coordinate representation of color #649CC0: hue angle of 203.48º 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 #649CC0 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 156 | 192 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.25 |
| HSL | 203.48º | 0.42% | 0.57% | - |
| HSV(B) | 203.48º | 0.48% | 0.75% | - |
| XYZ | 26.66 | 30.29 | 54.31 | - |
| YUV | 143.36 | 155.45 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 192 | 0.48 | 0.19 | 0 | 0.25 | 203.48 | 0.42 | 0.57 |
| Hex | 64 | 9C | C0 | 30 | 13 | 0 | 19 | CB | 2A | 39 |
| Octal | 144 | 234 | 300 | 60 | 23 | 0 | 31 | 313 | 52 | 71 |
| Binary | 1100100 | 10011100 | 11000000 | 110000 | 10011 | 0 | 11001 | 11001011 | 101010 | 111001 |
Color Harmonies of #649CC0
Complementary color
Monochromatic Colors of #649CC0
Black with #649CC0
Text Example
Text Example
White with #649CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649CC0; }
p { color: rgb(100,156,192); }
H1.HeaderClassName
{
color: #649CC0;
}
.AnyTagClassName
{
color: #649CC0;
}
</style>
background-color css
<style>
a { background-color: #649CC0; }
a { background-color: rgb(100,156,192); }
div.DivClassName
{
background-color: #649CC0;
}
.BgClassName
{
background-color: #649CC0;
}
</style>
border-color css
<style>
span { border-color: #649CC0; }
span { border-color: rgb(100,156,192); }
td.TdClassName
{
border-color: #649CC0;
}
.TagClassName
{
border-color: #649CC0;
}
</style>