Shades of Shakespeare #619FB1
Tints of Shakespeare #619FB1
RGB
CMYK
RGB Variations
Color information
#619FB1 (or 0x619FB1) is known color: Shakespeare. HEX triplet: 61, 9F and B1. RGB value is (97,159,177). Sum of RGB (Red+Green+Blue) = 97+159+177=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 177 - color contains mainly: blue. Hex color #619FB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619FB1 is #9E604E. Grayscale: #8E8E8E. Windows color (decimal): -10379343 or 11640673. OLE color: 11640673.
HSL color Cylindrical-coordinate representation of color #619FB1: hue angle of 193.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #619FB1 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 159 | 177 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.31 |
| HSL | 193.5º | 0.34% | 0.54% | - |
| HSV(B) | 193.5º | 0.45% | 0.69% | - |
| XYZ | 25.26 | 30.51 | 46.15 | - |
| YUV | 142.51 | 147.46 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 177 | 0.45 | 0.10 | 0 | 0.31 | 193.5 | 0.34 | 0.54 |
| Hex | 61 | 9F | B1 | 2D | A | 0 | 1F | C2 | 22 | 36 |
| Octal | 141 | 237 | 261 | 55 | 12 | 0 | 37 | 302 | 42 | 66 |
| Binary | 1100001 | 10011111 | 10110001 | 101101 | 1010 | 0 | 11111 | 11000010 | 100010 | 110110 |
Color Harmonies of #619FB1
Complementary color
Monochromatic Colors of #619FB1
Black with #619FB1
Text Example
Text Example
White with #619FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619FB1; }
p { color: rgb(97,159,177); }
H1.HeaderClassName
{
color: #619FB1;
}
.AnyTagClassName
{
color: #619FB1;
}
</style>
background-color css
<style>
a { background-color: #619FB1; }
a { background-color: rgb(97,159,177); }
div.DivClassName
{
background-color: #619FB1;
}
.BgClassName
{
background-color: #619FB1;
}
</style>
border-color css
<style>
span { border-color: #619FB1; }
span { border-color: rgb(97,159,177); }
td.TdClassName
{
border-color: #619FB1;
}
.TagClassName
{
border-color: #619FB1;
}
</style>