Shades of Shakespeare #629FAE
Tints of Shakespeare #629FAE
RGB
CMYK
RGB Variations
Color information
#629FAE (or 0x629FAE) is known color: Shakespeare. HEX triplet: 62, 9F and AE. RGB value is (98,159,174). Sum of RGB (Red+Green+Blue) = 98+159+174=431 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.74% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #629FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629FAE is #9D6051. Grayscale: #8E8E8E. Windows color (decimal): -10313810 or 11444066. OLE color: 11444066.
HSL color Cylindrical-coordinate representation of color #629FAE: hue angle of 191.84º 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 #629FAE is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 159 | 174 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.32 |
| HSL | 191.84º | 0.32% | 0.53% | - |
| HSV(B) | 191.84º | 0.44% | 0.68% | - |
| XYZ | 25.08 | 30.45 | 44.6 | - |
| YUV | 142.47 | 145.79 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 159 | 174 | 0.44 | 0.09 | 0 | 0.32 | 191.84 | 0.32 | 0.53 |
| Hex | 62 | 9F | AE | 2C | 9 | 0 | 20 | C0 | 20 | 35 |
| Octal | 142 | 237 | 256 | 54 | 11 | 0 | 40 | 300 | 40 | 65 |
| Binary | 1100010 | 10011111 | 10101110 | 101100 | 1001 | 0 | 100000 | 11000000 | 100000 | 110101 |
Color Harmonies of #629FAE
Complementary color
Monochromatic Colors of #629FAE
Black with #629FAE
Text Example
Text Example
White with #629FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629FAE; }
p { color: rgb(98,159,174); }
H1.HeaderClassName
{
color: #629FAE;
}
.AnyTagClassName
{
color: #629FAE;
}
</style>
background-color css
<style>
a { background-color: #629FAE; }
a { background-color: rgb(98,159,174); }
div.DivClassName
{
background-color: #629FAE;
}
.BgClassName
{
background-color: #629FAE;
}
</style>
border-color css
<style>
span { border-color: #629FAE; }
span { border-color: rgb(98,159,174); }
td.TdClassName
{
border-color: #629FAE;
}
.TagClassName
{
border-color: #629FAE;
}
</style>