Shades of Shakespeare #61A4C2
Tints of Shakespeare #61A4C2
RGB
CMYK
RGB Variations
Color information
#61A4C2 (or 0x61A4C2) is known color: Shakespeare. HEX triplet: 61, A4 and C2. RGB value is (97,164,194). Sum of RGB (Red+Green+Blue) = 97+164+194=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #61A4C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A4C2 is #9E5B3D. Grayscale: #939393. Windows color (decimal): -10378046 or 12756065. OLE color: 12756065.
HSL color Cylindrical-coordinate representation of color #61A4C2: hue angle of 198.56º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61A4C2 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 164 | 194 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.24 |
| HSL | 198.56º | 0.44% | 0.57% | - |
| HSV(B) | 198.56º | 0.5% | 0.76% | - |
| XYZ | 27.94 | 32.99 | 55.93 | - |
| YUV | 147.39 | 154.3 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 164 | 194 | 0.50 | 0.15 | 0 | 0.24 | 198.56 | 0.44 | 0.57 |
| Hex | 61 | A4 | C2 | 32 | F | 0 | 18 | C7 | 2C | 39 |
| Octal | 141 | 244 | 302 | 62 | 17 | 0 | 30 | 307 | 54 | 71 |
| Binary | 1100001 | 10100100 | 11000010 | 110010 | 1111 | 0 | 11000 | 11000111 | 101100 | 111001 |
Color Harmonies of #61A4C2
Complementary color
Monochromatic Colors of #61A4C2
Black with #61A4C2
Text Example
Text Example
White with #61A4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A4C2; }
p { color: rgb(97,164,194); }
H1.HeaderClassName
{
color: #61A4C2;
}
.AnyTagClassName
{
color: #61A4C2;
}
</style>
background-color css
<style>
a { background-color: #61A4C2; }
a { background-color: rgb(97,164,194); }
div.DivClassName
{
background-color: #61A4C2;
}
.BgClassName
{
background-color: #61A4C2;
}
</style>
border-color css
<style>
span { border-color: #61A4C2; }
span { border-color: rgb(97,164,194); }
td.TdClassName
{
border-color: #61A4C2;
}
.TagClassName
{
border-color: #61A4C2;
}
</style>