Shades of Shakespeare #6495B4
Tints of Shakespeare #6495B4
RGB
CMYK
RGB Variations
Color information
#6495B4 (or 0x6495B4) is known color: Shakespeare. HEX triplet: 64, 95 and B4. RGB value is (100,149,180). Sum of RGB (Red+Green+Blue) = 100+149+180=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #6495B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6495B4 is #9B6A4B. Grayscale: #898989. Windows color (decimal): -10185292 or 11834724. OLE color: 11834724.
HSL color Cylindrical-coordinate representation of color #6495B4: hue angle of 203.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6495B4 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 149 | 180 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.29 |
| HSL | 203.25º | 0.35% | 0.55% | - |
| HSV(B) | 203.25º | 0.44% | 0.71% | - |
| XYZ | 24.24 | 27.5 | 47.21 | - |
| YUV | 137.88 | 151.77 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 180 | 0.44 | 0.17 | 0 | 0.29 | 203.25 | 0.35 | 0.55 |
| Hex | 64 | 95 | B4 | 2C | 11 | 0 | 1D | CB | 23 | 37 |
| Octal | 144 | 225 | 264 | 54 | 21 | 0 | 35 | 313 | 43 | 67 |
| Binary | 1100100 | 10010101 | 10110100 | 101100 | 10001 | 0 | 11101 | 11001011 | 100011 | 110111 |
Color Harmonies of #6495B4
Complementary color
Monochromatic Colors of #6495B4
Black with #6495B4
Text Example
Text Example
White with #6495B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6495B4; }
p { color: rgb(100,149,180); }
H1.HeaderClassName
{
color: #6495B4;
}
.AnyTagClassName
{
color: #6495B4;
}
</style>
background-color css
<style>
a { background-color: #6495B4; }
a { background-color: rgb(100,149,180); }
div.DivClassName
{
background-color: #6495B4;
}
.BgClassName
{
background-color: #6495B4;
}
</style>
border-color css
<style>
span { border-color: #6495B4; }
span { border-color: rgb(100,149,180); }
td.TdClassName
{
border-color: #6495B4;
}
.TagClassName
{
border-color: #6495B4;
}
</style>