Shades of Shakespeare #6A9AAB
Tints of Shakespeare #6A9AAB
RGB
CMYK
RGB Variations
Color information
#6A9AAB (or 0x6A9AAB) is known color: Shakespeare. HEX triplet: 6A, 9A and AB. RGB value is (106,154,171). Sum of RGB (Red+Green+Blue) = 106+154+171=431 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.59% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A9AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9AAB is #956554. Grayscale: #8D8D8D. Windows color (decimal): -9790805 or 11246186. OLE color: 11246186.
HSL color Cylindrical-coordinate representation of color #6A9AAB: hue angle of 195.69º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A9AAB is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 154 | 171 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.33 |
| HSL | 195.69º | 0.28% | 0.54% | - |
| HSV(B) | 195.69º | 0.38% | 0.67% | - |
| XYZ | 24.85 | 29.12 | 42.84 | - |
| YUV | 141.59 | 144.6 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 154 | 171 | 0.38 | 0.10 | 0 | 0.33 | 195.69 | 0.28 | 0.54 |
| Hex | 6A | 9A | AB | 26 | A | 0 | 21 | C4 | 1C | 36 |
| Octal | 152 | 232 | 253 | 46 | 12 | 0 | 41 | 304 | 34 | 66 |
| Binary | 1101010 | 10011010 | 10101011 | 100110 | 1010 | 0 | 100001 | 11000100 | 11100 | 110110 |
Color Harmonies of #6A9AAB
Complementary color
Monochromatic Colors of #6A9AAB
Black with #6A9AAB
Text Example
Text Example
White with #6A9AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9AAB; }
p { color: rgb(106,154,171); }
H1.HeaderClassName
{
color: #6A9AAB;
}
.AnyTagClassName
{
color: #6A9AAB;
}
</style>
background-color css
<style>
a { background-color: #6A9AAB; }
a { background-color: rgb(106,154,171); }
div.DivClassName
{
background-color: #6A9AAB;
}
.BgClassName
{
background-color: #6A9AAB;
}
</style>
border-color css
<style>
span { border-color: #6A9AAB; }
span { border-color: rgb(106,154,171); }
td.TdClassName
{
border-color: #6A9AAB;
}
.TagClassName
{
border-color: #6A9AAB;
}
</style>