Shades of Shakespeare #6F96BE
Tints of Shakespeare #6F96BE
RGB
CMYK
RGB Variations
Color information
#6F96BE (or 0x6F96BE) is known color: Shakespeare. HEX triplet: 6F, 96 and BE. RGB value is (111,150,190). Sum of RGB (Red+Green+Blue) = 111+150+190=451 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.61% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F96BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F96BE is #906941. Grayscale: #8E8E8E. Windows color (decimal): -9464130 or 12490351. OLE color: 12490351.
HSL color Cylindrical-coordinate representation of color #6F96BE: hue angle of 210.38º 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 #6F96BE is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 150 | 190 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.25 |
| HSL | 210.38º | 0.38% | 0.59% | - |
| HSV(B) | 210.38º | 0.42% | 0.75% | - |
| XYZ | 26.76 | 28.91 | 52.89 | - |
| YUV | 142.9 | 154.58 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 150 | 190 | 0.42 | 0.21 | 0 | 0.25 | 210.38 | 0.38 | 0.59 |
| Hex | 6F | 96 | BE | 2A | 15 | 0 | 19 | D2 | 26 | 3B |
| Octal | 157 | 226 | 276 | 52 | 25 | 0 | 31 | 322 | 46 | 73 |
| Binary | 1101111 | 10010110 | 10111110 | 101010 | 10101 | 0 | 11001 | 11010010 | 100110 | 111011 |
Color Harmonies of #6F96BE
Complementary color
Monochromatic Colors of #6F96BE
Black with #6F96BE
Text Example
Text Example
White with #6F96BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F96BE; }
p { color: rgb(111,150,190); }
H1.HeaderClassName
{
color: #6F96BE;
}
.AnyTagClassName
{
color: #6F96BE;
}
</style>
background-color css
<style>
a { background-color: #6F96BE; }
a { background-color: rgb(111,150,190); }
div.DivClassName
{
background-color: #6F96BE;
}
.BgClassName
{
background-color: #6F96BE;
}
</style>
border-color css
<style>
span { border-color: #6F96BE; }
span { border-color: rgb(111,150,190); }
td.TdClassName
{
border-color: #6F96BE;
}
.TagClassName
{
border-color: #6F96BE;
}
</style>