Shades of Shakespeare #6B96BF
Tints of Shakespeare #6B96BF
RGB
CMYK
RGB Variations
Color information
#6B96BF (or 0x6B96BF) is known color: Shakespeare. HEX triplet: 6B, 96 and BF. RGB value is (107,150,191). Sum of RGB (Red+Green+Blue) = 107+150+191=448 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.88% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B96BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B96BF is #946940. Grayscale: #8D8D8D. Windows color (decimal): -9726273 or 12555883. OLE color: 12555883.
HSL color Cylindrical-coordinate representation of color #6B96BF: hue angle of 209.29º degrees, saturation: 0.4, 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 #6B96BF is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 150 | 191 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.25 |
| HSL | 209.29º | 0.4% | 0.58% | - |
| HSV(B) | 209.29º | 0.44% | 0.75% | - |
| XYZ | 26.37 | 28.7 | 53.44 | - |
| YUV | 141.82 | 155.75 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 150 | 191 | 0.44 | 0.21 | 0 | 0.25 | 209.29 | 0.4 | 0.58 |
| Hex | 6B | 96 | BF | 2C | 15 | 0 | 19 | D1 | 28 | 3A |
| Octal | 153 | 226 | 277 | 54 | 25 | 0 | 31 | 321 | 50 | 72 |
| Binary | 1101011 | 10010110 | 10111111 | 101100 | 10101 | 0 | 11001 | 11010001 | 101000 | 111010 |
Color Harmonies of #6B96BF
Complementary color
Monochromatic Colors of #6B96BF
Black with #6B96BF
Text Example
Text Example
White with #6B96BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B96BF; }
p { color: rgb(107,150,191); }
H1.HeaderClassName
{
color: #6B96BF;
}
.AnyTagClassName
{
color: #6B96BF;
}
</style>
background-color css
<style>
a { background-color: #6B96BF; }
a { background-color: rgb(107,150,191); }
div.DivClassName
{
background-color: #6B96BF;
}
.BgClassName
{
background-color: #6B96BF;
}
</style>
border-color css
<style>
span { border-color: #6B96BF; }
span { border-color: rgb(107,150,191); }
td.TdClassName
{
border-color: #6B96BF;
}
.TagClassName
{
border-color: #6B96BF;
}
</style>