Shades of Shakespeare #6EA0BC
Tints of Shakespeare #6EA0BC
RGB
CMYK
RGB Variations
Color information
#6EA0BC (or 0x6EA0BC) is known color: Shakespeare. HEX triplet: 6E, A0 and BC. RGB value is (110,160,188). Sum of RGB (Red+Green+Blue) = 110+160+188=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #6EA0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA0BC is #915F43. Grayscale: #949494. Windows color (decimal): -9527108 or 12361838. OLE color: 12361838.
HSL color Cylindrical-coordinate representation of color #6EA0BC: hue angle of 201.54º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EA0BC is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 160 | 188 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.26 |
| HSL | 201.54º | 0.37% | 0.58% | - |
| HSV(B) | 201.54º | 0.41% | 0.74% | - |
| XYZ | 28.08 | 32.09 | 52.29 | - |
| YUV | 148.24 | 150.44 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 160 | 188 | 0.41 | 0.15 | 0 | 0.26 | 201.54 | 0.37 | 0.58 |
| Hex | 6E | A0 | BC | 29 | F | 0 | 1A | CA | 25 | 3A |
| Octal | 156 | 240 | 274 | 51 | 17 | 0 | 32 | 312 | 45 | 72 |
| Binary | 1101110 | 10100000 | 10111100 | 101001 | 1111 | 0 | 11010 | 11001010 | 100101 | 111010 |
Color Harmonies of #6EA0BC
Complementary color
Monochromatic Colors of #6EA0BC
Black with #6EA0BC
Text Example
Text Example
White with #6EA0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA0BC; }
p { color: rgb(110,160,188); }
H1.HeaderClassName
{
color: #6EA0BC;
}
.AnyTagClassName
{
color: #6EA0BC;
}
</style>
background-color css
<style>
a { background-color: #6EA0BC; }
a { background-color: rgb(110,160,188); }
div.DivClassName
{
background-color: #6EA0BC;
}
.BgClassName
{
background-color: #6EA0BC;
}
</style>
border-color css
<style>
span { border-color: #6EA0BC; }
span { border-color: rgb(110,160,188); }
td.TdClassName
{
border-color: #6EA0BC;
}
.TagClassName
{
border-color: #6EA0BC;
}
</style>