Shades of Shakespeare #6F94BA
Tints of Shakespeare #6F94BA
RGB
CMYK
RGB Variations
Color information
#6F94BA (or 0x6F94BA) is known color: Shakespeare. HEX triplet: 6F, 94 and BA. RGB value is (111,148,186). Sum of RGB (Red+Green+Blue) = 111+148+186=445 (58% of max value = 765). Red value is 111 (43.75% from 255 or 24.94% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F94BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F94BA is #906B45. Grayscale: #8D8D8D. Windows color (decimal): -9464646 or 12227695. OLE color: 12227695.
HSL color Cylindrical-coordinate representation of color #6F94BA: hue angle of 210.4º 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 #6F94BA is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 148 | 186 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.27 |
| HSL | 210.4º | 0.35% | 0.58% | - |
| HSV(B) | 210.4º | 0.4% | 0.73% | - |
| XYZ | 26.01 | 28.1 | 50.51 | - |
| YUV | 141.27 | 153.24 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 148 | 186 | 0.40 | 0.20 | 0 | 0.27 | 210.4 | 0.35 | 0.58 |
| Hex | 6F | 94 | BA | 28 | 14 | 0 | 1B | D2 | 23 | 3A |
| Octal | 157 | 224 | 272 | 50 | 24 | 0 | 33 | 322 | 43 | 72 |
| Binary | 1101111 | 10010100 | 10111010 | 101000 | 10100 | 0 | 11011 | 11010010 | 100011 | 111010 |
Color Harmonies of #6F94BA
Complementary color
Monochromatic Colors of #6F94BA
Black with #6F94BA
Text Example
Text Example
White with #6F94BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F94BA; }
p { color: rgb(111,148,186); }
H1.HeaderClassName
{
color: #6F94BA;
}
.AnyTagClassName
{
color: #6F94BA;
}
</style>
background-color css
<style>
a { background-color: #6F94BA; }
a { background-color: rgb(111,148,186); }
div.DivClassName
{
background-color: #6F94BA;
}
.BgClassName
{
background-color: #6F94BA;
}
</style>
border-color css
<style>
span { border-color: #6F94BA; }
span { border-color: rgb(111,148,186); }
td.TdClassName
{
border-color: #6F94BA;
}
.TagClassName
{
border-color: #6F94BA;
}
</style>