Shades of Shakespeare #6EA2BD
Tints of Shakespeare #6EA2BD
RGB
CMYK
RGB Variations
Color information
#6EA2BD (or 0x6EA2BD) is known color: Shakespeare. HEX triplet: 6E, A2 and BD. RGB value is (110,162,189). Sum of RGB (Red+Green+Blue) = 110+162+189=461 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.86% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #6EA2BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA2BD is #915D42. Grayscale: #959595. Windows color (decimal): -9526595 or 12427886. OLE color: 12427886.
HSL color Cylindrical-coordinate representation of color #6EA2BD: hue angle of 200.51º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EA2BD is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 162 | 189 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.26 |
| HSL | 200.51º | 0.37% | 0.59% | - |
| HSV(B) | 200.51º | 0.42% | 0.74% | - |
| XYZ | 28.54 | 32.83 | 52.98 | - |
| YUV | 149.53 | 150.27 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 162 | 189 | 0.42 | 0.14 | 0 | 0.26 | 200.51 | 0.37 | 0.59 |
| Hex | 6E | A2 | BD | 2A | E | 0 | 1A | C9 | 25 | 3B |
| Octal | 156 | 242 | 275 | 52 | 16 | 0 | 32 | 311 | 45 | 73 |
| Binary | 1101110 | 10100010 | 10111101 | 101010 | 1110 | 0 | 11010 | 11001001 | 100101 | 111011 |
Color Harmonies of #6EA2BD
Complementary color
Monochromatic Colors of #6EA2BD
Black with #6EA2BD
Text Example
Text Example
White with #6EA2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA2BD; }
p { color: rgb(110,162,189); }
H1.HeaderClassName
{
color: #6EA2BD;
}
.AnyTagClassName
{
color: #6EA2BD;
}
</style>
background-color css
<style>
a { background-color: #6EA2BD; }
a { background-color: rgb(110,162,189); }
div.DivClassName
{
background-color: #6EA2BD;
}
.BgClassName
{
background-color: #6EA2BD;
}
</style>
border-color css
<style>
span { border-color: #6EA2BD; }
span { border-color: rgb(110,162,189); }
td.TdClassName
{
border-color: #6EA2BD;
}
.TagClassName
{
border-color: #6EA2BD;
}
</style>