Shades of Shakespeare #6293BA
Tints of Shakespeare #6293BA
RGB
CMYK
RGB Variations
Color information
#6293BA (or 0x6293BA) is known color: Shakespeare. HEX triplet: 62, 93 and BA. RGB value is (98,147,186). Sum of RGB (Red+Green+Blue) = 98+147+186=431 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.74% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #6293BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6293BA is #9D6C45. Grayscale: #888888. Windows color (decimal): -10316870 or 12227426. OLE color: 12227426.
HSL color Cylindrical-coordinate representation of color #6293BA: hue angle of 206.59º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6293BA is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 147 | 186 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.27 |
| HSL | 206.59º | 0.39% | 0.56% | - |
| HSV(B) | 206.59º | 0.47% | 0.73% | - |
| XYZ | 24.33 | 27.01 | 50.39 | - |
| YUV | 136.8 | 155.77 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 186 | 0.47 | 0.21 | 0 | 0.27 | 206.59 | 0.39 | 0.56 |
| Hex | 62 | 93 | BA | 2F | 15 | 0 | 1B | CF | 27 | 38 |
| Octal | 142 | 223 | 272 | 57 | 25 | 0 | 33 | 317 | 47 | 70 |
| Binary | 1100010 | 10010011 | 10111010 | 101111 | 10101 | 0 | 11011 | 11001111 | 100111 | 111000 |
Color Harmonies of #6293BA
Complementary color
Monochromatic Colors of #6293BA
Black with #6293BA
Text Example
Text Example
White with #6293BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6293BA; }
p { color: rgb(98,147,186); }
H1.HeaderClassName
{
color: #6293BA;
}
.AnyTagClassName
{
color: #6293BA;
}
</style>
background-color css
<style>
a { background-color: #6293BA; }
a { background-color: rgb(98,147,186); }
div.DivClassName
{
background-color: #6293BA;
}
.BgClassName
{
background-color: #6293BA;
}
</style>
border-color css
<style>
span { border-color: #6293BA; }
span { border-color: rgb(98,147,186); }
td.TdClassName
{
border-color: #6293BA;
}
.TagClassName
{
border-color: #6293BA;
}
</style>