Shades of Shakespeare #61A6BB
Tints of Shakespeare #61A6BB
RGB
CMYK
RGB Variations
Color information
#61A6BB (or 0x61A6BB) is known color: Shakespeare. HEX triplet: 61, A6 and BB. RGB value is (97,166,187). Sum of RGB (Red+Green+Blue) = 97+166+187=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #61A6BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A6BB is #9E5944. Grayscale: #939393. Windows color (decimal): -10377541 or 12297825. OLE color: 12297825.
HSL color Cylindrical-coordinate representation of color #61A6BB: hue angle of 194º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61A6BB is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 166 | 187 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.27 |
| HSL | 194º | 0.4% | 0.56% | - |
| HSV(B) | 194º | 0.48% | 0.73% | - |
| XYZ | 27.54 | 33.4 | 52.01 | - |
| YUV | 147.76 | 150.14 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 166 | 187 | 0.48 | 0.11 | 0 | 0.27 | 194 | 0.4 | 0.56 |
| Hex | 61 | A6 | BB | 30 | B | 0 | 1B | C2 | 28 | 38 |
| Octal | 141 | 246 | 273 | 60 | 13 | 0 | 33 | 302 | 50 | 70 |
| Binary | 1100001 | 10100110 | 10111011 | 110000 | 1011 | 0 | 11011 | 11000010 | 101000 | 111000 |
Color Harmonies of #61A6BB
Complementary color
Monochromatic Colors of #61A6BB
Black with #61A6BB
Text Example
Text Example
White with #61A6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A6BB; }
p { color: rgb(97,166,187); }
H1.HeaderClassName
{
color: #61A6BB;
}
.AnyTagClassName
{
color: #61A6BB;
}
</style>
background-color css
<style>
a { background-color: #61A6BB; }
a { background-color: rgb(97,166,187); }
div.DivClassName
{
background-color: #61A6BB;
}
.BgClassName
{
background-color: #61A6BB;
}
</style>
border-color css
<style>
span { border-color: #61A6BB; }
span { border-color: rgb(97,166,187); }
td.TdClassName
{
border-color: #61A6BB;
}
.TagClassName
{
border-color: #61A6BB;
}
</style>