Shades of Shakespeare #6E91B5
Tints of Shakespeare #6E91B5
RGB
CMYK
RGB Variations
Color information
#6E91B5 (or 0x6E91B5) is known color: Shakespeare. HEX triplet: 6E, 91 and B5. RGB value is (110,145,181). Sum of RGB (Red+Green+Blue) = 110+145+181=436 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.23% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 181 - color contains mainly: blue. Hex color #6E91B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E91B5 is #916E4A. Grayscale: #8A8A8A. Windows color (decimal): -9530955 or 11899246. OLE color: 11899246.
HSL color Cylindrical-coordinate representation of color #6E91B5: hue angle of 210.42º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E91B5 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 145 | 181 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.29 |
| HSL | 210.42º | 0.32% | 0.57% | - |
| HSV(B) | 210.42º | 0.39% | 0.71% | - |
| XYZ | 24.9 | 26.9 | 47.6 | - |
| YUV | 138.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 181 | 0.39 | 0.20 | 0 | 0.29 | 210.42 | 0.32 | 0.57 |
| Hex | 6E | 91 | B5 | 27 | 14 | 0 | 1D | D2 | 20 | 39 |
| Octal | 156 | 221 | 265 | 47 | 24 | 0 | 35 | 322 | 40 | 71 |
| Binary | 1101110 | 10010001 | 10110101 | 100111 | 10100 | 0 | 11101 | 11010010 | 100000 | 111001 |
Color Harmonies of #6E91B5
Complementary color
Monochromatic Colors of #6E91B5
Black with #6E91B5
Text Example
Text Example
White with #6E91B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E91B5; }
p { color: rgb(110,145,181); }
H1.HeaderClassName
{
color: #6E91B5;
}
.AnyTagClassName
{
color: #6E91B5;
}
</style>
background-color css
<style>
a { background-color: #6E91B5; }
a { background-color: rgb(110,145,181); }
div.DivClassName
{
background-color: #6E91B5;
}
.BgClassName
{
background-color: #6E91B5;
}
</style>
border-color css
<style>
span { border-color: #6E91B5; }
span { border-color: rgb(110,145,181); }
td.TdClassName
{
border-color: #6E91B5;
}
.TagClassName
{
border-color: #6E91B5;
}
</style>