Shades of Shakespeare #609BAB
Tints of Shakespeare #609BAB
RGB
CMYK
RGB Variations
Color information
#609BAB (or 0x609BAB) is known color: Shakespeare. HEX triplet: 60, 9B and AB. RGB value is (96,155,171). Sum of RGB (Red+Green+Blue) = 96+155+171=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #609BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609BAB is #9F6454. Grayscale: #8B8B8B. Windows color (decimal): -10445909 or 11246432. OLE color: 11246432.
HSL color Cylindrical-coordinate representation of color #609BAB: hue angle of 192.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #609BAB is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 155 | 171 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.33 |
| HSL | 192.8º | 0.31% | 0.52% | - |
| HSV(B) | 192.8º | 0.44% | 0.67% | - |
| XYZ | 23.9 | 28.87 | 42.84 | - |
| YUV | 139.18 | 145.95 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 171 | 0.44 | 0.09 | 0 | 0.33 | 192.8 | 0.31 | 0.52 |
| Hex | 60 | 9B | AB | 2C | 9 | 0 | 21 | C1 | 1F | 34 |
| Octal | 140 | 233 | 253 | 54 | 11 | 0 | 41 | 301 | 37 | 64 |
| Binary | 1100000 | 10011011 | 10101011 | 101100 | 1001 | 0 | 100001 | 11000001 | 11111 | 110100 |
Color Harmonies of #609BAB
Complementary color
Monochromatic Colors of #609BAB
Black with #609BAB
Text Example
Text Example
White with #609BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609BAB; }
p { color: rgb(96,155,171); }
H1.HeaderClassName
{
color: #609BAB;
}
.AnyTagClassName
{
color: #609BAB;
}
</style>
background-color css
<style>
a { background-color: #609BAB; }
a { background-color: rgb(96,155,171); }
div.DivClassName
{
background-color: #609BAB;
}
.BgClassName
{
background-color: #609BAB;
}
</style>
border-color css
<style>
span { border-color: #609BAB; }
span { border-color: rgb(96,155,171); }
td.TdClassName
{
border-color: #609BAB;
}
.TagClassName
{
border-color: #609BAB;
}
</style>