Shades of Shakespeare #629DB9
Tints of Shakespeare #629DB9
RGB
CMYK
RGB Variations
Color information
#629DB9 (or 0x629DB9) is known color: Shakespeare. HEX triplet: 62, 9D and B9. RGB value is (98,157,185). Sum of RGB (Red+Green+Blue) = 98+157+185=440 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.27% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #629DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629DB9 is #9D6246. Grayscale: #8E8E8E. Windows color (decimal): -10314311 or 12164450. OLE color: 12164450.
HSL color Cylindrical-coordinate representation of color #629DB9: hue angle of 199.31º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #629DB9 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 157 | 185 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.27 |
| HSL | 199.31º | 0.38% | 0.55% | - |
| HSV(B) | 199.31º | 0.47% | 0.73% | - |
| XYZ | 25.85 | 30.21 | 50.37 | - |
| YUV | 142.55 | 151.95 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 157 | 185 | 0.47 | 0.15 | 0 | 0.27 | 199.31 | 0.38 | 0.55 |
| Hex | 62 | 9D | B9 | 2F | F | 0 | 1B | C7 | 26 | 37 |
| Octal | 142 | 235 | 271 | 57 | 17 | 0 | 33 | 307 | 46 | 67 |
| Binary | 1100010 | 10011101 | 10111001 | 101111 | 1111 | 0 | 11011 | 11000111 | 100110 | 110111 |
Color Harmonies of #629DB9
Complementary color
Monochromatic Colors of #629DB9
Black with #629DB9
Text Example
Text Example
White with #629DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629DB9; }
p { color: rgb(98,157,185); }
H1.HeaderClassName
{
color: #629DB9;
}
.AnyTagClassName
{
color: #629DB9;
}
</style>
background-color css
<style>
a { background-color: #629DB9; }
a { background-color: rgb(98,157,185); }
div.DivClassName
{
background-color: #629DB9;
}
.BgClassName
{
background-color: #629DB9;
}
</style>
border-color css
<style>
span { border-color: #629DB9; }
span { border-color: rgb(98,157,185); }
td.TdClassName
{
border-color: #629DB9;
}
.TagClassName
{
border-color: #629DB9;
}
</style>