Shades of Shakespeare #609FB4
Tints of Shakespeare #609FB4
RGB
CMYK
RGB Variations
Color information
#609FB4 (or 0x609FB4) is known color: Shakespeare. HEX triplet: 60, 9F and B4. RGB value is (96,159,180). Sum of RGB (Red+Green+Blue) = 96+159+180=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #609FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609FB4 is #9F604B. Grayscale: #8E8E8E. Windows color (decimal): -10444876 or 11837280. OLE color: 11837280.
HSL color Cylindrical-coordinate representation of color #609FB4: hue angle of 195º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #609FB4 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 159 | 180 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.29 |
| HSL | 195º | 0.36% | 0.54% | - |
| HSV(B) | 195º | 0.47% | 0.71% | - |
| XYZ | 25.46 | 30.58 | 47.74 | - |
| YUV | 142.56 | 149.13 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 180 | 0.47 | 0.12 | 0 | 0.29 | 195 | 0.36 | 0.54 |
| Hex | 60 | 9F | B4 | 2F | C | 0 | 1D | C3 | 24 | 36 |
| Octal | 140 | 237 | 264 | 57 | 14 | 0 | 35 | 303 | 44 | 66 |
| Binary | 1100000 | 10011111 | 10110100 | 101111 | 1100 | 0 | 11101 | 11000011 | 100100 | 110110 |
Color Harmonies of #609FB4
Complementary color
Monochromatic Colors of #609FB4
Black with #609FB4
Text Example
Text Example
White with #609FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609FB4; }
p { color: rgb(96,159,180); }
H1.HeaderClassName
{
color: #609FB4;
}
.AnyTagClassName
{
color: #609FB4;
}
</style>
background-color css
<style>
a { background-color: #609FB4; }
a { background-color: rgb(96,159,180); }
div.DivClassName
{
background-color: #609FB4;
}
.BgClassName
{
background-color: #609FB4;
}
</style>
border-color css
<style>
span { border-color: #609FB4; }
span { border-color: rgb(96,159,180); }
td.TdClassName
{
border-color: #609FB4;
}
.TagClassName
{
border-color: #609FB4;
}
</style>