Shades of Shakespeare #619FC4
Tints of Shakespeare #619FC4
RGB
CMYK
RGB Variations
Color information
#619FC4 (or 0x619FC4) is known color: Shakespeare. HEX triplet: 61, 9F and C4. RGB value is (97,159,196). Sum of RGB (Red+Green+Blue) = 97+159+196=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 196 - color contains mainly: blue. Hex color #619FC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FC4 is #9E603B. Grayscale: #909090. Windows color (decimal): -10379324 or 12885857. OLE color: 12885857.
HSL color Cylindrical-coordinate representation of color #619FC4: hue angle of 202.42º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #619FC4 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 159 | 196 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.23 |
| HSL | 202.42º | 0.46% | 0.57% | - |
| HSV(B) | 202.42º | 0.51% | 0.77% | - |
| XYZ | 27.29 | 31.32 | 56.83 | - |
| YUV | 144.68 | 156.96 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 196 | 0.51 | 0.19 | 0 | 0.23 | 202.42 | 0.46 | 0.57 |
| Hex | 61 | 9F | C4 | 33 | 13 | 0 | 17 | CA | 2E | 39 |
| Octal | 141 | 237 | 304 | 63 | 23 | 0 | 27 | 312 | 56 | 71 |
| Binary | 1100001 | 10011111 | 11000100 | 110011 | 10011 | 0 | 10111 | 11001010 | 101110 | 111001 |
Color Harmonies of #619FC4
Complementary color
Monochromatic Colors of #619FC4
Black with #619FC4
Text Example
Text Example
White with #619FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619FC4; }
p { color: rgb(97,159,196); }
H1.HeaderClassName
{
color: #619FC4;
}
.AnyTagClassName
{
color: #619FC4;
}
</style>
background-color css
<style>
a { background-color: #619FC4; }
a { background-color: rgb(97,159,196); }
div.DivClassName
{
background-color: #619FC4;
}
.BgClassName
{
background-color: #619FC4;
}
</style>
border-color css
<style>
span { border-color: #619FC4; }
span { border-color: rgb(97,159,196); }
td.TdClassName
{
border-color: #619FC4;
}
.TagClassName
{
border-color: #619FC4;
}
</style>