Shades of Shakespeare #6B9BBE
Tints of Shakespeare #6B9BBE
RGB
CMYK
RGB Variations
Color information
#6B9BBE (or 0x6B9BBE) is known color: Shakespeare. HEX triplet: 6B, 9B and BE. RGB value is (107,155,190). Sum of RGB (Red+Green+Blue) = 107+155+190=452 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.67% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B9BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9BBE is #946441. Grayscale: #909090. Windows color (decimal): -9724994 or 12491627. OLE color: 12491627.
HSL color Cylindrical-coordinate representation of color #6B9BBE: hue angle of 205.3º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B9BBE is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 155 | 190 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.25 |
| HSL | 205.3º | 0.39% | 0.58% | - |
| HSV(B) | 205.3º | 0.44% | 0.75% | - |
| XYZ | 27.08 | 30.29 | 53.13 | - |
| YUV | 144.64 | 153.6 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 155 | 190 | 0.44 | 0.18 | 0 | 0.25 | 205.3 | 0.39 | 0.58 |
| Hex | 6B | 9B | BE | 2C | 12 | 0 | 19 | CD | 27 | 3A |
| Octal | 153 | 233 | 276 | 54 | 22 | 0 | 31 | 315 | 47 | 72 |
| Binary | 1101011 | 10011011 | 10111110 | 101100 | 10010 | 0 | 11001 | 11001101 | 100111 | 111010 |
Color Harmonies of #6B9BBE
Complementary color
Monochromatic Colors of #6B9BBE
Black with #6B9BBE
Text Example
Text Example
White with #6B9BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9BBE; }
p { color: rgb(107,155,190); }
H1.HeaderClassName
{
color: #6B9BBE;
}
.AnyTagClassName
{
color: #6B9BBE;
}
</style>
background-color css
<style>
a { background-color: #6B9BBE; }
a { background-color: rgb(107,155,190); }
div.DivClassName
{
background-color: #6B9BBE;
}
.BgClassName
{
background-color: #6B9BBE;
}
</style>
border-color css
<style>
span { border-color: #6B9BBE; }
span { border-color: rgb(107,155,190); }
td.TdClassName
{
border-color: #6B9BBE;
}
.TagClassName
{
border-color: #6B9BBE;
}
</style>