Shades of Shakespeare #629AAD
Tints of Shakespeare #629AAD
RGB
CMYK
RGB Variations
Color information
#629AAD (or 0x629AAD) is known color: Shakespeare. HEX triplet: 62, 9A and AD. RGB value is (98,154,173). Sum of RGB (Red+Green+Blue) = 98+154+173=425 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.06% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #629AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629AAD is #9D6552. Grayscale: #8B8B8B. Windows color (decimal): -10315091 or 11377250. OLE color: 11377250.
HSL color Cylindrical-coordinate representation of color #629AAD: hue angle of 195.2º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #629AAD is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 154 | 173 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.32 |
| HSL | 195.2º | 0.31% | 0.53% | - |
| HSV(B) | 195.2º | 0.43% | 0.68% | - |
| XYZ | 24.14 | 28.73 | 43.81 | - |
| YUV | 139.42 | 146.95 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 154 | 173 | 0.43 | 0.11 | 0 | 0.32 | 195.2 | 0.31 | 0.53 |
| Hex | 62 | 9A | AD | 2B | B | 0 | 20 | C3 | 1F | 35 |
| Octal | 142 | 232 | 255 | 53 | 13 | 0 | 40 | 303 | 37 | 65 |
| Binary | 1100010 | 10011010 | 10101101 | 101011 | 1011 | 0 | 100000 | 11000011 | 11111 | 110101 |
Color Harmonies of #629AAD
Complementary color
Monochromatic Colors of #629AAD
Black with #629AAD
Text Example
Text Example
White with #629AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629AAD; }
p { color: rgb(98,154,173); }
H1.HeaderClassName
{
color: #629AAD;
}
.AnyTagClassName
{
color: #629AAD;
}
</style>
background-color css
<style>
a { background-color: #629AAD; }
a { background-color: rgb(98,154,173); }
div.DivClassName
{
background-color: #629AAD;
}
.BgClassName
{
background-color: #629AAD;
}
</style>
border-color css
<style>
span { border-color: #629AAD; }
span { border-color: rgb(98,154,173); }
td.TdClassName
{
border-color: #629AAD;
}
.TagClassName
{
border-color: #629AAD;
}
</style>