Shades of Shakespeare #6EA3BF
Tints of Shakespeare #6EA3BF
RGB
CMYK
RGB Variations
Color information
#6EA3BF (or 0x6EA3BF) is known color: Shakespeare. HEX triplet: 6E, A3 and BF. RGB value is (110,163,191). Sum of RGB (Red+Green+Blue) = 110+163+191=464 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.71% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #6EA3BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA3BF is #915C40. Grayscale: #969696. Windows color (decimal): -9526337 or 12559214. OLE color: 12559214.
HSL color Cylindrical-coordinate representation of color #6EA3BF: hue angle of 200.74º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EA3BF is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 163 | 191 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.25 |
| HSL | 200.74º | 0.39% | 0.59% | - |
| HSV(B) | 200.74º | 0.42% | 0.75% | - |
| XYZ | 28.93 | 33.27 | 54.19 | - |
| YUV | 150.35 | 150.94 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 163 | 191 | 0.42 | 0.15 | 0 | 0.25 | 200.74 | 0.39 | 0.59 |
| Hex | 6E | A3 | BF | 2A | F | 0 | 19 | C9 | 27 | 3B |
| Octal | 156 | 243 | 277 | 52 | 17 | 0 | 31 | 311 | 47 | 73 |
| Binary | 1101110 | 10100011 | 10111111 | 101010 | 1111 | 0 | 11001 | 11001001 | 100111 | 111011 |
Color Harmonies of #6EA3BF
Complementary color
Monochromatic Colors of #6EA3BF
Black with #6EA3BF
Text Example
Text Example
White with #6EA3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA3BF; }
p { color: rgb(110,163,191); }
H1.HeaderClassName
{
color: #6EA3BF;
}
.AnyTagClassName
{
color: #6EA3BF;
}
</style>
background-color css
<style>
a { background-color: #6EA3BF; }
a { background-color: rgb(110,163,191); }
div.DivClassName
{
background-color: #6EA3BF;
}
.BgClassName
{
background-color: #6EA3BF;
}
</style>
border-color css
<style>
span { border-color: #6EA3BF; }
span { border-color: rgb(110,163,191); }
td.TdClassName
{
border-color: #6EA3BF;
}
.TagClassName
{
border-color: #6EA3BF;
}
</style>