Shades of Shakespeare #6193B3
Tints of Shakespeare #6193B3
RGB
CMYK
RGB Variations
Color information
#6193B3 (or 0x6193B3) is known color: Shakespeare. HEX triplet: 61, 93 and B3. RGB value is (97,147,179). Sum of RGB (Red+Green+Blue) = 97+147+179=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #6193B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6193B3 is #9E6C4C. Grayscale: #878787. Windows color (decimal): -10382413 or 11768673. OLE color: 11768673.
HSL color Cylindrical-coordinate representation of color #6193B3: hue angle of 203.41º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6193B3 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 147 | 179 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.30 |
| HSL | 203.41º | 0.35% | 0.54% | - |
| HSV(B) | 203.41º | 0.46% | 0.7% | - |
| XYZ | 23.5 | 26.66 | 46.56 | - |
| YUV | 135.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 147 | 179 | 0.46 | 0.18 | 0 | 0.30 | 203.41 | 0.35 | 0.54 |
| Hex | 61 | 93 | B3 | 2E | 12 | 0 | 1E | CB | 23 | 36 |
| Octal | 141 | 223 | 263 | 56 | 22 | 0 | 36 | 313 | 43 | 66 |
| Binary | 1100001 | 10010011 | 10110011 | 101110 | 10010 | 0 | 11110 | 11001011 | 100011 | 110110 |
Color Harmonies of #6193B3
Complementary color
Monochromatic Colors of #6193B3
Black with #6193B3
Text Example
Text Example
White with #6193B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6193B3; }
p { color: rgb(97,147,179); }
H1.HeaderClassName
{
color: #6193B3;
}
.AnyTagClassName
{
color: #6193B3;
}
</style>
background-color css
<style>
a { background-color: #6193B3; }
a { background-color: rgb(97,147,179); }
div.DivClassName
{
background-color: #6193B3;
}
.BgClassName
{
background-color: #6193B3;
}
</style>
border-color css
<style>
span { border-color: #6193B3; }
span { border-color: rgb(97,147,179); }
td.TdClassName
{
border-color: #6193B3;
}
.TagClassName
{
border-color: #6193B3;
}
</style>