Shades of Shakespeare #619ABC
Tints of Shakespeare #619ABC
RGB
CMYK
RGB Variations
Color information
#619ABC (or 0x619ABC) is known color: Shakespeare. HEX triplet: 61, 9A and BC. RGB value is (97,154,188). Sum of RGB (Red+Green+Blue) = 97+154+188=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #619ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619ABC is #9E6543. Grayscale: #8C8C8C. Windows color (decimal): -10380612 or 12360289. OLE color: 12360289.
HSL color Cylindrical-coordinate representation of color #619ABC: hue angle of 202.42º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #619ABC is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 154 | 188 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.26 |
| HSL | 202.42º | 0.4% | 0.56% | - |
| HSV(B) | 202.42º | 0.48% | 0.74% | - |
| XYZ | 25.56 | 29.28 | 51.88 | - |
| YUV | 140.83 | 154.62 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 188 | 0.48 | 0.18 | 0 | 0.26 | 202.42 | 0.4 | 0.56 |
| Hex | 61 | 9A | BC | 30 | 12 | 0 | 1A | CA | 28 | 38 |
| Octal | 141 | 232 | 274 | 60 | 22 | 0 | 32 | 312 | 50 | 70 |
| Binary | 1100001 | 10011010 | 10111100 | 110000 | 10010 | 0 | 11010 | 11001010 | 101000 | 111000 |
Color Harmonies of #619ABC
Complementary color
Monochromatic Colors of #619ABC
Black with #619ABC
Text Example
Text Example
White with #619ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619ABC; }
p { color: rgb(97,154,188); }
H1.HeaderClassName
{
color: #619ABC;
}
.AnyTagClassName
{
color: #619ABC;
}
</style>
background-color css
<style>
a { background-color: #619ABC; }
a { background-color: rgb(97,154,188); }
div.DivClassName
{
background-color: #619ABC;
}
.BgClassName
{
background-color: #619ABC;
}
</style>
border-color css
<style>
span { border-color: #619ABC; }
span { border-color: rgb(97,154,188); }
td.TdClassName
{
border-color: #619ABC;
}
.TagClassName
{
border-color: #619ABC;
}
</style>