Shades of Shakespeare #609BC3
Tints of Shakespeare #609BC3
RGB
CMYK
RGB Variations
Color information
#609BC3 (or 0x609BC3) is known color: Shakespeare. HEX triplet: 60, 9B and C3. RGB value is (96,155,195). Sum of RGB (Red+Green+Blue) = 96+155+195=446 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.52% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 195 - color contains mainly: blue. Hex color #609BC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BC3 is #9F643C. Grayscale: #8D8D8D. Windows color (decimal): -10445885 or 12819296. OLE color: 12819296.
HSL color Cylindrical-coordinate representation of color #609BC3: hue angle of 204.24º 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 #609BC3 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 155 | 195 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.24 |
| HSL | 204.24º | 0.45% | 0.57% | - |
| HSV(B) | 204.24º | 0.51% | 0.76% | - |
| XYZ | 26.4 | 29.87 | 56 | - |
| YUV | 141.92 | 157.95 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 195 | 0.51 | 0.21 | 0 | 0.24 | 204.24 | 0.45 | 0.57 |
| Hex | 60 | 9B | C3 | 33 | 15 | 0 | 18 | CC | 2D | 39 |
| Octal | 140 | 233 | 303 | 63 | 25 | 0 | 30 | 314 | 55 | 71 |
| Binary | 1100000 | 10011011 | 11000011 | 110011 | 10101 | 0 | 11000 | 11001100 | 101101 | 111001 |
Color Harmonies of #609BC3
Complementary color
Monochromatic Colors of #609BC3
Black with #609BC3
Text Example
Text Example
White with #609BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609BC3; }
p { color: rgb(96,155,195); }
H1.HeaderClassName
{
color: #609BC3;
}
.AnyTagClassName
{
color: #609BC3;
}
</style>
background-color css
<style>
a { background-color: #609BC3; }
a { background-color: rgb(96,155,195); }
div.DivClassName
{
background-color: #609BC3;
}
.BgClassName
{
background-color: #609BC3;
}
</style>
border-color css
<style>
span { border-color: #609BC3; }
span { border-color: rgb(96,155,195); }
td.TdClassName
{
border-color: #609BC3;
}
.TagClassName
{
border-color: #609BC3;
}
</style>