Shades of Shakespeare #609BC2
Tints of Shakespeare #609BC2
RGB
CMYK
RGB Variations
Color information
#609BC2 (or 0x609BC2) is known color: Shakespeare. HEX triplet: 60, 9B and C2. RGB value is (96,155,194). Sum of RGB (Red+Green+Blue) = 96+155+194=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 194 - color contains mainly: blue. Hex color #609BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BC2 is #9F643D. Grayscale: #8D8D8D. Windows color (decimal): -10445886 or 12753760. OLE color: 12753760.
HSL color Cylindrical-coordinate representation of color #609BC2: hue angle of 203.88º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #609BC2 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 155 | 194 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.24 |
| HSL | 203.88º | 0.45% | 0.57% | - |
| HSV(B) | 203.88º | 0.51% | 0.76% | - |
| XYZ | 26.28 | 29.82 | 55.41 | - |
| YUV | 141.81 | 157.45 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 194 | 0.51 | 0.20 | 0 | 0.24 | 203.88 | 0.45 | 0.57 |
| Hex | 60 | 9B | C2 | 33 | 14 | 0 | 18 | CC | 2D | 39 |
| Octal | 140 | 233 | 302 | 63 | 24 | 0 | 30 | 314 | 55 | 71 |
| Binary | 1100000 | 10011011 | 11000010 | 110011 | 10100 | 0 | 11000 | 11001100 | 101101 | 111001 |
Color Harmonies of #609BC2
Complementary color
Monochromatic Colors of #609BC2
Black with #609BC2
Text Example
Text Example
White with #609BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609BC2; }
p { color: rgb(96,155,194); }
H1.HeaderClassName
{
color: #609BC2;
}
.AnyTagClassName
{
color: #609BC2;
}
</style>
background-color css
<style>
a { background-color: #609BC2; }
a { background-color: rgb(96,155,194); }
div.DivClassName
{
background-color: #609BC2;
}
.BgClassName
{
background-color: #609BC2;
}
</style>
border-color css
<style>
span { border-color: #609BC2; }
span { border-color: rgb(96,155,194); }
td.TdClassName
{
border-color: #609BC2;
}
.TagClassName
{
border-color: #609BC2;
}
</style>