Shades of Shakespeare #609EC0
Tints of Shakespeare #609EC0
RGB
CMYK
RGB Variations
Color information
#609EC0 (or 0x609EC0) is known color: Shakespeare. HEX triplet: 60, 9E and C0. RGB value is (96,158,192). Sum of RGB (Red+Green+Blue) = 96+158+192=446 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.52% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #609EC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609EC0 is #9F613F. Grayscale: #8F8F8F. Windows color (decimal): -10445120 or 12623456. OLE color: 12623456.
HSL color Cylindrical-coordinate representation of color #609EC0: hue angle of 201.25º 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 #609EC0 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 158 | 192 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.25 |
| HSL | 201.25º | 0.43% | 0.56% | - |
| HSV(B) | 201.25º | 0.5% | 0.75% | - |
| XYZ | 26.57 | 30.75 | 54.4 | - |
| YUV | 143.34 | 155.46 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 158 | 192 | 0.50 | 0.18 | 0 | 0.25 | 201.25 | 0.43 | 0.56 |
| Hex | 60 | 9E | C0 | 32 | 12 | 0 | 19 | C9 | 2B | 38 |
| Octal | 140 | 236 | 300 | 62 | 22 | 0 | 31 | 311 | 53 | 70 |
| Binary | 1100000 | 10011110 | 11000000 | 110010 | 10010 | 0 | 11001 | 11001001 | 101011 | 111000 |
Color Harmonies of #609EC0
Complementary color
Monochromatic Colors of #609EC0
Black with #609EC0
Text Example
Text Example
White with #609EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609EC0; }
p { color: rgb(96,158,192); }
H1.HeaderClassName
{
color: #609EC0;
}
.AnyTagClassName
{
color: #609EC0;
}
</style>
background-color css
<style>
a { background-color: #609EC0; }
a { background-color: rgb(96,158,192); }
div.DivClassName
{
background-color: #609EC0;
}
.BgClassName
{
background-color: #609EC0;
}
</style>
border-color css
<style>
span { border-color: #609EC0; }
span { border-color: rgb(96,158,192); }
td.TdClassName
{
border-color: #609EC0;
}
.TagClassName
{
border-color: #609EC0;
}
</style>