Shades of Shakespeare #6495AC
Tints of Shakespeare #6495AC
RGB
CMYK
RGB Variations
Color information
#6495AC (or 0x6495AC) is known color: Shakespeare. HEX triplet: 64, 95 and AC. RGB value is (100,149,172). Sum of RGB (Red+Green+Blue) = 100+149+172=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #6495AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6495AC is #9B6A53. Grayscale: #888888. Windows color (decimal): -10185300 or 11310436. OLE color: 11310436.
HSL color Cylindrical-coordinate representation of color #6495AC: hue angle of 199.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6495AC is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 149 | 172 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.33 |
| HSL | 199.17º | 0.3% | 0.53% | - |
| HSV(B) | 199.17º | 0.42% | 0.67% | - |
| XYZ | 23.45 | 27.18 | 43.04 | - |
| YUV | 136.97 | 147.77 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 172 | 0.42 | 0.13 | 0 | 0.33 | 199.17 | 0.3 | 0.53 |
| Hex | 64 | 95 | AC | 2A | D | 0 | 21 | C7 | 1E | 35 |
| Octal | 144 | 225 | 254 | 52 | 15 | 0 | 41 | 307 | 36 | 65 |
| Binary | 1100100 | 10010101 | 10101100 | 101010 | 1101 | 0 | 100001 | 11000111 | 11110 | 110101 |
Color Harmonies of #6495AC
Complementary color
Monochromatic Colors of #6495AC
Black with #6495AC
Text Example
Text Example
White with #6495AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6495AC; }
p { color: rgb(100,149,172); }
H1.HeaderClassName
{
color: #6495AC;
}
.AnyTagClassName
{
color: #6495AC;
}
</style>
background-color css
<style>
a { background-color: #6495AC; }
a { background-color: rgb(100,149,172); }
div.DivClassName
{
background-color: #6495AC;
}
.BgClassName
{
background-color: #6495AC;
}
</style>
border-color css
<style>
span { border-color: #6495AC; }
span { border-color: rgb(100,149,172); }
td.TdClassName
{
border-color: #6495AC;
}
.TagClassName
{
border-color: #6495AC;
}
</style>