Shades of Shakespeare #6294AE
Tints of Shakespeare #6294AE
RGB
CMYK
RGB Variations
Color information
#6294AE (or 0x6294AE) is known color: Shakespeare. HEX triplet: 62, 94 and AE. RGB value is (98,148,174). Sum of RGB (Red+Green+Blue) = 98+148+174=420 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.33% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #6294AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6294AE is #9D6B51. Grayscale: #878787. Windows color (decimal): -10316626 or 11441250. OLE color: 11441250.
HSL color Cylindrical-coordinate representation of color #6294AE: hue angle of 200.53º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6294AE is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 148 | 174 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.32 |
| HSL | 200.53º | 0.32% | 0.53% | - |
| HSV(B) | 200.53º | 0.44% | 0.68% | - |
| XYZ | 23.27 | 26.83 | 44 | - |
| YUV | 136.01 | 149.44 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 148 | 174 | 0.44 | 0.15 | 0 | 0.32 | 200.53 | 0.32 | 0.53 |
| Hex | 62 | 94 | AE | 2C | F | 0 | 20 | C9 | 20 | 35 |
| Octal | 142 | 224 | 256 | 54 | 17 | 0 | 40 | 311 | 40 | 65 |
| Binary | 1100010 | 10010100 | 10101110 | 101100 | 1111 | 0 | 100000 | 11001001 | 100000 | 110101 |
Color Harmonies of #6294AE
Complementary color
Monochromatic Colors of #6294AE
Black with #6294AE
Text Example
Text Example
White with #6294AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6294AE; }
p { color: rgb(98,148,174); }
H1.HeaderClassName
{
color: #6294AE;
}
.AnyTagClassName
{
color: #6294AE;
}
</style>
background-color css
<style>
a { background-color: #6294AE; }
a { background-color: rgb(98,148,174); }
div.DivClassName
{
background-color: #6294AE;
}
.BgClassName
{
background-color: #6294AE;
}
</style>
border-color css
<style>
span { border-color: #6294AE; }
span { border-color: rgb(98,148,174); }
td.TdClassName
{
border-color: #6294AE;
}
.TagClassName
{
border-color: #6294AE;
}
</style>