Shades of Shakespeare #629ABE
Tints of Shakespeare #629ABE
RGB
CMYK
RGB Variations
Color information
#629ABE (or 0x629ABE) is known color: Shakespeare. HEX triplet: 62, 9A and BE. RGB value is (98,154,190). Sum of RGB (Red+Green+Blue) = 98+154+190=442 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.17% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #629ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629ABE is #9D6541. Grayscale: #8D8D8D. Windows color (decimal): -10315074 or 12491362. OLE color: 12491362.
HSL color Cylindrical-coordinate representation of color #629ABE: hue angle of 203.48º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #629ABE is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 154 | 190 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.25 |
| HSL | 203.48º | 0.41% | 0.56% | - |
| HSV(B) | 203.48º | 0.48% | 0.75% | - |
| XYZ | 25.89 | 29.43 | 53.03 | - |
| YUV | 141.36 | 155.45 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 154 | 190 | 0.48 | 0.19 | 0 | 0.25 | 203.48 | 0.41 | 0.56 |
| Hex | 62 | 9A | BE | 30 | 13 | 0 | 19 | CB | 29 | 38 |
| Octal | 142 | 232 | 276 | 60 | 23 | 0 | 31 | 313 | 51 | 70 |
| Binary | 1100010 | 10011010 | 10111110 | 110000 | 10011 | 0 | 11001 | 11001011 | 101001 | 111000 |
Color Harmonies of #629ABE
Complementary color
Monochromatic Colors of #629ABE
Black with #629ABE
Text Example
Text Example
White with #629ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629ABE; }
p { color: rgb(98,154,190); }
H1.HeaderClassName
{
color: #629ABE;
}
.AnyTagClassName
{
color: #629ABE;
}
</style>
background-color css
<style>
a { background-color: #629ABE; }
a { background-color: rgb(98,154,190); }
div.DivClassName
{
background-color: #629ABE;
}
.BgClassName
{
background-color: #629ABE;
}
</style>
border-color css
<style>
span { border-color: #629ABE; }
span { border-color: rgb(98,154,190); }
td.TdClassName
{
border-color: #629ABE;
}
.TagClassName
{
border-color: #629ABE;
}
</style>