Shades of Shakespeare #619EAD
Tints of Shakespeare #619EAD
RGB
CMYK
RGB Variations
Color information
#619EAD (or 0x619EAD) is known color: Shakespeare. HEX triplet: 61, 9E and AD. RGB value is (97,158,173). Sum of RGB (Red+Green+Blue) = 97+158+173=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #619EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619EAD is #9E6152. Grayscale: #8D8D8D. Windows color (decimal): -10379603 or 11378273. OLE color: 11378273.
HSL color Cylindrical-coordinate representation of color #619EAD: hue angle of 191.84º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #619EAD is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 158 | 173 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.32 |
| HSL | 191.84º | 0.32% | 0.53% | - |
| HSV(B) | 191.84º | 0.44% | 0.68% | - |
| XYZ | 24.7 | 30.01 | 44.03 | - |
| YUV | 141.47 | 145.79 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 158 | 173 | 0.44 | 0.09 | 0 | 0.32 | 191.84 | 0.32 | 0.53 |
| Hex | 61 | 9E | AD | 2C | 9 | 0 | 20 | C0 | 20 | 35 |
| Octal | 141 | 236 | 255 | 54 | 11 | 0 | 40 | 300 | 40 | 65 |
| Binary | 1100001 | 10011110 | 10101101 | 101100 | 1001 | 0 | 100000 | 11000000 | 100000 | 110101 |
Color Harmonies of #619EAD
Complementary color
Monochromatic Colors of #619EAD
Black with #619EAD
Text Example
Text Example
White with #619EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619EAD; }
p { color: rgb(97,158,173); }
H1.HeaderClassName
{
color: #619EAD;
}
.AnyTagClassName
{
color: #619EAD;
}
</style>
background-color css
<style>
a { background-color: #619EAD; }
a { background-color: rgb(97,158,173); }
div.DivClassName
{
background-color: #619EAD;
}
.BgClassName
{
background-color: #619EAD;
}
</style>
border-color css
<style>
span { border-color: #619EAD; }
span { border-color: rgb(97,158,173); }
td.TdClassName
{
border-color: #619EAD;
}
.TagClassName
{
border-color: #619EAD;
}
</style>