Shades of Shakespeare #609BAD
Tints of Shakespeare #609BAD
RGB
CMYK
RGB Variations
Color information
#609BAD (or 0x609BAD) is known color: Shakespeare. HEX triplet: 60, 9B and AD. RGB value is (96,155,173). Sum of RGB (Red+Green+Blue) = 96+155+173=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #609BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609BAD is #9F6452. Grayscale: #8B8B8B. Windows color (decimal): -10445907 or 11377504. OLE color: 11377504.
HSL color Cylindrical-coordinate representation of color #609BAD: hue angle of 194.03º 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 #609BAD is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 155 | 173 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.32 |
| HSL | 194.03º | 0.32% | 0.53% | - |
| HSV(B) | 194.03º | 0.45% | 0.68% | - |
| XYZ | 24.09 | 28.95 | 43.85 | - |
| YUV | 139.41 | 146.95 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 173 | 0.45 | 0.10 | 0 | 0.32 | 194.03 | 0.32 | 0.53 |
| Hex | 60 | 9B | AD | 2D | A | 0 | 20 | C2 | 20 | 35 |
| Octal | 140 | 233 | 255 | 55 | 12 | 0 | 40 | 302 | 40 | 65 |
| Binary | 1100000 | 10011011 | 10101101 | 101101 | 1010 | 0 | 100000 | 11000010 | 100000 | 110101 |
Color Harmonies of #609BAD
Complementary color
Monochromatic Colors of #609BAD
Black with #609BAD
Text Example
Text Example
White with #609BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609BAD; }
p { color: rgb(96,155,173); }
H1.HeaderClassName
{
color: #609BAD;
}
.AnyTagClassName
{
color: #609BAD;
}
</style>
background-color css
<style>
a { background-color: #609BAD; }
a { background-color: rgb(96,155,173); }
div.DivClassName
{
background-color: #609BAD;
}
.BgClassName
{
background-color: #609BAD;
}
</style>
border-color css
<style>
span { border-color: #609BAD; }
span { border-color: rgb(96,155,173); }
td.TdClassName
{
border-color: #609BAD;
}
.TagClassName
{
border-color: #609BAD;
}
</style>