Shades of Shakespeare #629BBA
Tints of Shakespeare #629BBA
RGB
CMYK
RGB Variations
Color information
#629BBA (or 0x629BBA) is known color: Shakespeare. HEX triplet: 62, 9B and BA. RGB value is (98,155,186). Sum of RGB (Red+Green+Blue) = 98+155+186=439 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.32% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #629BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629BBA is #9D6445. Grayscale: #8D8D8D. Windows color (decimal): -10314822 or 12229474. OLE color: 12229474.
HSL color Cylindrical-coordinate representation of color #629BBA: hue angle of 201.14º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #629BBA is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 155 | 186 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.27 |
| HSL | 201.14º | 0.39% | 0.56% | - |
| HSV(B) | 201.14º | 0.47% | 0.73% | - |
| XYZ | 25.62 | 29.58 | 50.81 | - |
| YUV | 141.49 | 153.12 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 186 | 0.47 | 0.17 | 0 | 0.27 | 201.14 | 0.39 | 0.56 |
| Hex | 62 | 9B | BA | 2F | 11 | 0 | 1B | C9 | 27 | 38 |
| Octal | 142 | 233 | 272 | 57 | 21 | 0 | 33 | 311 | 47 | 70 |
| Binary | 1100010 | 10011011 | 10111010 | 101111 | 10001 | 0 | 11011 | 11001001 | 100111 | 111000 |
Color Harmonies of #629BBA
Complementary color
Monochromatic Colors of #629BBA
Black with #629BBA
Text Example
Text Example
White with #629BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629BBA; }
p { color: rgb(98,155,186); }
H1.HeaderClassName
{
color: #629BBA;
}
.AnyTagClassName
{
color: #629BBA;
}
</style>
background-color css
<style>
a { background-color: #629BBA; }
a { background-color: rgb(98,155,186); }
div.DivClassName
{
background-color: #629BBA;
}
.BgClassName
{
background-color: #629BBA;
}
</style>
border-color css
<style>
span { border-color: #629BBA; }
span { border-color: rgb(98,155,186); }
td.TdClassName
{
border-color: #629BBA;
}
.TagClassName
{
border-color: #629BBA;
}
</style>