Shades of Shakespeare #6A9BAA
Tints of Shakespeare #6A9BAA
RGB
CMYK
RGB Variations
Color information
#6A9BAA (or 0x6A9BAA) is known color: Shakespeare. HEX triplet: 6A, 9B and AA. RGB value is (106,155,170). Sum of RGB (Red+Green+Blue) = 106+155+170=431 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.59% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A9BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9BAA is #956455. Grayscale: #8D8D8D. Windows color (decimal): -9790550 or 11180906. OLE color: 11180906.
HSL color Cylindrical-coordinate representation of color #6A9BAA: hue angle of 194.06º degrees, saturation: 0.27, 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 #6A9BAA is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 155 | 170 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.33 |
| HSL | 194.06º | 0.27% | 0.54% | - |
| HSV(B) | 194.06º | 0.38% | 0.67% | - |
| XYZ | 24.92 | 29.41 | 42.39 | - |
| YUV | 142.06 | 143.77 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 155 | 170 | 0.38 | 0.09 | 0 | 0.33 | 194.06 | 0.27 | 0.54 |
| Hex | 6A | 9B | AA | 26 | 9 | 0 | 21 | C2 | 1B | 36 |
| Octal | 152 | 233 | 252 | 46 | 11 | 0 | 41 | 302 | 33 | 66 |
| Binary | 1101010 | 10011011 | 10101010 | 100110 | 1001 | 0 | 100001 | 11000010 | 11011 | 110110 |
Color Harmonies of #6A9BAA
Complementary color
Monochromatic Colors of #6A9BAA
Black with #6A9BAA
Text Example
Text Example
White with #6A9BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9BAA; }
p { color: rgb(106,155,170); }
H1.HeaderClassName
{
color: #6A9BAA;
}
.AnyTagClassName
{
color: #6A9BAA;
}
</style>
background-color css
<style>
a { background-color: #6A9BAA; }
a { background-color: rgb(106,155,170); }
div.DivClassName
{
background-color: #6A9BAA;
}
.BgClassName
{
background-color: #6A9BAA;
}
</style>
border-color css
<style>
span { border-color: #6A9BAA; }
span { border-color: rgb(106,155,170); }
td.TdClassName
{
border-color: #6A9BAA;
}
.TagClassName
{
border-color: #6A9BAA;
}
</style>