Shades of Shakespeare #6B9BBB
Tints of Shakespeare #6B9BBB
RGB
CMYK
RGB Variations
Color information
#6B9BBB (or 0x6B9BBB) is known color: Shakespeare. HEX triplet: 6B, 9B and BB. RGB value is (107,155,187). Sum of RGB (Red+Green+Blue) = 107+155+187=449 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.83% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #6B9BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9BBB is #946444. Grayscale: #909090. Windows color (decimal): -9724997 or 12295019. OLE color: 12295019.
HSL color Cylindrical-coordinate representation of color #6B9BBB: hue angle of 204º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B9BBB is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 155 | 187 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.27 |
| HSL | 204º | 0.37% | 0.58% | - |
| HSV(B) | 204º | 0.43% | 0.73% | - |
| XYZ | 26.75 | 30.16 | 51.42 | - |
| YUV | 144.3 | 152.1 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 155 | 187 | 0.43 | 0.17 | 0 | 0.27 | 204 | 0.37 | 0.58 |
| Hex | 6B | 9B | BB | 2B | 11 | 0 | 1B | CC | 25 | 3A |
| Octal | 153 | 233 | 273 | 53 | 21 | 0 | 33 | 314 | 45 | 72 |
| Binary | 1101011 | 10011011 | 10111011 | 101011 | 10001 | 0 | 11011 | 11001100 | 100101 | 111010 |
Color Harmonies of #6B9BBB
Complementary color
Monochromatic Colors of #6B9BBB
Black with #6B9BBB
Text Example
Text Example
White with #6B9BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9BBB; }
p { color: rgb(107,155,187); }
H1.HeaderClassName
{
color: #6B9BBB;
}
.AnyTagClassName
{
color: #6B9BBB;
}
</style>
background-color css
<style>
a { background-color: #6B9BBB; }
a { background-color: rgb(107,155,187); }
div.DivClassName
{
background-color: #6B9BBB;
}
.BgClassName
{
background-color: #6B9BBB;
}
</style>
border-color css
<style>
span { border-color: #6B9BBB; }
span { border-color: rgb(107,155,187); }
td.TdClassName
{
border-color: #6B9BBB;
}
.TagClassName
{
border-color: #6B9BBB;
}
</style>