Shades of Shakespeare #6EA3BD
Tints of Shakespeare #6EA3BD
RGB
CMYK
RGB Variations
Color information
#6EA3BD (or 0x6EA3BD) is known color: Shakespeare. HEX triplet: 6E, A3 and BD. RGB value is (110,163,189). Sum of RGB (Red+Green+Blue) = 110+163+189=462 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.81% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #6EA3BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA3BD is #915C42. Grayscale: #959595. Windows color (decimal): -9526339 or 12428142. OLE color: 12428142.
HSL color Cylindrical-coordinate representation of color #6EA3BD: hue angle of 199.75º 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 #6EA3BD is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 163 | 189 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.26 |
| HSL | 199.75º | 0.37% | 0.59% | - |
| HSV(B) | 199.75º | 0.42% | 0.74% | - |
| XYZ | 28.71 | 33.18 | 53.04 | - |
| YUV | 150.12 | 149.94 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 163 | 189 | 0.42 | 0.14 | 0 | 0.26 | 199.75 | 0.37 | 0.59 |
| Hex | 6E | A3 | BD | 2A | E | 0 | 1A | C8 | 25 | 3B |
| Octal | 156 | 243 | 275 | 52 | 16 | 0 | 32 | 310 | 45 | 73 |
| Binary | 1101110 | 10100011 | 10111101 | 101010 | 1110 | 0 | 11010 | 11001000 | 100101 | 111011 |
Color Harmonies of #6EA3BD
Complementary color
Monochromatic Colors of #6EA3BD
Black with #6EA3BD
Text Example
Text Example
White with #6EA3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA3BD; }
p { color: rgb(110,163,189); }
H1.HeaderClassName
{
color: #6EA3BD;
}
.AnyTagClassName
{
color: #6EA3BD;
}
</style>
background-color css
<style>
a { background-color: #6EA3BD; }
a { background-color: rgb(110,163,189); }
div.DivClassName
{
background-color: #6EA3BD;
}
.BgClassName
{
background-color: #6EA3BD;
}
</style>
border-color css
<style>
span { border-color: #6EA3BD; }
span { border-color: rgb(110,163,189); }
td.TdClassName
{
border-color: #6EA3BD;
}
.TagClassName
{
border-color: #6EA3BD;
}
</style>