Shades of Shakespeare #629DAE
Tints of Shakespeare #629DAE
RGB
CMYK
RGB Variations
Color information
#629DAE (or 0x629DAE) is known color: Shakespeare. HEX triplet: 62, 9D and AE. RGB value is (98,157,174). Sum of RGB (Red+Green+Blue) = 98+157+174=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #629DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629DAE is #9D6251. Grayscale: #8D8D8D. Windows color (decimal): -10314322 or 11443554. OLE color: 11443554.
HSL color Cylindrical-coordinate representation of color #629DAE: hue angle of 193.42º 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 #629DAE is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 157 | 174 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.32 |
| HSL | 193.42º | 0.32% | 0.53% | - |
| HSV(B) | 193.42º | 0.44% | 0.68% | - |
| XYZ | 24.73 | 29.77 | 44.49 | - |
| YUV | 141.3 | 146.45 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 157 | 174 | 0.44 | 0.10 | 0 | 0.32 | 193.42 | 0.32 | 0.53 |
| Hex | 62 | 9D | AE | 2C | A | 0 | 20 | C1 | 20 | 35 |
| Octal | 142 | 235 | 256 | 54 | 12 | 0 | 40 | 301 | 40 | 65 |
| Binary | 1100010 | 10011101 | 10101110 | 101100 | 1010 | 0 | 100000 | 11000001 | 100000 | 110101 |
Color Harmonies of #629DAE
Complementary color
Monochromatic Colors of #629DAE
Black with #629DAE
Text Example
Text Example
White with #629DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629DAE; }
p { color: rgb(98,157,174); }
H1.HeaderClassName
{
color: #629DAE;
}
.AnyTagClassName
{
color: #629DAE;
}
</style>
background-color css
<style>
a { background-color: #629DAE; }
a { background-color: rgb(98,157,174); }
div.DivClassName
{
background-color: #629DAE;
}
.BgClassName
{
background-color: #629DAE;
}
</style>
border-color css
<style>
span { border-color: #629DAE; }
span { border-color: rgb(98,157,174); }
td.TdClassName
{
border-color: #629DAE;
}
.TagClassName
{
border-color: #629DAE;
}
</style>