Shades of Shakespeare #609FBB
Tints of Shakespeare #609FBB
RGB
CMYK
RGB Variations
Color information
#609FBB (or 0x609FBB) is known color: Shakespeare. HEX triplet: 60, 9F and BB. RGB value is (96,159,187). Sum of RGB (Red+Green+Blue) = 96+159+187=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #609FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609FBB is #9F6044. Grayscale: #8F8F8F. Windows color (decimal): -10444869 or 12296032. OLE color: 12296032.
HSL color Cylindrical-coordinate representation of color #609FBB: hue angle of 198.46º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #609FBB is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 159 | 187 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.27 |
| HSL | 198.46º | 0.4% | 0.55% | - |
| HSV(B) | 198.46º | 0.49% | 0.73% | - |
| XYZ | 26.19 | 30.87 | 51.59 | - |
| YUV | 143.36 | 152.63 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 187 | 0.49 | 0.15 | 0 | 0.27 | 198.46 | 0.4 | 0.55 |
| Hex | 60 | 9F | BB | 31 | F | 0 | 1B | C6 | 28 | 37 |
| Octal | 140 | 237 | 273 | 61 | 17 | 0 | 33 | 306 | 50 | 67 |
| Binary | 1100000 | 10011111 | 10111011 | 110001 | 1111 | 0 | 11011 | 11000110 | 101000 | 110111 |
Color Harmonies of #609FBB
Complementary color
Monochromatic Colors of #609FBB
Black with #609FBB
Text Example
Text Example
White with #609FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609FBB; }
p { color: rgb(96,159,187); }
H1.HeaderClassName
{
color: #609FBB;
}
.AnyTagClassName
{
color: #609FBB;
}
</style>
background-color css
<style>
a { background-color: #609FBB; }
a { background-color: rgb(96,159,187); }
div.DivClassName
{
background-color: #609FBB;
}
.BgClassName
{
background-color: #609FBB;
}
</style>
border-color css
<style>
span { border-color: #609FBB; }
span { border-color: rgb(96,159,187); }
td.TdClassName
{
border-color: #609FBB;
}
.TagClassName
{
border-color: #609FBB;
}
</style>