Shades of Shakespeare #6D9BBB
Tints of Shakespeare #6D9BBB
RGB
CMYK
RGB Variations
Color information
#6D9BBB (or 0x6D9BBB) is known color: Shakespeare. HEX triplet: 6D, 9B and BB. RGB value is (109,155,187). Sum of RGB (Red+Green+Blue) = 109+155+187=451 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.17% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D9BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9BBB is #926444. Grayscale: #909090. Windows color (decimal): -9593925 or 12295021. OLE color: 12295021.
HSL color Cylindrical-coordinate representation of color #6D9BBB: hue angle of 204.62º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D9BBB is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 155 | 187 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.27 |
| HSL | 204.62º | 0.36% | 0.58% | - |
| HSV(B) | 204.62º | 0.42% | 0.73% | - |
| XYZ | 27 | 30.28 | 51.44 | - |
| YUV | 144.89 | 151.76 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 155 | 187 | 0.42 | 0.17 | 0 | 0.27 | 204.62 | 0.36 | 0.58 |
| Hex | 6D | 9B | BB | 2A | 11 | 0 | 1B | CD | 24 | 3A |
| Octal | 155 | 233 | 273 | 52 | 21 | 0 | 33 | 315 | 44 | 72 |
| Binary | 1101101 | 10011011 | 10111011 | 101010 | 10001 | 0 | 11011 | 11001101 | 100100 | 111010 |
Color Harmonies of #6D9BBB
Complementary color
Monochromatic Colors of #6D9BBB
Black with #6D9BBB
Text Example
Text Example
White with #6D9BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9BBB; }
p { color: rgb(109,155,187); }
H1.HeaderClassName
{
color: #6D9BBB;
}
.AnyTagClassName
{
color: #6D9BBB;
}
</style>
background-color css
<style>
a { background-color: #6D9BBB; }
a { background-color: rgb(109,155,187); }
div.DivClassName
{
background-color: #6D9BBB;
}
.BgClassName
{
background-color: #6D9BBB;
}
</style>
border-color css
<style>
span { border-color: #6D9BBB; }
span { border-color: rgb(109,155,187); }
td.TdClassName
{
border-color: #6D9BBB;
}
.TagClassName
{
border-color: #6D9BBB;
}
</style>