Shades of Shakespeare #6193AF
Tints of Shakespeare #6193AF
RGB
CMYK
RGB Variations
Color information
#6193AF (or 0x6193AF) is known color: Shakespeare. HEX triplet: 61, 93 and AF. RGB value is (97,147,175). Sum of RGB (Red+Green+Blue) = 97+147+175=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #6193AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6193AF is #9E6C50. Grayscale: #878787. Windows color (decimal): -10382417 or 11506529. OLE color: 11506529.
HSL color Cylindrical-coordinate representation of color #6193AF: hue angle of 201.54º 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 #6193AF is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 147 | 175 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.31 |
| HSL | 201.54º | 0.33% | 0.53% | - |
| HSV(B) | 201.54º | 0.45% | 0.69% | - |
| XYZ | 23.1 | 26.5 | 44.46 | - |
| YUV | 135.24 | 150.44 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 147 | 175 | 0.45 | 0.16 | 0 | 0.31 | 201.54 | 0.33 | 0.53 |
| Hex | 61 | 93 | AF | 2D | 10 | 0 | 1F | CA | 21 | 35 |
| Octal | 141 | 223 | 257 | 55 | 20 | 0 | 37 | 312 | 41 | 65 |
| Binary | 1100001 | 10010011 | 10101111 | 101101 | 10000 | 0 | 11111 | 11001010 | 100001 | 110101 |
Color Harmonies of #6193AF
Complementary color
Monochromatic Colors of #6193AF
Black with #6193AF
Text Example
Text Example
White with #6193AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6193AF; }
p { color: rgb(97,147,175); }
H1.HeaderClassName
{
color: #6193AF;
}
.AnyTagClassName
{
color: #6193AF;
}
</style>
background-color css
<style>
a { background-color: #6193AF; }
a { background-color: rgb(97,147,175); }
div.DivClassName
{
background-color: #6193AF;
}
.BgClassName
{
background-color: #6193AF;
}
</style>
border-color css
<style>
span { border-color: #6193AF; }
span { border-color: rgb(97,147,175); }
td.TdClassName
{
border-color: #6193AF;
}
.TagClassName
{
border-color: #6193AF;
}
</style>