Shades of Shakespeare #6294BC
Tints of Shakespeare #6294BC
RGB
CMYK
RGB Variations
Color information
#6294BC (or 0x6294BC) is known color: Shakespeare. HEX triplet: 62, 94 and BC. RGB value is (98,148,188). Sum of RGB (Red+Green+Blue) = 98+148+188=434 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.58% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #6294BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6294BC is #9D6B43. Grayscale: #898989. Windows color (decimal): -10316612 or 12358754. OLE color: 12358754.
HSL color Cylindrical-coordinate representation of color #6294BC: hue angle of 206.67º 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 #6294BC is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 148 | 188 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.26 |
| HSL | 206.67º | 0.4% | 0.56% | - |
| HSV(B) | 206.67º | 0.48% | 0.74% | - |
| XYZ | 24.7 | 27.41 | 51.57 | - |
| YUV | 137.61 | 156.44 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 148 | 188 | 0.48 | 0.21 | 0 | 0.26 | 206.67 | 0.4 | 0.56 |
| Hex | 62 | 94 | BC | 30 | 15 | 0 | 1A | CF | 28 | 38 |
| Octal | 142 | 224 | 274 | 60 | 25 | 0 | 32 | 317 | 50 | 70 |
| Binary | 1100010 | 10010100 | 10111100 | 110000 | 10101 | 0 | 11010 | 11001111 | 101000 | 111000 |
Color Harmonies of #6294BC
Complementary color
Monochromatic Colors of #6294BC
Black with #6294BC
Text Example
Text Example
White with #6294BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6294BC; }
p { color: rgb(98,148,188); }
H1.HeaderClassName
{
color: #6294BC;
}
.AnyTagClassName
{
color: #6294BC;
}
</style>
background-color css
<style>
a { background-color: #6294BC; }
a { background-color: rgb(98,148,188); }
div.DivClassName
{
background-color: #6294BC;
}
.BgClassName
{
background-color: #6294BC;
}
</style>
border-color css
<style>
span { border-color: #6294BC; }
span { border-color: rgb(98,148,188); }
td.TdClassName
{
border-color: #6294BC;
}
.TagClassName
{
border-color: #6294BC;
}
</style>