Shades of Shakespeare #6495BC
Tints of Shakespeare #6495BC
RGB
CMYK
RGB Variations
Color information
#6495BC (or 0x6495BC) is known color: Shakespeare. HEX triplet: 64, 95 and BC. RGB value is (100,149,188). Sum of RGB (Red+Green+Blue) = 100+149+188=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #6495BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6495BC is #9B6A43. Grayscale: #8A8A8A. Windows color (decimal): -10185284 or 12359012. OLE color: 12359012.
HSL color Cylindrical-coordinate representation of color #6495BC: hue angle of 206.59º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6495BC is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 149 | 188 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.26 |
| HSL | 206.59º | 0.4% | 0.56% | - |
| HSV(B) | 206.59º | 0.47% | 0.74% | - |
| XYZ | 25.08 | 27.84 | 51.63 | - |
| YUV | 138.8 | 155.77 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 188 | 0.47 | 0.21 | 0 | 0.26 | 206.59 | 0.4 | 0.56 |
| Hex | 64 | 95 | BC | 2F | 15 | 0 | 1A | CF | 28 | 38 |
| Octal | 144 | 225 | 274 | 57 | 25 | 0 | 32 | 317 | 50 | 70 |
| Binary | 1100100 | 10010101 | 10111100 | 101111 | 10101 | 0 | 11010 | 11001111 | 101000 | 111000 |
Color Harmonies of #6495BC
Complementary color
Monochromatic Colors of #6495BC
Black with #6495BC
Text Example
Text Example
White with #6495BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6495BC; }
p { color: rgb(100,149,188); }
H1.HeaderClassName
{
color: #6495BC;
}
.AnyTagClassName
{
color: #6495BC;
}
</style>
background-color css
<style>
a { background-color: #6495BC; }
a { background-color: rgb(100,149,188); }
div.DivClassName
{
background-color: #6495BC;
}
.BgClassName
{
background-color: #6495BC;
}
</style>
border-color css
<style>
span { border-color: #6495BC; }
span { border-color: rgb(100,149,188); }
td.TdClassName
{
border-color: #6495BC;
}
.TagClassName
{
border-color: #6495BC;
}
</style>