Shades of Shakespeare #619FAF
Tints of Shakespeare #619FAF
RGB
CMYK
RGB Variations
Color information
#619FAF (or 0x619FAF) is known color: Shakespeare. HEX triplet: 61, 9F and AF. RGB value is (97,159,175). Sum of RGB (Red+Green+Blue) = 97+159+175=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #619FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619FAF is #9E6050. Grayscale: #8E8E8E. Windows color (decimal): -10379345 or 11509601. OLE color: 11509601.
HSL color Cylindrical-coordinate representation of color #619FAF: hue angle of 192.31º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #619FAF is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 159 | 175 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.31 |
| HSL | 192.31º | 0.33% | 0.53% | - |
| HSV(B) | 192.31º | 0.45% | 0.69% | - |
| XYZ | 25.07 | 30.43 | 45.11 | - |
| YUV | 142.29 | 146.46 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 175 | 0.45 | 0.09 | 0 | 0.31 | 192.31 | 0.33 | 0.53 |
| Hex | 61 | 9F | AF | 2D | 9 | 0 | 1F | C0 | 21 | 35 |
| Octal | 141 | 237 | 257 | 55 | 11 | 0 | 37 | 300 | 41 | 65 |
| Binary | 1100001 | 10011111 | 10101111 | 101101 | 1001 | 0 | 11111 | 11000000 | 100001 | 110101 |
Color Harmonies of #619FAF
Complementary color
Monochromatic Colors of #619FAF
Black with #619FAF
Text Example
Text Example
White with #619FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619FAF; }
p { color: rgb(97,159,175); }
H1.HeaderClassName
{
color: #619FAF;
}
.AnyTagClassName
{
color: #619FAF;
}
</style>
background-color css
<style>
a { background-color: #619FAF; }
a { background-color: rgb(97,159,175); }
div.DivClassName
{
background-color: #619FAF;
}
.BgClassName
{
background-color: #619FAF;
}
</style>
border-color css
<style>
span { border-color: #619FAF; }
span { border-color: rgb(97,159,175); }
td.TdClassName
{
border-color: #619FAF;
}
.TagClassName
{
border-color: #619FAF;
}
</style>