Shades of Shakespeare #629BAD
Tints of Shakespeare #629BAD
RGB
CMYK
RGB Variations
Color information
#629BAD (or 0x629BAD) is known color: Shakespeare. HEX triplet: 62, 9B and AD. RGB value is (98,155,173). Sum of RGB (Red+Green+Blue) = 98+155+173=426 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.00% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #629BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629BAD is #9D6452. Grayscale: #8B8B8B. Windows color (decimal): -10314835 or 11377506. OLE color: 11377506.
HSL color Cylindrical-coordinate representation of color #629BAD: hue angle of 194.4º 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 #629BAD is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 155 | 173 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.32 |
| HSL | 194.4º | 0.31% | 0.53% | - |
| HSV(B) | 194.4º | 0.43% | 0.68% | - |
| XYZ | 24.3 | 29.06 | 43.86 | - |
| YUV | 140.01 | 146.62 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 173 | 0.43 | 0.10 | 0 | 0.32 | 194.4 | 0.31 | 0.53 |
| Hex | 62 | 9B | AD | 2B | A | 0 | 20 | C2 | 1F | 35 |
| Octal | 142 | 233 | 255 | 53 | 12 | 0 | 40 | 302 | 37 | 65 |
| Binary | 1100010 | 10011011 | 10101101 | 101011 | 1010 | 0 | 100000 | 11000010 | 11111 | 110101 |
Color Harmonies of #629BAD
Complementary color
Monochromatic Colors of #629BAD
Black with #629BAD
Text Example
Text Example
White with #629BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629BAD; }
p { color: rgb(98,155,173); }
H1.HeaderClassName
{
color: #629BAD;
}
.AnyTagClassName
{
color: #629BAD;
}
</style>
background-color css
<style>
a { background-color: #629BAD; }
a { background-color: rgb(98,155,173); }
div.DivClassName
{
background-color: #629BAD;
}
.BgClassName
{
background-color: #629BAD;
}
</style>
border-color css
<style>
span { border-color: #629BAD; }
span { border-color: rgb(98,155,173); }
td.TdClassName
{
border-color: #629BAD;
}
.TagClassName
{
border-color: #629BAD;
}
</style>