Shades of Shakespeare #6B95BA
Tints of Shakespeare #6B95BA
RGB
CMYK
RGB Variations
Color information
#6B95BA (or 0x6B95BA) is known color: Shakespeare. HEX triplet: 6B, 95 and BA. RGB value is (107,149,186). Sum of RGB (Red+Green+Blue) = 107+149+186=442 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.21% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B95BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B95BA is #946A45. Grayscale: #8C8C8C. Windows color (decimal): -9726534 or 12227947. OLE color: 12227947.
HSL color Cylindrical-coordinate representation of color #6B95BA: hue angle of 208.1º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B95BA is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 149 | 186 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.27 |
| HSL | 208.1º | 0.36% | 0.57% | - |
| HSV(B) | 208.1º | 0.42% | 0.73% | - |
| XYZ | 25.67 | 28.17 | 50.54 | - |
| YUV | 140.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 149 | 186 | 0.42 | 0.20 | 0 | 0.27 | 208.1 | 0.36 | 0.57 |
| Hex | 6B | 95 | BA | 2A | 14 | 0 | 1B | D0 | 24 | 39 |
| Octal | 153 | 225 | 272 | 52 | 24 | 0 | 33 | 320 | 44 | 71 |
| Binary | 1101011 | 10010101 | 10111010 | 101010 | 10100 | 0 | 11011 | 11010000 | 100100 | 111001 |
Color Harmonies of #6B95BA
Complementary color
Monochromatic Colors of #6B95BA
Black with #6B95BA
Text Example
Text Example
White with #6B95BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B95BA; }
p { color: rgb(107,149,186); }
H1.HeaderClassName
{
color: #6B95BA;
}
.AnyTagClassName
{
color: #6B95BA;
}
</style>
background-color css
<style>
a { background-color: #6B95BA; }
a { background-color: rgb(107,149,186); }
div.DivClassName
{
background-color: #6B95BA;
}
.BgClassName
{
background-color: #6B95BA;
}
</style>
border-color css
<style>
span { border-color: #6B95BA; }
span { border-color: rgb(107,149,186); }
td.TdClassName
{
border-color: #6B95BA;
}
.TagClassName
{
border-color: #6B95BA;
}
</style>