Shades of Shakespeare #6A99AB
Tints of Shakespeare #6A99AB
RGB
CMYK
RGB Variations
Color information
#6A99AB (or 0x6A99AB) is known color: Shakespeare. HEX triplet: 6A, 99 and AB. RGB value is (106,153,171). Sum of RGB (Red+Green+Blue) = 106+153+171=430 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.65% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A99AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A99AB is #956654. Grayscale: #8C8C8C. Windows color (decimal): -9791061 or 11245930. OLE color: 11245930.
HSL color Cylindrical-coordinate representation of color #6A99AB: hue angle of 196.62º 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 #6A99AB is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 153 | 171 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.33 |
| HSL | 196.62º | 0.28% | 0.54% | - |
| HSV(B) | 196.62º | 0.38% | 0.67% | - |
| XYZ | 24.69 | 28.79 | 42.78 | - |
| YUV | 141 | 144.93 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 153 | 171 | 0.38 | 0.11 | 0 | 0.33 | 196.62 | 0.28 | 0.54 |
| Hex | 6A | 99 | AB | 26 | B | 0 | 21 | C5 | 1C | 36 |
| Octal | 152 | 231 | 253 | 46 | 13 | 0 | 41 | 305 | 34 | 66 |
| Binary | 1101010 | 10011001 | 10101011 | 100110 | 1011 | 0 | 100001 | 11000101 | 11100 | 110110 |
Color Harmonies of #6A99AB
Complementary color
Monochromatic Colors of #6A99AB
Black with #6A99AB
Text Example
Text Example
White with #6A99AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A99AB; }
p { color: rgb(106,153,171); }
H1.HeaderClassName
{
color: #6A99AB;
}
.AnyTagClassName
{
color: #6A99AB;
}
</style>
background-color css
<style>
a { background-color: #6A99AB; }
a { background-color: rgb(106,153,171); }
div.DivClassName
{
background-color: #6A99AB;
}
.BgClassName
{
background-color: #6A99AB;
}
</style>
border-color css
<style>
span { border-color: #6A99AB; }
span { border-color: rgb(106,153,171); }
td.TdClassName
{
border-color: #6A99AB;
}
.TagClassName
{
border-color: #6A99AB;
}
</style>