Shades of Shakespeare #609BC0
Tints of Shakespeare #609BC0
RGB
CMYK
RGB Variations
Color information
#609BC0 (or 0x609BC0) is known color: Shakespeare. HEX triplet: 60, 9B and C0. RGB value is (96,155,192). Sum of RGB (Red+Green+Blue) = 96+155+192=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #609BC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BC0 is #9F643F. Grayscale: #8D8D8D. Windows color (decimal): -10445888 or 12622688. OLE color: 12622688.
HSL color Cylindrical-coordinate representation of color #609BC0: hue angle of 203.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #609BC0 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 155 | 192 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.25 |
| HSL | 203.13º | 0.43% | 0.56% | - |
| HSV(B) | 203.13º | 0.5% | 0.75% | - |
| XYZ | 26.06 | 29.74 | 54.24 | - |
| YUV | 141.58 | 156.45 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 192 | 0.50 | 0.19 | 0 | 0.25 | 203.13 | 0.43 | 0.56 |
| Hex | 60 | 9B | C0 | 32 | 13 | 0 | 19 | CB | 2B | 38 |
| Octal | 140 | 233 | 300 | 62 | 23 | 0 | 31 | 313 | 53 | 70 |
| Binary | 1100000 | 10011011 | 11000000 | 110010 | 10011 | 0 | 11001 | 11001011 | 101011 | 111000 |
Color Harmonies of #609BC0
Complementary color
Monochromatic Colors of #609BC0
Black with #609BC0
Text Example
Text Example
White with #609BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609BC0; }
p { color: rgb(96,155,192); }
H1.HeaderClassName
{
color: #609BC0;
}
.AnyTagClassName
{
color: #609BC0;
}
</style>
background-color css
<style>
a { background-color: #609BC0; }
a { background-color: rgb(96,155,192); }
div.DivClassName
{
background-color: #609BC0;
}
.BgClassName
{
background-color: #609BC0;
}
</style>
border-color css
<style>
span { border-color: #609BC0; }
span { border-color: rgb(96,155,192); }
td.TdClassName
{
border-color: #609BC0;
}
.TagClassName
{
border-color: #609BC0;
}
</style>