Shades of Shakespeare #619FB8
Tints of Shakespeare #619FB8
RGB
CMYK
RGB Variations
Color information
#619FB8 (or 0x619FB8) is known color: Shakespeare. HEX triplet: 61, 9F and B8. RGB value is (97,159,184). Sum of RGB (Red+Green+Blue) = 97+159+184=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 184 - color contains mainly: blue. Hex color #619FB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FB8 is #9E6047. Grayscale: #8F8F8F. Windows color (decimal): -10379336 or 12099425. OLE color: 12099425.
HSL color Cylindrical-coordinate representation of color #619FB8: hue angle of 197.24º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #619FB8 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 159 | 184 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.28 |
| HSL | 197.24º | 0.38% | 0.55% | - |
| HSV(B) | 197.24º | 0.47% | 0.72% | - |
| XYZ | 25.98 | 30.8 | 49.92 | - |
| YUV | 143.31 | 150.96 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 184 | 0.47 | 0.14 | 0 | 0.28 | 197.24 | 0.38 | 0.55 |
| Hex | 61 | 9F | B8 | 2F | E | 0 | 1C | C5 | 26 | 37 |
| Octal | 141 | 237 | 270 | 57 | 16 | 0 | 34 | 305 | 46 | 67 |
| Binary | 1100001 | 10011111 | 10111000 | 101111 | 1110 | 0 | 11100 | 11000101 | 100110 | 110111 |
Color Harmonies of #619FB8
Complementary color
Monochromatic Colors of #619FB8
Black with #619FB8
Text Example
Text Example
White with #619FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619FB8; }
p { color: rgb(97,159,184); }
H1.HeaderClassName
{
color: #619FB8;
}
.AnyTagClassName
{
color: #619FB8;
}
</style>
background-color css
<style>
a { background-color: #619FB8; }
a { background-color: rgb(97,159,184); }
div.DivClassName
{
background-color: #619FB8;
}
.BgClassName
{
background-color: #619FB8;
}
</style>
border-color css
<style>
span { border-color: #619FB8; }
span { border-color: rgb(97,159,184); }
td.TdClassName
{
border-color: #619FB8;
}
.TagClassName
{
border-color: #619FB8;
}
</style>