Shades of Shakespeare #6494AC
Tints of Shakespeare #6494AC
RGB
CMYK
RGB Variations
Color information
#6494AC (or 0x6494AC) is known color: Shakespeare. HEX triplet: 64, 94 and AC. RGB value is (100,148,172). Sum of RGB (Red+Green+Blue) = 100+148+172=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #6494AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6494AC is #9B6B53. Grayscale: #888888. Windows color (decimal): -10185556 or 11310180. OLE color: 11310180.
HSL color Cylindrical-coordinate representation of color #6494AC: hue angle of 200º 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 #6494AC is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 148 | 172 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.33 |
| HSL | 200º | 0.3% | 0.53% | - |
| HSV(B) | 200º | 0.42% | 0.67% | - |
| XYZ | 23.29 | 26.87 | 42.99 | - |
| YUV | 136.38 | 148.1 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 148 | 172 | 0.42 | 0.14 | 0 | 0.33 | 200 | 0.3 | 0.53 |
| Hex | 64 | 94 | AC | 2A | E | 0 | 21 | C8 | 1E | 35 |
| Octal | 144 | 224 | 254 | 52 | 16 | 0 | 41 | 310 | 36 | 65 |
| Binary | 1100100 | 10010100 | 10101100 | 101010 | 1110 | 0 | 100001 | 11001000 | 11110 | 110101 |
Color Harmonies of #6494AC
Complementary color
Monochromatic Colors of #6494AC
Black with #6494AC
Text Example
Text Example
White with #6494AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6494AC; }
p { color: rgb(100,148,172); }
H1.HeaderClassName
{
color: #6494AC;
}
.AnyTagClassName
{
color: #6494AC;
}
</style>
background-color css
<style>
a { background-color: #6494AC; }
a { background-color: rgb(100,148,172); }
div.DivClassName
{
background-color: #6494AC;
}
.BgClassName
{
background-color: #6494AC;
}
</style>
border-color css
<style>
span { border-color: #6494AC; }
span { border-color: rgb(100,148,172); }
td.TdClassName
{
border-color: #6494AC;
}
.TagClassName
{
border-color: #6494AC;
}
</style>