Shades of Shakespeare #619AAA
Tints of Shakespeare #619AAA
RGB
CMYK
RGB Variations
Color information
#619AAA (or 0x619AAA) is known color: Shakespeare. HEX triplet: 61, 9A and AA. RGB value is (97,154,170). Sum of RGB (Red+Green+Blue) = 97+154+170=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #619AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619AAA is #9E6555. Grayscale: #8A8A8A. Windows color (decimal): -10380630 or 11180641. OLE color: 11180641.
HSL color Cylindrical-coordinate representation of color #619AAA: hue angle of 193.15º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #619AAA is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 154 | 170 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.33 |
| HSL | 193.15º | 0.3% | 0.52% | - |
| HSV(B) | 193.15º | 0.43% | 0.67% | - |
| XYZ | 23.74 | 28.55 | 42.29 | - |
| YUV | 138.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 170 | 0.43 | 0.09 | 0 | 0.33 | 193.15 | 0.3 | 0.52 |
| Hex | 61 | 9A | AA | 2B | 9 | 0 | 21 | C1 | 1E | 34 |
| Octal | 141 | 232 | 252 | 53 | 11 | 0 | 41 | 301 | 36 | 64 |
| Binary | 1100001 | 10011010 | 10101010 | 101011 | 1001 | 0 | 100001 | 11000001 | 11110 | 110100 |
Color Harmonies of #619AAA
Complementary color
Monochromatic Colors of #619AAA
Black with #619AAA
Text Example
Text Example
White with #619AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619AAA; }
p { color: rgb(97,154,170); }
H1.HeaderClassName
{
color: #619AAA;
}
.AnyTagClassName
{
color: #619AAA;
}
</style>
background-color css
<style>
a { background-color: #619AAA; }
a { background-color: rgb(97,154,170); }
div.DivClassName
{
background-color: #619AAA;
}
.BgClassName
{
background-color: #619AAA;
}
</style>
border-color css
<style>
span { border-color: #619AAA; }
span { border-color: rgb(97,154,170); }
td.TdClassName
{
border-color: #619AAA;
}
.TagClassName
{
border-color: #619AAA;
}
</style>