Shades of Shakespeare #619FBA
Tints of Shakespeare #619FBA
RGB
CMYK
RGB Variations
Color information
#619FBA (or 0x619FBA) is known color: Shakespeare. HEX triplet: 61, 9F and BA. RGB value is (97,159,186). Sum of RGB (Red+Green+Blue) = 97+159+186=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #619FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FBA is #9E6045. Grayscale: #8F8F8F. Windows color (decimal): -10379334 or 12230497. OLE color: 12230497.
HSL color Cylindrical-coordinate representation of color #619FBA: hue angle of 198.2º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #619FBA is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 159 | 186 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.27 |
| HSL | 198.2º | 0.39% | 0.55% | - |
| HSV(B) | 198.2º | 0.48% | 0.73% | - |
| XYZ | 26.19 | 30.88 | 51.03 | - |
| YUV | 143.54 | 151.96 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 186 | 0.48 | 0.15 | 0 | 0.27 | 198.2 | 0.39 | 0.55 |
| Hex | 61 | 9F | BA | 30 | F | 0 | 1B | C6 | 27 | 37 |
| Octal | 141 | 237 | 272 | 60 | 17 | 0 | 33 | 306 | 47 | 67 |
| Binary | 1100001 | 10011111 | 10111010 | 110000 | 1111 | 0 | 11011 | 11000110 | 100111 | 110111 |
Color Harmonies of #619FBA
Complementary color
Monochromatic Colors of #619FBA
Black with #619FBA
Text Example
Text Example
White with #619FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619FBA; }
p { color: rgb(97,159,186); }
H1.HeaderClassName
{
color: #619FBA;
}
.AnyTagClassName
{
color: #619FBA;
}
</style>
background-color css
<style>
a { background-color: #619FBA; }
a { background-color: rgb(97,159,186); }
div.DivClassName
{
background-color: #619FBA;
}
.BgClassName
{
background-color: #619FBA;
}
</style>
border-color css
<style>
span { border-color: #619FBA; }
span { border-color: rgb(97,159,186); }
td.TdClassName
{
border-color: #619FBA;
}
.TagClassName
{
border-color: #619FBA;
}
</style>