Shades of Shakespeare #609DBA
Tints of Shakespeare #609DBA
RGB
CMYK
RGB Variations
Color information
#609DBA (or 0x609DBA) is known color: Shakespeare. HEX triplet: 60, 9D and BA. RGB value is (96,157,186). Sum of RGB (Red+Green+Blue) = 96+157+186=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #609DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609DBA is #9F6245. Grayscale: #8D8D8D. Windows color (decimal): -10445382 or 12229984. OLE color: 12229984.
HSL color Cylindrical-coordinate representation of color #609DBA: hue angle of 199.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #609DBA is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 157 | 186 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.27 |
| HSL | 199.33º | 0.39% | 0.55% | - |
| HSV(B) | 199.33º | 0.48% | 0.73% | - |
| XYZ | 25.74 | 30.15 | 50.92 | - |
| YUV | 142.07 | 152.79 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 157 | 186 | 0.48 | 0.16 | 0 | 0.27 | 199.33 | 0.39 | 0.55 |
| Hex | 60 | 9D | BA | 30 | 10 | 0 | 1B | C7 | 27 | 37 |
| Octal | 140 | 235 | 272 | 60 | 20 | 0 | 33 | 307 | 47 | 67 |
| Binary | 1100000 | 10011101 | 10111010 | 110000 | 10000 | 0 | 11011 | 11000111 | 100111 | 110111 |
Color Harmonies of #609DBA
Complementary color
Monochromatic Colors of #609DBA
Black with #609DBA
Text Example
Text Example
White with #609DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609DBA; }
p { color: rgb(96,157,186); }
H1.HeaderClassName
{
color: #609DBA;
}
.AnyTagClassName
{
color: #609DBA;
}
</style>
background-color css
<style>
a { background-color: #609DBA; }
a { background-color: rgb(96,157,186); }
div.DivClassName
{
background-color: #609DBA;
}
.BgClassName
{
background-color: #609DBA;
}
</style>
border-color css
<style>
span { border-color: #609DBA; }
span { border-color: rgb(96,157,186); }
td.TdClassName
{
border-color: #609DBA;
}
.TagClassName
{
border-color: #609DBA;
}
</style>