Shades of Shakespeare #6C9AAB
Tints of Shakespeare #6C9AAB
RGB
CMYK
RGB Variations
Color information
#6C9AAB (or 0x6C9AAB) is known color: Shakespeare. HEX triplet: 6C, 9A and AB. RGB value is (108,154,171). Sum of RGB (Red+Green+Blue) = 108+154+171=433 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.94% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C9AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9AAB is #936554. Grayscale: #8E8E8E. Windows color (decimal): -9659733 or 11246188. OLE color: 11246188.
HSL color Cylindrical-coordinate representation of color #6C9AAB: hue angle of 196.19º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C9AAB is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 154 | 171 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.33 |
| HSL | 196.19º | 0.27% | 0.55% | - |
| HSV(B) | 196.19º | 0.37% | 0.67% | - |
| XYZ | 25.09 | 29.24 | 42.85 | - |
| YUV | 142.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 154 | 171 | 0.37 | 0.10 | 0 | 0.33 | 196.19 | 0.27 | 0.55 |
| Hex | 6C | 9A | AB | 25 | A | 0 | 21 | C4 | 1B | 37 |
| Octal | 154 | 232 | 253 | 45 | 12 | 0 | 41 | 304 | 33 | 67 |
| Binary | 1101100 | 10011010 | 10101011 | 100101 | 1010 | 0 | 100001 | 11000100 | 11011 | 110111 |
Color Harmonies of #6C9AAB
Complementary color
Monochromatic Colors of #6C9AAB
Black with #6C9AAB
Text Example
Text Example
White with #6C9AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9AAB; }
p { color: rgb(108,154,171); }
H1.HeaderClassName
{
color: #6C9AAB;
}
.AnyTagClassName
{
color: #6C9AAB;
}
</style>
background-color css
<style>
a { background-color: #6C9AAB; }
a { background-color: rgb(108,154,171); }
div.DivClassName
{
background-color: #6C9AAB;
}
.BgClassName
{
background-color: #6C9AAB;
}
</style>
border-color css
<style>
span { border-color: #6C9AAB; }
span { border-color: rgb(108,154,171); }
td.TdClassName
{
border-color: #6C9AAB;
}
.TagClassName
{
border-color: #6C9AAB;
}
</style>