Shades of Shakespeare #619AAF
Tints of Shakespeare #619AAF
RGB
CMYK
RGB Variations
Color information
#619AAF (or 0x619AAF) is known color: Shakespeare. HEX triplet: 61, 9A and AF. RGB value is (97,154,175). Sum of RGB (Red+Green+Blue) = 97+154+175=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #619AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619AAF is #9E6550. Grayscale: #8B8B8B. Windows color (decimal): -10380625 or 11508321. OLE color: 11508321.
HSL color Cylindrical-coordinate representation of color #619AAF: hue angle of 196.15º 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 #619AAF is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 154 | 175 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.31 |
| HSL | 196.15º | 0.33% | 0.53% | - |
| HSV(B) | 196.15º | 0.45% | 0.69% | - |
| XYZ | 24.22 | 28.75 | 44.83 | - |
| YUV | 139.35 | 148.12 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 175 | 0.45 | 0.12 | 0 | 0.31 | 196.15 | 0.33 | 0.53 |
| Hex | 61 | 9A | AF | 2D | C | 0 | 1F | C4 | 21 | 35 |
| Octal | 141 | 232 | 257 | 55 | 14 | 0 | 37 | 304 | 41 | 65 |
| Binary | 1100001 | 10011010 | 10101111 | 101101 | 1100 | 0 | 11111 | 11000100 | 100001 | 110101 |
Color Harmonies of #619AAF
Complementary color
Monochromatic Colors of #619AAF
Black with #619AAF
Text Example
Text Example
White with #619AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619AAF; }
p { color: rgb(97,154,175); }
H1.HeaderClassName
{
color: #619AAF;
}
.AnyTagClassName
{
color: #619AAF;
}
</style>
background-color css
<style>
a { background-color: #619AAF; }
a { background-color: rgb(97,154,175); }
div.DivClassName
{
background-color: #619AAF;
}
.BgClassName
{
background-color: #619AAF;
}
</style>
border-color css
<style>
span { border-color: #619AAF; }
span { border-color: rgb(97,154,175); }
td.TdClassName
{
border-color: #619AAF;
}
.TagClassName
{
border-color: #619AAF;
}
</style>