Shades of Shakespeare #619DB2
Tints of Shakespeare #619DB2
RGB
CMYK
RGB Variations
Color information
#619DB2 (or 0x619DB2) is known color: Shakespeare. HEX triplet: 61, 9D and B2. RGB value is (97,157,178). Sum of RGB (Red+Green+Blue) = 97+157+178=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 178 - color contains mainly: blue. Hex color #619DB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619DB2 is #9E624D. Grayscale: #8D8D8D. Windows color (decimal): -10379854 or 11705697. OLE color: 11705697.
HSL color Cylindrical-coordinate representation of color #619DB2: hue angle of 195.56º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #619DB2 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 157 | 178 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.30 |
| HSL | 195.56º | 0.34% | 0.54% | - |
| HSV(B) | 195.56º | 0.46% | 0.7% | - |
| XYZ | 25.02 | 29.87 | 46.57 | - |
| YUV | 141.45 | 148.62 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 178 | 0.46 | 0.12 | 0 | 0.30 | 195.56 | 0.34 | 0.54 |
| Hex | 61 | 9D | B2 | 2E | C | 0 | 1E | C4 | 22 | 36 |
| Octal | 141 | 235 | 262 | 56 | 14 | 0 | 36 | 304 | 42 | 66 |
| Binary | 1100001 | 10011101 | 10110010 | 101110 | 1100 | 0 | 11110 | 11000100 | 100010 | 110110 |
Color Harmonies of #619DB2
Complementary color
Monochromatic Colors of #619DB2
Black with #619DB2
Text Example
Text Example
White with #619DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619DB2; }
p { color: rgb(97,157,178); }
H1.HeaderClassName
{
color: #619DB2;
}
.AnyTagClassName
{
color: #619DB2;
}
</style>
background-color css
<style>
a { background-color: #619DB2; }
a { background-color: rgb(97,157,178); }
div.DivClassName
{
background-color: #619DB2;
}
.BgClassName
{
background-color: #619DB2;
}
</style>
border-color css
<style>
span { border-color: #619DB2; }
span { border-color: rgb(97,157,178); }
td.TdClassName
{
border-color: #619DB2;
}
.TagClassName
{
border-color: #619DB2;
}
</style>