Shades of Shakespeare #619FBC
Tints of Shakespeare #619FBC
RGB
CMYK
RGB Variations
Color information
#619FBC (or 0x619FBC) is known color: Shakespeare. HEX triplet: 61, 9F and BC. RGB value is (97,159,188). Sum of RGB (Red+Green+Blue) = 97+159+188=444 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.85% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #619FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FBC is #9E6043. Grayscale: #8F8F8F. Windows color (decimal): -10379332 or 12361569. OLE color: 12361569.
HSL color Cylindrical-coordinate representation of color #619FBC: hue angle of 199.12º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #619FBC is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 159 | 188 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.26 |
| HSL | 199.12º | 0.4% | 0.56% | - |
| HSV(B) | 199.12º | 0.48% | 0.74% | - |
| XYZ | 26.41 | 30.97 | 52.16 | - |
| YUV | 143.77 | 152.96 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 188 | 0.48 | 0.15 | 0 | 0.26 | 199.12 | 0.4 | 0.56 |
| Hex | 61 | 9F | BC | 30 | F | 0 | 1A | C7 | 28 | 38 |
| Octal | 141 | 237 | 274 | 60 | 17 | 0 | 32 | 307 | 50 | 70 |
| Binary | 1100001 | 10011111 | 10111100 | 110000 | 1111 | 0 | 11010 | 11000111 | 101000 | 111000 |
Color Harmonies of #619FBC
Complementary color
Monochromatic Colors of #619FBC
Black with #619FBC
Text Example
Text Example
White with #619FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619FBC; }
p { color: rgb(97,159,188); }
H1.HeaderClassName
{
color: #619FBC;
}
.AnyTagClassName
{
color: #619FBC;
}
</style>
background-color css
<style>
a { background-color: #619FBC; }
a { background-color: rgb(97,159,188); }
div.DivClassName
{
background-color: #619FBC;
}
.BgClassName
{
background-color: #619FBC;
}
</style>
border-color css
<style>
span { border-color: #619FBC; }
span { border-color: rgb(97,159,188); }
td.TdClassName
{
border-color: #619FBC;
}
.TagClassName
{
border-color: #619FBC;
}
</style>