Shades of Shakespeare #6F9BAB
Tints of Shakespeare #6F9BAB
RGB
CMYK
RGB Variations
Color information
#6F9BAB (or 0x6F9BAB) is known color: Shakespeare. HEX triplet: 6F, 9B and AB. RGB value is (111,155,171). Sum of RGB (Red+Green+Blue) = 111+155+171=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F9BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9BAB is #906454. Grayscale: #8F8F8F. Windows color (decimal): -9462869 or 11246447. OLE color: 11246447.
HSL color Cylindrical-coordinate representation of color #6F9BAB: hue angle of 196º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F9BAB is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 155 | 171 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.33 |
| HSL | 196º | 0.26% | 0.55% | - |
| HSV(B) | 196º | 0.35% | 0.67% | - |
| XYZ | 25.63 | 29.76 | 42.92 | - |
| YUV | 143.67 | 143.42 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 155 | 171 | 0.35 | 0.09 | 0 | 0.33 | 196 | 0.26 | 0.55 |
| Hex | 6F | 9B | AB | 23 | 9 | 0 | 21 | C4 | 1A | 37 |
| Octal | 157 | 233 | 253 | 43 | 11 | 0 | 41 | 304 | 32 | 67 |
| Binary | 1101111 | 10011011 | 10101011 | 100011 | 1001 | 0 | 100001 | 11000100 | 11010 | 110111 |
Color Harmonies of #6F9BAB
Complementary color
Monochromatic Colors of #6F9BAB
Black with #6F9BAB
Text Example
Text Example
White with #6F9BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9BAB; }
p { color: rgb(111,155,171); }
H1.HeaderClassName
{
color: #6F9BAB;
}
.AnyTagClassName
{
color: #6F9BAB;
}
</style>
background-color css
<style>
a { background-color: #6F9BAB; }
a { background-color: rgb(111,155,171); }
div.DivClassName
{
background-color: #6F9BAB;
}
.BgClassName
{
background-color: #6F9BAB;
}
</style>
border-color css
<style>
span { border-color: #6F9BAB; }
span { border-color: rgb(111,155,171); }
td.TdClassName
{
border-color: #6F9BAB;
}
.TagClassName
{
border-color: #6F9BAB;
}
</style>