Shades of Shakespeare #619AC0
Tints of Shakespeare #619AC0
RGB
CMYK
RGB Variations
Color information
#619AC0 (or 0x619AC0) is known color: Shakespeare. HEX triplet: 61, 9A and C0. RGB value is (97,154,192). Sum of RGB (Red+Green+Blue) = 97+154+192=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #619AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619AC0 is #9E653F. Grayscale: #8D8D8D. Windows color (decimal): -10380608 or 12622433. OLE color: 12622433.
HSL color Cylindrical-coordinate representation of color #619AC0: hue angle of 204º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #619AC0 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 154 | 192 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.25 |
| HSL | 204º | 0.43% | 0.57% | - |
| HSV(B) | 204º | 0.49% | 0.75% | - |
| XYZ | 26 | 29.46 | 54.18 | - |
| YUV | 141.29 | 156.62 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 192 | 0.49 | 0.20 | 0 | 0.25 | 204 | 0.43 | 0.57 |
| Hex | 61 | 9A | C0 | 31 | 14 | 0 | 19 | CC | 2B | 39 |
| Octal | 141 | 232 | 300 | 61 | 24 | 0 | 31 | 314 | 53 | 71 |
| Binary | 1100001 | 10011010 | 11000000 | 110001 | 10100 | 0 | 11001 | 11001100 | 101011 | 111001 |
Color Harmonies of #619AC0
Complementary color
Monochromatic Colors of #619AC0
Black with #619AC0
Text Example
Text Example
White with #619AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619AC0; }
p { color: rgb(97,154,192); }
H1.HeaderClassName
{
color: #619AC0;
}
.AnyTagClassName
{
color: #619AC0;
}
</style>
background-color css
<style>
a { background-color: #619AC0; }
a { background-color: rgb(97,154,192); }
div.DivClassName
{
background-color: #619AC0;
}
.BgClassName
{
background-color: #619AC0;
}
</style>
border-color css
<style>
span { border-color: #619AC0; }
span { border-color: rgb(97,154,192); }
td.TdClassName
{
border-color: #619AC0;
}
.TagClassName
{
border-color: #619AC0;
}
</style>