Shades of Shakespeare #6497AC
Tints of Shakespeare #6497AC
RGB
CMYK
RGB Variations
Color information
#6497AC (or 0x6497AC) is known color: Shakespeare. HEX triplet: 64, 97 and AC. RGB value is (100,151,172). Sum of RGB (Red+Green+Blue) = 100+151+172=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #6497AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6497AC is #9B6853. Grayscale: #8A8A8A. Windows color (decimal): -10184788 or 11310948. OLE color: 11310948.
HSL color Cylindrical-coordinate representation of color #6497AC: hue angle of 197.5º 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 #6497AC is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 151 | 172 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.33 |
| HSL | 197.5º | 0.3% | 0.53% | - |
| HSV(B) | 197.5º | 0.42% | 0.67% | - |
| XYZ | 23.77 | 27.82 | 43.15 | - |
| YUV | 138.15 | 147.1 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 172 | 0.42 | 0.12 | 0 | 0.33 | 197.5 | 0.3 | 0.53 |
| Hex | 64 | 97 | AC | 2A | C | 0 | 21 | C6 | 1E | 35 |
| Octal | 144 | 227 | 254 | 52 | 14 | 0 | 41 | 306 | 36 | 65 |
| Binary | 1100100 | 10010111 | 10101100 | 101010 | 1100 | 0 | 100001 | 11000110 | 11110 | 110101 |
Color Harmonies of #6497AC
Complementary color
Monochromatic Colors of #6497AC
Black with #6497AC
Text Example
Text Example
White with #6497AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6497AC; }
p { color: rgb(100,151,172); }
H1.HeaderClassName
{
color: #6497AC;
}
.AnyTagClassName
{
color: #6497AC;
}
</style>
background-color css
<style>
a { background-color: #6497AC; }
a { background-color: rgb(100,151,172); }
div.DivClassName
{
background-color: #6497AC;
}
.BgClassName
{
background-color: #6497AC;
}
</style>
border-color css
<style>
span { border-color: #6497AC; }
span { border-color: rgb(100,151,172); }
td.TdClassName
{
border-color: #6497AC;
}
.TagClassName
{
border-color: #6497AC;
}
</style>