Shades of Shakespeare #61A5B9
Tints of Shakespeare #61A5B9
RGB
CMYK
RGB Variations
Color information
#61A5B9 (or 0x61A5B9) is known color: Shakespeare. HEX triplet: 61, A5 and B9. RGB value is (97,165,185). Sum of RGB (Red+Green+Blue) = 97+165+185=447 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.70% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 185 - color contains mainly: blue. Hex color #61A5B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A5B9 is #9E5A46. Grayscale: #929292. Windows color (decimal): -10377799 or 12166497. OLE color: 12166497.
HSL color Cylindrical-coordinate representation of color #61A5B9: hue angle of 193.64º 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 #61A5B9 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 165 | 185 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.27 |
| HSL | 193.64º | 0.39% | 0.55% | - |
| HSV(B) | 193.64º | 0.48% | 0.73% | - |
| XYZ | 27.14 | 32.95 | 50.83 | - |
| YUV | 146.95 | 149.47 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 165 | 185 | 0.48 | 0.11 | 0 | 0.27 | 193.64 | 0.39 | 0.55 |
| Hex | 61 | A5 | B9 | 30 | B | 0 | 1B | C2 | 27 | 37 |
| Octal | 141 | 245 | 271 | 60 | 13 | 0 | 33 | 302 | 47 | 67 |
| Binary | 1100001 | 10100101 | 10111001 | 110000 | 1011 | 0 | 11011 | 11000010 | 100111 | 110111 |
Color Harmonies of #61A5B9
Complementary color
Monochromatic Colors of #61A5B9
Black with #61A5B9
Text Example
Text Example
White with #61A5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A5B9; }
p { color: rgb(97,165,185); }
H1.HeaderClassName
{
color: #61A5B9;
}
.AnyTagClassName
{
color: #61A5B9;
}
</style>
background-color css
<style>
a { background-color: #61A5B9; }
a { background-color: rgb(97,165,185); }
div.DivClassName
{
background-color: #61A5B9;
}
.BgClassName
{
background-color: #61A5B9;
}
</style>
border-color css
<style>
span { border-color: #61A5B9; }
span { border-color: rgb(97,165,185); }
td.TdClassName
{
border-color: #61A5B9;
}
.TagClassName
{
border-color: #61A5B9;
}
</style>