Shades of Shakespeare #609FAE
Tints of Shakespeare #609FAE
RGB
CMYK
RGB Variations
Color information
#609FAE (or 0x609FAE) is known color: Shakespeare. HEX triplet: 60, 9F and AE. RGB value is (96,159,174). Sum of RGB (Red+Green+Blue) = 96+159+174=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #609FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609FAE is #9F6051. Grayscale: #8D8D8D. Windows color (decimal): -10444882 or 11444064. OLE color: 11444064.
HSL color Cylindrical-coordinate representation of color #609FAE: hue angle of 191.54º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #609FAE is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 159 | 174 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.32 |
| HSL | 191.54º | 0.33% | 0.53% | - |
| HSV(B) | 191.54º | 0.45% | 0.68% | - |
| XYZ | 24.86 | 30.34 | 44.59 | - |
| YUV | 141.87 | 146.13 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 174 | 0.45 | 0.09 | 0 | 0.32 | 191.54 | 0.33 | 0.53 |
| Hex | 60 | 9F | AE | 2D | 9 | 0 | 20 | C0 | 20 | 35 |
| Octal | 140 | 237 | 256 | 55 | 11 | 0 | 40 | 300 | 40 | 65 |
| Binary | 1100000 | 10011111 | 10101110 | 101101 | 1001 | 0 | 100000 | 11000000 | 100000 | 110101 |
Color Harmonies of #609FAE
Complementary color
Monochromatic Colors of #609FAE
Black with #609FAE
Text Example
Text Example
White with #609FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609FAE; }
p { color: rgb(96,159,174); }
H1.HeaderClassName
{
color: #609FAE;
}
.AnyTagClassName
{
color: #609FAE;
}
</style>
background-color css
<style>
a { background-color: #609FAE; }
a { background-color: rgb(96,159,174); }
div.DivClassName
{
background-color: #609FAE;
}
.BgClassName
{
background-color: #609FAE;
}
</style>
border-color css
<style>
span { border-color: #609FAE; }
span { border-color: rgb(96,159,174); }
td.TdClassName
{
border-color: #609FAE;
}
.TagClassName
{
border-color: #609FAE;
}
</style>