Shades of Shakespeare #619FC1
Tints of Shakespeare #619FC1
RGB
CMYK
RGB Variations
Color information
#619FC1 (or 0x619FC1) is known color: Shakespeare. HEX triplet: 61, 9F and C1. RGB value is (97,159,193). Sum of RGB (Red+Green+Blue) = 97+159+193=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #619FC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FC1 is #9E603E. Grayscale: #909090. Windows color (decimal): -10379327 or 12689249. OLE color: 12689249.
HSL color Cylindrical-coordinate representation of color #619FC1: hue angle of 201.25º 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 #619FC1 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 159 | 193 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.24 |
| HSL | 201.25º | 0.44% | 0.57% | - |
| HSV(B) | 201.25º | 0.5% | 0.76% | - |
| XYZ | 26.95 | 31.19 | 55.05 | - |
| YUV | 144.34 | 155.46 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 193 | 0.50 | 0.18 | 0 | 0.24 | 201.25 | 0.44 | 0.57 |
| Hex | 61 | 9F | C1 | 32 | 12 | 0 | 18 | C9 | 2C | 39 |
| Octal | 141 | 237 | 301 | 62 | 22 | 0 | 30 | 311 | 54 | 71 |
| Binary | 1100001 | 10011111 | 11000001 | 110010 | 10010 | 0 | 11000 | 11001001 | 101100 | 111001 |
Color Harmonies of #619FC1
Complementary color
Monochromatic Colors of #619FC1
Black with #619FC1
Text Example
Text Example
White with #619FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619FC1; }
p { color: rgb(97,159,193); }
H1.HeaderClassName
{
color: #619FC1;
}
.AnyTagClassName
{
color: #619FC1;
}
</style>
background-color css
<style>
a { background-color: #619FC1; }
a { background-color: rgb(97,159,193); }
div.DivClassName
{
background-color: #619FC1;
}
.BgClassName
{
background-color: #619FC1;
}
</style>
border-color css
<style>
span { border-color: #619FC1; }
span { border-color: rgb(97,159,193); }
td.TdClassName
{
border-color: #619FC1;
}
.TagClassName
{
border-color: #619FC1;
}
</style>