Shades of Shakespeare #629BAB
Tints of Shakespeare #629BAB
RGB
CMYK
RGB Variations
Color information
#629BAB (or 0x629BAB) is known color: Shakespeare. HEX triplet: 62, 9B and AB. RGB value is (98,155,171). Sum of RGB (Red+Green+Blue) = 98+155+171=424 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.11% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #629BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629BAB is #9D6454. Grayscale: #8B8B8B. Windows color (decimal): -10314837 or 11246434. OLE color: 11246434.
HSL color Cylindrical-coordinate representation of color #629BAB: hue angle of 193.15º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #629BAB is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 155 | 171 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.33 |
| HSL | 193.15º | 0.3% | 0.53% | - |
| HSV(B) | 193.15º | 0.43% | 0.67% | - |
| XYZ | 24.11 | 28.98 | 42.85 | - |
| YUV | 139.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 171 | 0.43 | 0.09 | 0 | 0.33 | 193.15 | 0.3 | 0.53 |
| Hex | 62 | 9B | AB | 2B | 9 | 0 | 21 | C1 | 1E | 35 |
| Octal | 142 | 233 | 253 | 53 | 11 | 0 | 41 | 301 | 36 | 65 |
| Binary | 1100010 | 10011011 | 10101011 | 101011 | 1001 | 0 | 100001 | 11000001 | 11110 | 110101 |
Color Harmonies of #629BAB
Complementary color
Monochromatic Colors of #629BAB
Black with #629BAB
Text Example
Text Example
White with #629BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629BAB; }
p { color: rgb(98,155,171); }
H1.HeaderClassName
{
color: #629BAB;
}
.AnyTagClassName
{
color: #629BAB;
}
</style>
background-color css
<style>
a { background-color: #629BAB; }
a { background-color: rgb(98,155,171); }
div.DivClassName
{
background-color: #629BAB;
}
.BgClassName
{
background-color: #629BAB;
}
</style>
border-color css
<style>
span { border-color: #629BAB; }
span { border-color: rgb(98,155,171); }
td.TdClassName
{
border-color: #629BAB;
}
.TagClassName
{
border-color: #629BAB;
}
</style>