Shades of Shakespeare #6E9DBA
Tints of Shakespeare #6E9DBA
RGB
CMYK
RGB Variations
Color information
#6E9DBA (or 0x6E9DBA) is known color: Shakespeare. HEX triplet: 6E, 9D and BA. RGB value is (110,157,186). Sum of RGB (Red+Green+Blue) = 110+157+186=453 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.28% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E9DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9DBA is #916245. Grayscale: #929292. Windows color (decimal): -9527878 or 12229998. OLE color: 12229998.
HSL color Cylindrical-coordinate representation of color #6E9DBA: hue angle of 202.89º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E9DBA is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 157 | 186 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.27 |
| HSL | 202.89º | 0.36% | 0.58% | - |
| HSV(B) | 202.89º | 0.41% | 0.73% | - |
| XYZ | 27.35 | 30.97 | 50.99 | - |
| YUV | 146.25 | 150.43 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 157 | 186 | 0.41 | 0.16 | 0 | 0.27 | 202.89 | 0.36 | 0.58 |
| Hex | 6E | 9D | BA | 29 | 10 | 0 | 1B | CB | 24 | 3A |
| Octal | 156 | 235 | 272 | 51 | 20 | 0 | 33 | 313 | 44 | 72 |
| Binary | 1101110 | 10011101 | 10111010 | 101001 | 10000 | 0 | 11011 | 11001011 | 100100 | 111010 |
Color Harmonies of #6E9DBA
Complementary color
Monochromatic Colors of #6E9DBA
Black with #6E9DBA
Text Example
Text Example
White with #6E9DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9DBA; }
p { color: rgb(110,157,186); }
H1.HeaderClassName
{
color: #6E9DBA;
}
.AnyTagClassName
{
color: #6E9DBA;
}
</style>
background-color css
<style>
a { background-color: #6E9DBA; }
a { background-color: rgb(110,157,186); }
div.DivClassName
{
background-color: #6E9DBA;
}
.BgClassName
{
background-color: #6E9DBA;
}
</style>
border-color css
<style>
span { border-color: #6E9DBA; }
span { border-color: rgb(110,157,186); }
td.TdClassName
{
border-color: #6E9DBA;
}
.TagClassName
{
border-color: #6E9DBA;
}
</style>