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