Shades of Shakespeare #629EBD
Tints of Shakespeare #629EBD
RGB
CMYK
RGB Variations
Color information
#629EBD (or 0x629EBD) is known color: Shakespeare. HEX triplet: 62, 9E and BD. RGB value is (98,158,189). Sum of RGB (Red+Green+Blue) = 98+158+189=445 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.02% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #629EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629EBD is #9D6142. Grayscale: #8F8F8F. Windows color (decimal): -10314051 or 12426850. OLE color: 12426850.
HSL color Cylindrical-coordinate representation of color #629EBD: hue angle of 200.44º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #629EBD is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 158 | 189 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.26 |
| HSL | 200.44º | 0.41% | 0.56% | - |
| HSV(B) | 200.44º | 0.48% | 0.74% | - |
| XYZ | 26.45 | 30.72 | 52.68 | - |
| YUV | 143.59 | 153.62 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 158 | 189 | 0.48 | 0.16 | 0 | 0.26 | 200.44 | 0.41 | 0.56 |
| Hex | 62 | 9E | BD | 30 | 10 | 0 | 1A | C8 | 29 | 38 |
| Octal | 142 | 236 | 275 | 60 | 20 | 0 | 32 | 310 | 51 | 70 |
| Binary | 1100010 | 10011110 | 10111101 | 110000 | 10000 | 0 | 11010 | 11001000 | 101001 | 111000 |
Color Harmonies of #629EBD
Complementary color
Monochromatic Colors of #629EBD
Black with #629EBD
Text Example
Text Example
White with #629EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629EBD; }
p { color: rgb(98,158,189); }
H1.HeaderClassName
{
color: #629EBD;
}
.AnyTagClassName
{
color: #629EBD;
}
</style>
background-color css
<style>
a { background-color: #629EBD; }
a { background-color: rgb(98,158,189); }
div.DivClassName
{
background-color: #629EBD;
}
.BgClassName
{
background-color: #629EBD;
}
</style>
border-color css
<style>
span { border-color: #629EBD; }
span { border-color: rgb(98,158,189); }
td.TdClassName
{
border-color: #629EBD;
}
.TagClassName
{
border-color: #629EBD;
}
</style>