Shades of Shakespeare #6F9DBB
Tints of Shakespeare #6F9DBB
RGB
CMYK
RGB Variations
Color information
#6F9DBB (or 0x6F9DBB) is known color: Shakespeare. HEX triplet: 6F, 9D and BB. RGB value is (111,157,187). Sum of RGB (Red+Green+Blue) = 111+157+187=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F9DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9DBB is #906244. Grayscale: #929292. Windows color (decimal): -9462341 or 12295535. OLE color: 12295535.
HSL color Cylindrical-coordinate representation of color #6F9DBB: hue angle of 203.68º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F9DBB is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 157 | 187 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.27 |
| HSL | 203.68º | 0.36% | 0.58% | - |
| HSV(B) | 203.68º | 0.41% | 0.73% | - |
| XYZ | 27.58 | 31.08 | 51.56 | - |
| YUV | 146.67 | 150.76 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 157 | 187 | 0.41 | 0.16 | 0 | 0.27 | 203.68 | 0.36 | 0.58 |
| Hex | 6F | 9D | BB | 29 | 10 | 0 | 1B | CC | 24 | 3A |
| Octal | 157 | 235 | 273 | 51 | 20 | 0 | 33 | 314 | 44 | 72 |
| Binary | 1101111 | 10011101 | 10111011 | 101001 | 10000 | 0 | 11011 | 11001100 | 100100 | 111010 |
Color Harmonies of #6F9DBB
Complementary color
Monochromatic Colors of #6F9DBB
Black with #6F9DBB
Text Example
Text Example
White with #6F9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9DBB; }
p { color: rgb(111,157,187); }
H1.HeaderClassName
{
color: #6F9DBB;
}
.AnyTagClassName
{
color: #6F9DBB;
}
</style>
background-color css
<style>
a { background-color: #6F9DBB; }
a { background-color: rgb(111,157,187); }
div.DivClassName
{
background-color: #6F9DBB;
}
.BgClassName
{
background-color: #6F9DBB;
}
</style>
border-color css
<style>
span { border-color: #6F9DBB; }
span { border-color: rgb(111,157,187); }
td.TdClassName
{
border-color: #6F9DBB;
}
.TagClassName
{
border-color: #6F9DBB;
}
</style>