Shades of Shakespeare #6496B0
Tints of Shakespeare #6496B0
RGB
CMYK
RGB Variations
Color information
#6496B0 (or 0x6496B0) is known color: Shakespeare. HEX triplet: 64, 96 and B0. RGB value is (100,150,176). Sum of RGB (Red+Green+Blue) = 100+150+176=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 176 - color contains mainly: blue. Hex color #6496B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6496B0 is #9B694F. Grayscale: #898989. Windows color (decimal): -10185040 or 11572836. OLE color: 11572836.
HSL color Cylindrical-coordinate representation of color #6496B0: hue angle of 200.53º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6496B0 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 150 | 176 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.31 |
| HSL | 200.53º | 0.32% | 0.54% | - |
| HSV(B) | 200.53º | 0.43% | 0.69% | - |
| XYZ | 24 | 27.66 | 45.15 | - |
| YUV | 138.01 | 149.44 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 150 | 176 | 0.43 | 0.15 | 0 | 0.31 | 200.53 | 0.32 | 0.54 |
| Hex | 64 | 96 | B0 | 2B | F | 0 | 1F | C9 | 20 | 36 |
| Octal | 144 | 226 | 260 | 53 | 17 | 0 | 37 | 311 | 40 | 66 |
| Binary | 1100100 | 10010110 | 10110000 | 101011 | 1111 | 0 | 11111 | 11001001 | 100000 | 110110 |
Color Harmonies of #6496B0
Complementary color
Monochromatic Colors of #6496B0
Black with #6496B0
Text Example
Text Example
White with #6496B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6496B0; }
p { color: rgb(100,150,176); }
H1.HeaderClassName
{
color: #6496B0;
}
.AnyTagClassName
{
color: #6496B0;
}
</style>
background-color css
<style>
a { background-color: #6496B0; }
a { background-color: rgb(100,150,176); }
div.DivClassName
{
background-color: #6496B0;
}
.BgClassName
{
background-color: #6496B0;
}
</style>
border-color css
<style>
span { border-color: #6496B0; }
span { border-color: rgb(100,150,176); }
td.TdClassName
{
border-color: #6496B0;
}
.TagClassName
{
border-color: #6496B0;
}
</style>