Shades of Shakespeare #6F9BAE
Tints of Shakespeare #6F9BAE
RGB
CMYK
RGB Variations
Color information
#6F9BAE (or 0x6F9BAE) is known color: Shakespeare. HEX triplet: 6F, 9B and AE. RGB value is (111,155,174). Sum of RGB (Red+Green+Blue) = 111+155+174=440 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.23% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F9BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9BAE is #906451. Grayscale: #8F8F8F. Windows color (decimal): -9462866 or 11443055. OLE color: 11443055.
HSL color Cylindrical-coordinate representation of color #6F9BAE: hue angle of 198.1º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F9BAE is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 155 | 174 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.32 |
| HSL | 198.1º | 0.28% | 0.56% | - |
| HSV(B) | 198.1º | 0.36% | 0.68% | - |
| XYZ | 25.92 | 29.88 | 44.45 | - |
| YUV | 144.01 | 144.92 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 155 | 174 | 0.36 | 0.11 | 0 | 0.32 | 198.1 | 0.28 | 0.56 |
| Hex | 6F | 9B | AE | 24 | B | 0 | 20 | C6 | 1C | 38 |
| Octal | 157 | 233 | 256 | 44 | 13 | 0 | 40 | 306 | 34 | 70 |
| Binary | 1101111 | 10011011 | 10101110 | 100100 | 1011 | 0 | 100000 | 11000110 | 11100 | 111000 |
Color Harmonies of #6F9BAE
Complementary color
Monochromatic Colors of #6F9BAE
Black with #6F9BAE
Text Example
Text Example
White with #6F9BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9BAE; }
p { color: rgb(111,155,174); }
H1.HeaderClassName
{
color: #6F9BAE;
}
.AnyTagClassName
{
color: #6F9BAE;
}
</style>
background-color css
<style>
a { background-color: #6F9BAE; }
a { background-color: rgb(111,155,174); }
div.DivClassName
{
background-color: #6F9BAE;
}
.BgClassName
{
background-color: #6F9BAE;
}
</style>
border-color css
<style>
span { border-color: #6F9BAE; }
span { border-color: rgb(111,155,174); }
td.TdClassName
{
border-color: #6F9BAE;
}
.TagClassName
{
border-color: #6F9BAE;
}
</style>