Shades of Shakespeare #6F95BA
Tints of Shakespeare #6F95BA
RGB
CMYK
RGB Variations
Color information
#6F95BA (or 0x6F95BA) is known color: Shakespeare. HEX triplet: 6F, 95 and BA. RGB value is (111,149,186). Sum of RGB (Red+Green+Blue) = 111+149+186=446 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.89% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F95BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F95BA is #906A45. Grayscale: #8D8D8D. Windows color (decimal): -9464390 or 12227951. OLE color: 12227951.
HSL color Cylindrical-coordinate representation of color #6F95BA: hue angle of 209.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F95BA is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 149 | 186 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.27 |
| HSL | 209.6º | 0.35% | 0.58% | - |
| HSV(B) | 209.6º | 0.4% | 0.73% | - |
| XYZ | 26.17 | 28.42 | 50.56 | - |
| YUV | 141.86 | 152.91 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 149 | 186 | 0.40 | 0.20 | 0 | 0.27 | 209.6 | 0.35 | 0.58 |
| Hex | 6F | 95 | BA | 28 | 14 | 0 | 1B | D2 | 23 | 3A |
| Octal | 157 | 225 | 272 | 50 | 24 | 0 | 33 | 322 | 43 | 72 |
| Binary | 1101111 | 10010101 | 10111010 | 101000 | 10100 | 0 | 11011 | 11010010 | 100011 | 111010 |
Color Harmonies of #6F95BA
Complementary color
Monochromatic Colors of #6F95BA
Black with #6F95BA
Text Example
Text Example
White with #6F95BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F95BA; }
p { color: rgb(111,149,186); }
H1.HeaderClassName
{
color: #6F95BA;
}
.AnyTagClassName
{
color: #6F95BA;
}
</style>
background-color css
<style>
a { background-color: #6F95BA; }
a { background-color: rgb(111,149,186); }
div.DivClassName
{
background-color: #6F95BA;
}
.BgClassName
{
background-color: #6F95BA;
}
</style>
border-color css
<style>
span { border-color: #6F95BA; }
span { border-color: rgb(111,149,186); }
td.TdClassName
{
border-color: #6F95BA;
}
.TagClassName
{
border-color: #6F95BA;
}
</style>