Shades of Shakespeare #619AB2
Tints of Shakespeare #619AB2
RGB
CMYK
RGB Variations
Color information
#619AB2 (or 0x619AB2) is known color: Shakespeare. HEX triplet: 61, 9A and B2. RGB value is (97,154,178). Sum of RGB (Red+Green+Blue) = 97+154+178=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 178 - color contains mainly: blue. Hex color #619AB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619AB2 is #9E654D. Grayscale: #8B8B8B. Windows color (decimal): -10380622 or 11704929. OLE color: 11704929.
HSL color Cylindrical-coordinate representation of color #619AB2: hue angle of 197.78º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #619AB2 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 154 | 178 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.30 |
| HSL | 197.78º | 0.34% | 0.54% | - |
| HSV(B) | 197.78º | 0.46% | 0.7% | - |
| XYZ | 24.52 | 28.87 | 46.4 | - |
| YUV | 139.69 | 149.62 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 178 | 0.46 | 0.13 | 0 | 0.30 | 197.78 | 0.34 | 0.54 |
| Hex | 61 | 9A | B2 | 2E | D | 0 | 1E | C6 | 22 | 36 |
| Octal | 141 | 232 | 262 | 56 | 15 | 0 | 36 | 306 | 42 | 66 |
| Binary | 1100001 | 10011010 | 10110010 | 101110 | 1101 | 0 | 11110 | 11000110 | 100010 | 110110 |
Color Harmonies of #619AB2
Complementary color
Monochromatic Colors of #619AB2
Black with #619AB2
Text Example
Text Example
White with #619AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619AB2; }
p { color: rgb(97,154,178); }
H1.HeaderClassName
{
color: #619AB2;
}
.AnyTagClassName
{
color: #619AB2;
}
</style>
background-color css
<style>
a { background-color: #619AB2; }
a { background-color: rgb(97,154,178); }
div.DivClassName
{
background-color: #619AB2;
}
.BgClassName
{
background-color: #619AB2;
}
</style>
border-color css
<style>
span { border-color: #619AB2; }
span { border-color: rgb(97,154,178); }
td.TdClassName
{
border-color: #619AB2;
}
.TagClassName
{
border-color: #619AB2;
}
</style>