Shades of Shakespeare #619CBF
Tints of Shakespeare #619CBF
RGB
CMYK
RGB Variations
Color information
#619CBF (or 0x619CBF) is known color: Shakespeare. HEX triplet: 61, 9C and BF. RGB value is (97,156,191). Sum of RGB (Red+Green+Blue) = 97+156+191=444 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.85% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #619CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619CBF is #9E6340. Grayscale: #8E8E8E. Windows color (decimal): -10380097 or 12557409. OLE color: 12557409.
HSL color Cylindrical-coordinate representation of color #619CBF: hue angle of 202.34º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #619CBF is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 156 | 191 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.25 |
| HSL | 202.34º | 0.42% | 0.56% | - |
| HSV(B) | 202.34º | 0.49% | 0.75% | - |
| XYZ | 26.22 | 30.08 | 53.71 | - |
| YUV | 142.35 | 155.45 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 156 | 191 | 0.49 | 0.18 | 0 | 0.25 | 202.34 | 0.42 | 0.56 |
| Hex | 61 | 9C | BF | 31 | 12 | 0 | 19 | CA | 2A | 38 |
| Octal | 141 | 234 | 277 | 61 | 22 | 0 | 31 | 312 | 52 | 70 |
| Binary | 1100001 | 10011100 | 10111111 | 110001 | 10010 | 0 | 11001 | 11001010 | 101010 | 111000 |
Color Harmonies of #619CBF
Complementary color
Monochromatic Colors of #619CBF
Black with #619CBF
Text Example
Text Example
White with #619CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619CBF; }
p { color: rgb(97,156,191); }
H1.HeaderClassName
{
color: #619CBF;
}
.AnyTagClassName
{
color: #619CBF;
}
</style>
background-color css
<style>
a { background-color: #619CBF; }
a { background-color: rgb(97,156,191); }
div.DivClassName
{
background-color: #619CBF;
}
.BgClassName
{
background-color: #619CBF;
}
</style>
border-color css
<style>
span { border-color: #619CBF; }
span { border-color: rgb(97,156,191); }
td.TdClassName
{
border-color: #619CBF;
}
.TagClassName
{
border-color: #619CBF;
}
</style>