Shades of Shakespeare #6193BC
Tints of Shakespeare #6193BC
RGB
CMYK
RGB Variations
Color information
#6193BC (or 0x6193BC) is known color: Shakespeare. HEX triplet: 61, 93 and BC. RGB value is (97,147,188). Sum of RGB (Red+Green+Blue) = 97+147+188=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #6193BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6193BC is #9E6C43. Grayscale: #888888. Windows color (decimal): -10382404 or 12358497. OLE color: 12358497.
HSL color Cylindrical-coordinate representation of color #6193BC: hue angle of 207.03º 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 #6193BC is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 147 | 188 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.26 |
| HSL | 207.03º | 0.4% | 0.56% | - |
| HSV(B) | 207.03º | 0.48% | 0.74% | - |
| XYZ | 24.44 | 27.04 | 51.51 | - |
| YUV | 136.72 | 156.94 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 147 | 188 | 0.48 | 0.22 | 0 | 0.26 | 207.03 | 0.4 | 0.56 |
| Hex | 61 | 93 | BC | 30 | 16 | 0 | 1A | CF | 28 | 38 |
| Octal | 141 | 223 | 274 | 60 | 26 | 0 | 32 | 317 | 50 | 70 |
| Binary | 1100001 | 10010011 | 10111100 | 110000 | 10110 | 0 | 11010 | 11001111 | 101000 | 111000 |
Color Harmonies of #6193BC
Complementary color
Monochromatic Colors of #6193BC
Black with #6193BC
Text Example
Text Example
White with #6193BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6193BC; }
p { color: rgb(97,147,188); }
H1.HeaderClassName
{
color: #6193BC;
}
.AnyTagClassName
{
color: #6193BC;
}
</style>
background-color css
<style>
a { background-color: #6193BC; }
a { background-color: rgb(97,147,188); }
div.DivClassName
{
background-color: #6193BC;
}
.BgClassName
{
background-color: #6193BC;
}
</style>
border-color css
<style>
span { border-color: #6193BC; }
span { border-color: rgb(97,147,188); }
td.TdClassName
{
border-color: #6193BC;
}
.TagClassName
{
border-color: #6193BC;
}
</style>