Shades of Shakespeare #629BAF
Tints of Shakespeare #629BAF
RGB
CMYK
RGB Variations
Color information
#629BAF (or 0x629BAF) is known color: Shakespeare. HEX triplet: 62, 9B and AF. RGB value is (98,155,175). Sum of RGB (Red+Green+Blue) = 98+155+175=428 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.90% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #629BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629BAF is #9D6450. Grayscale: #8C8C8C. Windows color (decimal): -10314833 or 11508578. OLE color: 11508578.
HSL color Cylindrical-coordinate representation of color #629BAF: hue angle of 195.58º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #629BAF is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 155 | 175 | - |
| CMYK | 0.44 | 0.11 | 0 | 0.31 |
| HSL | 195.58º | 0.32% | 0.54% | - |
| HSV(B) | 195.58º | 0.44% | 0.69% | - |
| XYZ | 24.5 | 29.13 | 44.89 | - |
| YUV | 140.24 | 147.62 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 175 | 0.44 | 0.11 | 0 | 0.31 | 195.58 | 0.32 | 0.54 |
| Hex | 62 | 9B | AF | 2C | B | 0 | 1F | C4 | 20 | 36 |
| Octal | 142 | 233 | 257 | 54 | 13 | 0 | 37 | 304 | 40 | 66 |
| Binary | 1100010 | 10011011 | 10101111 | 101100 | 1011 | 0 | 11111 | 11000100 | 100000 | 110110 |
Color Harmonies of #629BAF
Complementary color
Monochromatic Colors of #629BAF
Black with #629BAF
Text Example
Text Example
White with #629BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629BAF; }
p { color: rgb(98,155,175); }
H1.HeaderClassName
{
color: #629BAF;
}
.AnyTagClassName
{
color: #629BAF;
}
</style>
background-color css
<style>
a { background-color: #629BAF; }
a { background-color: rgb(98,155,175); }
div.DivClassName
{
background-color: #629BAF;
}
.BgClassName
{
background-color: #629BAF;
}
</style>
border-color css
<style>
span { border-color: #629BAF; }
span { border-color: rgb(98,155,175); }
td.TdClassName
{
border-color: #629BAF;
}
.TagClassName
{
border-color: #629BAF;
}
</style>