Shades of Shakespeare #619DB5
Tints of Shakespeare #619DB5
RGB
CMYK
RGB Variations
Color information
#619DB5 (or 0x619DB5) is known color: Shakespeare. HEX triplet: 61, 9D and B5. RGB value is (97,157,181). Sum of RGB (Red+Green+Blue) = 97+157+181=435 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.30% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 181 - color contains mainly: blue. Hex color #619DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DB5 is #9E624A. Grayscale: #8D8D8D. Windows color (decimal): -10379851 or 11902305. OLE color: 11902305.
HSL color Cylindrical-coordinate representation of color #619DB5: hue angle of 197.14º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #619DB5 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 157 | 181 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.29 |
| HSL | 197.14º | 0.36% | 0.55% | - |
| HSV(B) | 197.14º | 0.46% | 0.71% | - |
| XYZ | 25.33 | 29.99 | 48.17 | - |
| YUV | 141.8 | 150.12 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 181 | 0.46 | 0.13 | 0 | 0.29 | 197.14 | 0.36 | 0.55 |
| Hex | 61 | 9D | B5 | 2E | D | 0 | 1D | C5 | 24 | 37 |
| Octal | 141 | 235 | 265 | 56 | 15 | 0 | 35 | 305 | 44 | 67 |
| Binary | 1100001 | 10011101 | 10110101 | 101110 | 1101 | 0 | 11101 | 11000101 | 100100 | 110111 |
Color Harmonies of #619DB5
Complementary color
Monochromatic Colors of #619DB5
Black with #619DB5
Text Example
Text Example
White with #619DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619DB5; }
p { color: rgb(97,157,181); }
H1.HeaderClassName
{
color: #619DB5;
}
.AnyTagClassName
{
color: #619DB5;
}
</style>
background-color css
<style>
a { background-color: #619DB5; }
a { background-color: rgb(97,157,181); }
div.DivClassName
{
background-color: #619DB5;
}
.BgClassName
{
background-color: #619DB5;
}
</style>
border-color css
<style>
span { border-color: #619DB5; }
span { border-color: rgb(97,157,181); }
td.TdClassName
{
border-color: #619DB5;
}
.TagClassName
{
border-color: #619DB5;
}
</style>