Shades of Shakespeare #619EC1
Tints of Shakespeare #619EC1
RGB
CMYK
RGB Variations
Color information
#619EC1 (or 0x619EC1) is known color: Shakespeare. HEX triplet: 61, 9E and C1. RGB value is (97,158,193). Sum of RGB (Red+Green+Blue) = 97+158+193=448 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.65% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #619EC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619EC1 is #9E613E. Grayscale: #8F8F8F. Windows color (decimal): -10379583 or 12688993. OLE color: 12688993.
HSL color Cylindrical-coordinate representation of color #619EC1: hue angle of 201.88º 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 #619EC1 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 158 | 193 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.24 |
| HSL | 201.88º | 0.44% | 0.57% | - |
| HSV(B) | 201.88º | 0.5% | 0.76% | - |
| XYZ | 26.78 | 30.85 | 54.99 | - |
| YUV | 143.75 | 155.79 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 158 | 193 | 0.50 | 0.18 | 0 | 0.24 | 201.88 | 0.44 | 0.57 |
| Hex | 61 | 9E | C1 | 32 | 12 | 0 | 18 | CA | 2C | 39 |
| Octal | 141 | 236 | 301 | 62 | 22 | 0 | 30 | 312 | 54 | 71 |
| Binary | 1100001 | 10011110 | 11000001 | 110010 | 10010 | 0 | 11000 | 11001010 | 101100 | 111001 |
Color Harmonies of #619EC1
Complementary color
Monochromatic Colors of #619EC1
Black with #619EC1
Text Example
Text Example
White with #619EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619EC1; }
p { color: rgb(97,158,193); }
H1.HeaderClassName
{
color: #619EC1;
}
.AnyTagClassName
{
color: #619EC1;
}
</style>
background-color css
<style>
a { background-color: #619EC1; }
a { background-color: rgb(97,158,193); }
div.DivClassName
{
background-color: #619EC1;
}
.BgClassName
{
background-color: #619EC1;
}
</style>
border-color css
<style>
span { border-color: #619EC1; }
span { border-color: rgb(97,158,193); }
td.TdClassName
{
border-color: #619EC1;
}
.TagClassName
{
border-color: #619EC1;
}
</style>