Shades of Shakespeare #6E9AAC
Tints of Shakespeare #6E9AAC
RGB
CMYK
RGB Variations
Color information
#6E9AAC (or 0x6E9AAC) is known color: Shakespeare. HEX triplet: 6E, 9A and AC. RGB value is (110,154,172). Sum of RGB (Red+Green+Blue) = 110+154+172=436 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.23% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E9AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9AAC is #916553. Grayscale: #8E8E8E. Windows color (decimal): -9528660 or 11311726. OLE color: 11311726.
HSL color Cylindrical-coordinate representation of color #6E9AAC: hue angle of 197.42º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E9AAC is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 154 | 172 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.33 |
| HSL | 197.42º | 0.27% | 0.55% | - |
| HSV(B) | 197.42º | 0.36% | 0.67% | - |
| XYZ | 25.43 | 29.4 | 43.36 | - |
| YUV | 142.9 | 144.42 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 154 | 172 | 0.36 | 0.10 | 0 | 0.33 | 197.42 | 0.27 | 0.55 |
| Hex | 6E | 9A | AC | 24 | A | 0 | 21 | C5 | 1B | 37 |
| Octal | 156 | 232 | 254 | 44 | 12 | 0 | 41 | 305 | 33 | 67 |
| Binary | 1101110 | 10011010 | 10101100 | 100100 | 1010 | 0 | 100001 | 11000101 | 11011 | 110111 |
Color Harmonies of #6E9AAC
Complementary color
Monochromatic Colors of #6E9AAC
Black with #6E9AAC
Text Example
Text Example
White with #6E9AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9AAC; }
p { color: rgb(110,154,172); }
H1.HeaderClassName
{
color: #6E9AAC;
}
.AnyTagClassName
{
color: #6E9AAC;
}
</style>
background-color css
<style>
a { background-color: #6E9AAC; }
a { background-color: rgb(110,154,172); }
div.DivClassName
{
background-color: #6E9AAC;
}
.BgClassName
{
background-color: #6E9AAC;
}
</style>
border-color css
<style>
span { border-color: #6E9AAC; }
span { border-color: rgb(110,154,172); }
td.TdClassName
{
border-color: #6E9AAC;
}
.TagClassName
{
border-color: #6E9AAC;
}
</style>