Shades of Shakespeare #6B9EB2
Tints of Shakespeare #6B9EB2
RGB
CMYK
RGB Variations
Color information
#6B9EB2 (or 0x6B9EB2) is known color: Shakespeare. HEX triplet: 6B, 9E and B2. RGB value is (107,158,178). Sum of RGB (Red+Green+Blue) = 107+158+178=443 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.15% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 178 - color contains mainly: blue. Hex color #6B9EB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9EB2 is #94614D. Grayscale: #909090. Windows color (decimal): -9724238 or 11705963. OLE color: 11705963.
HSL color Cylindrical-coordinate representation of color #6B9EB2: hue angle of 196.9º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B9EB2 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 158 | 178 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.30 |
| HSL | 196.9º | 0.32% | 0.56% | - |
| HSV(B) | 196.9º | 0.4% | 0.7% | - |
| XYZ | 26.33 | 30.79 | 46.68 | - |
| YUV | 145.03 | 146.6 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 158 | 178 | 0.40 | 0.11 | 0 | 0.30 | 196.9 | 0.32 | 0.56 |
| Hex | 6B | 9E | B2 | 28 | B | 0 | 1E | C5 | 20 | 38 |
| Octal | 153 | 236 | 262 | 50 | 13 | 0 | 36 | 305 | 40 | 70 |
| Binary | 1101011 | 10011110 | 10110010 | 101000 | 1011 | 0 | 11110 | 11000101 | 100000 | 111000 |
Color Harmonies of #6B9EB2
Complementary color
Monochromatic Colors of #6B9EB2
Black with #6B9EB2
Text Example
Text Example
White with #6B9EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9EB2; }
p { color: rgb(107,158,178); }
H1.HeaderClassName
{
color: #6B9EB2;
}
.AnyTagClassName
{
color: #6B9EB2;
}
</style>
background-color css
<style>
a { background-color: #6B9EB2; }
a { background-color: rgb(107,158,178); }
div.DivClassName
{
background-color: #6B9EB2;
}
.BgClassName
{
background-color: #6B9EB2;
}
</style>
border-color css
<style>
span { border-color: #6B9EB2; }
span { border-color: rgb(107,158,178); }
td.TdClassName
{
border-color: #6B9EB2;
}
.TagClassName
{
border-color: #6B9EB2;
}
</style>