Shades of Shakespeare #619EC3
Tints of Shakespeare #619EC3
RGB
CMYK
RGB Variations
Color information
#619EC3 (or 0x619EC3) is known color: Shakespeare. HEX triplet: 61, 9E and C3. RGB value is (97,158,195). Sum of RGB (Red+Green+Blue) = 97+158+195=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 195 (76.56% from 255 or 43.33% from 450); Max value from RGB is 195 - color contains mainly: blue. Hex color #619EC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619EC3 is #9E613C. Grayscale: #8F8F8F. Windows color (decimal): -10379581 or 12820065. OLE color: 12820065.
HSL color Cylindrical-coordinate representation of color #619EC3: hue angle of 202.65º degrees, saturation: 0.45, 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 #619EC3 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 158 | 195 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.24 |
| HSL | 202.65º | 0.45% | 0.57% | - |
| HSV(B) | 202.65º | 0.5% | 0.76% | - |
| XYZ | 27.01 | 30.94 | 56.18 | - |
| YUV | 143.98 | 156.79 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 158 | 195 | 0.50 | 0.19 | 0 | 0.24 | 202.65 | 0.45 | 0.57 |
| Hex | 61 | 9E | C3 | 32 | 13 | 0 | 18 | CB | 2D | 39 |
| Octal | 141 | 236 | 303 | 62 | 23 | 0 | 30 | 313 | 55 | 71 |
| Binary | 1100001 | 10011110 | 11000011 | 110010 | 10011 | 0 | 11000 | 11001011 | 101101 | 111001 |
Color Harmonies of #619EC3
Complementary color
Monochromatic Colors of #619EC3
Black with #619EC3
Text Example
Text Example
White with #619EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619EC3; }
p { color: rgb(97,158,195); }
H1.HeaderClassName
{
color: #619EC3;
}
.AnyTagClassName
{
color: #619EC3;
}
</style>
background-color css
<style>
a { background-color: #619EC3; }
a { background-color: rgb(97,158,195); }
div.DivClassName
{
background-color: #619EC3;
}
.BgClassName
{
background-color: #619EC3;
}
</style>
border-color css
<style>
span { border-color: #619EC3; }
span { border-color: rgb(97,158,195); }
td.TdClassName
{
border-color: #619EC3;
}
.TagClassName
{
border-color: #619EC3;
}
</style>