Shades of Shakespeare #6F95BE
Tints of Shakespeare #6F95BE
RGB
CMYK
RGB Variations
Color information
#6F95BE (or 0x6F95BE) is known color: Shakespeare. HEX triplet: 6F, 95 and BE. RGB value is (111,149,190). Sum of RGB (Red+Green+Blue) = 111+149+190=450 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.67% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F95BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F95BE is #906A41. Grayscale: #8E8E8E. Windows color (decimal): -9464386 or 12490095. OLE color: 12490095.
HSL color Cylindrical-coordinate representation of color #6F95BE: hue angle of 211.14º degrees, saturation: 0.38, 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 #6F95BE is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 149 | 190 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.25 |
| HSL | 211.14º | 0.38% | 0.59% | - |
| HSV(B) | 211.14º | 0.42% | 0.75% | - |
| XYZ | 26.6 | 28.59 | 52.83 | - |
| YUV | 142.31 | 154.91 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 149 | 190 | 0.42 | 0.22 | 0 | 0.25 | 211.14 | 0.38 | 0.59 |
| Hex | 6F | 95 | BE | 2A | 16 | 0 | 19 | D3 | 26 | 3B |
| Octal | 157 | 225 | 276 | 52 | 26 | 0 | 31 | 323 | 46 | 73 |
| Binary | 1101111 | 10010101 | 10111110 | 101010 | 10110 | 0 | 11001 | 11010011 | 100110 | 111011 |
Color Harmonies of #6F95BE
Complementary color
Monochromatic Colors of #6F95BE
Black with #6F95BE
Text Example
Text Example
White with #6F95BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F95BE; }
p { color: rgb(111,149,190); }
H1.HeaderClassName
{
color: #6F95BE;
}
.AnyTagClassName
{
color: #6F95BE;
}
</style>
background-color css
<style>
a { background-color: #6F95BE; }
a { background-color: rgb(111,149,190); }
div.DivClassName
{
background-color: #6F95BE;
}
.BgClassName
{
background-color: #6F95BE;
}
</style>
border-color css
<style>
span { border-color: #6F95BE; }
span { border-color: rgb(111,149,190); }
td.TdClassName
{
border-color: #6F95BE;
}
.TagClassName
{
border-color: #6F95BE;
}
</style>