Shades of Shakespeare #6F9FBA
Tints of Shakespeare #6F9FBA
RGB
CMYK
RGB Variations
Color information
#6F9FBA (or 0x6F9FBA) is known color: Shakespeare. HEX triplet: 6F, 9F and BA. RGB value is (111,159,186). Sum of RGB (Red+Green+Blue) = 111+159+186=456 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.34% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F9FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9FBA is #906045. Grayscale: #939393. Windows color (decimal): -9461830 or 12230511. OLE color: 12230511.
HSL color Cylindrical-coordinate representation of color #6F9FBA: hue angle of 201.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 #6F9FBA is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 159 | 186 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.27 |
| HSL | 201.6º | 0.35% | 0.58% | - |
| HSV(B) | 201.6º | 0.4% | 0.73% | - |
| XYZ | 27.82 | 31.72 | 51.11 | - |
| YUV | 147.73 | 149.6 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 186 | 0.40 | 0.15 | 0 | 0.27 | 201.6 | 0.35 | 0.58 |
| Hex | 6F | 9F | BA | 28 | F | 0 | 1B | CA | 23 | 3A |
| Octal | 157 | 237 | 272 | 50 | 17 | 0 | 33 | 312 | 43 | 72 |
| Binary | 1101111 | 10011111 | 10111010 | 101000 | 1111 | 0 | 11011 | 11001010 | 100011 | 111010 |
Color Harmonies of #6F9FBA
Complementary color
Monochromatic Colors of #6F9FBA
Black with #6F9FBA
Text Example
Text Example
White with #6F9FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9FBA; }
p { color: rgb(111,159,186); }
H1.HeaderClassName
{
color: #6F9FBA;
}
.AnyTagClassName
{
color: #6F9FBA;
}
</style>
background-color css
<style>
a { background-color: #6F9FBA; }
a { background-color: rgb(111,159,186); }
div.DivClassName
{
background-color: #6F9FBA;
}
.BgClassName
{
background-color: #6F9FBA;
}
</style>
border-color css
<style>
span { border-color: #6F9FBA; }
span { border-color: rgb(111,159,186); }
td.TdClassName
{
border-color: #6F9FBA;
}
.TagClassName
{
border-color: #6F9FBA;
}
</style>