Shades of Shakespeare #6B9ABA
Tints of Shakespeare #6B9ABA
RGB
CMYK
RGB Variations
Color information
#6B9ABA (or 0x6B9ABA) is known color: Shakespeare. HEX triplet: 6B, 9A and BA. RGB value is (107,154,186). Sum of RGB (Red+Green+Blue) = 107+154+186=447 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.94% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B9ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9ABA is #946545. Grayscale: #8F8F8F. Windows color (decimal): -9725254 or 12229227. OLE color: 12229227.
HSL color Cylindrical-coordinate representation of color #6B9ABA: hue angle of 204.3º 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 #6B9ABA is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 154 | 186 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.27 |
| HSL | 204.3º | 0.36% | 0.57% | - |
| HSV(B) | 204.3º | 0.42% | 0.73% | - |
| XYZ | 26.48 | 29.78 | 50.81 | - |
| YUV | 143.6 | 151.93 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 154 | 186 | 0.42 | 0.17 | 0 | 0.27 | 204.3 | 0.36 | 0.57 |
| Hex | 6B | 9A | BA | 2A | 11 | 0 | 1B | CC | 24 | 39 |
| Octal | 153 | 232 | 272 | 52 | 21 | 0 | 33 | 314 | 44 | 71 |
| Binary | 1101011 | 10011010 | 10111010 | 101010 | 10001 | 0 | 11011 | 11001100 | 100100 | 111001 |
Color Harmonies of #6B9ABA
Complementary color
Monochromatic Colors of #6B9ABA
Black with #6B9ABA
Text Example
Text Example
White with #6B9ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9ABA; }
p { color: rgb(107,154,186); }
H1.HeaderClassName
{
color: #6B9ABA;
}
.AnyTagClassName
{
color: #6B9ABA;
}
</style>
background-color css
<style>
a { background-color: #6B9ABA; }
a { background-color: rgb(107,154,186); }
div.DivClassName
{
background-color: #6B9ABA;
}
.BgClassName
{
background-color: #6B9ABA;
}
</style>
border-color css
<style>
span { border-color: #6B9ABA; }
span { border-color: rgb(107,154,186); }
td.TdClassName
{
border-color: #6B9ABA;
}
.TagClassName
{
border-color: #6B9ABA;
}
</style>