Shades of Shakespeare #6A9DAB
Tints of Shakespeare #6A9DAB
RGB
CMYK
RGB Variations
Color information
#6A9DAB (or 0x6A9DAB) is known color: Shakespeare. HEX triplet: 6A, 9D and AB. RGB value is (106,157,171). Sum of RGB (Red+Green+Blue) = 106+157+171=434 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.42% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A9DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9DAB is #956254. Grayscale: #8F8F8F. Windows color (decimal): -9790037 or 11246954. OLE color: 11246954.
HSL color Cylindrical-coordinate representation of color #6A9DAB: hue angle of 192.92º 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 #6A9DAB is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 157 | 171 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.33 |
| HSL | 192.92º | 0.28% | 0.54% | - |
| HSV(B) | 192.92º | 0.38% | 0.67% | - |
| XYZ | 25.35 | 30.12 | 43.01 | - |
| YUV | 143.35 | 143.6 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 157 | 171 | 0.38 | 0.08 | 0 | 0.33 | 192.92 | 0.28 | 0.54 |
| Hex | 6A | 9D | AB | 26 | 8 | 0 | 21 | C1 | 1C | 36 |
| Octal | 152 | 235 | 253 | 46 | 10 | 0 | 41 | 301 | 34 | 66 |
| Binary | 1101010 | 10011101 | 10101011 | 100110 | 1000 | 0 | 100001 | 11000001 | 11100 | 110110 |
Color Harmonies of #6A9DAB
Complementary color
Monochromatic Colors of #6A9DAB
Black with #6A9DAB
Text Example
Text Example
White with #6A9DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9DAB; }
p { color: rgb(106,157,171); }
H1.HeaderClassName
{
color: #6A9DAB;
}
.AnyTagClassName
{
color: #6A9DAB;
}
</style>
background-color css
<style>
a { background-color: #6A9DAB; }
a { background-color: rgb(106,157,171); }
div.DivClassName
{
background-color: #6A9DAB;
}
.BgClassName
{
background-color: #6A9DAB;
}
</style>
border-color css
<style>
span { border-color: #6A9DAB; }
span { border-color: rgb(106,157,171); }
td.TdClassName
{
border-color: #6A9DAB;
}
.TagClassName
{
border-color: #6A9DAB;
}
</style>