Shades of Shakespeare #629BBF
Tints of Shakespeare #629BBF
RGB
CMYK
RGB Variations
Color information
#629BBF (or 0x629BBF) is known color: Shakespeare. HEX triplet: 62, 9B and BF. RGB value is (98,155,191). Sum of RGB (Red+Green+Blue) = 98+155+191=444 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.07% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #629BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629BBF is #9D6440. Grayscale: #8D8D8D. Windows color (decimal): -10314817 or 12557154. OLE color: 12557154.
HSL color Cylindrical-coordinate representation of color #629BBF: hue angle of 203.23º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #629BBF is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 155 | 191 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.25 |
| HSL | 203.23º | 0.42% | 0.57% | - |
| HSV(B) | 203.23º | 0.49% | 0.75% | - |
| XYZ | 26.16 | 29.8 | 53.66 | - |
| YUV | 142.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 191 | 0.49 | 0.19 | 0 | 0.25 | 203.23 | 0.42 | 0.57 |
| Hex | 62 | 9B | BF | 31 | 13 | 0 | 19 | CB | 2A | 39 |
| Octal | 142 | 233 | 277 | 61 | 23 | 0 | 31 | 313 | 52 | 71 |
| Binary | 1100010 | 10011011 | 10111111 | 110001 | 10011 | 0 | 11001 | 11001011 | 101010 | 111001 |
Color Harmonies of #629BBF
Complementary color
Monochromatic Colors of #629BBF
Black with #629BBF
Text Example
Text Example
White with #629BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629BBF; }
p { color: rgb(98,155,191); }
H1.HeaderClassName
{
color: #629BBF;
}
.AnyTagClassName
{
color: #629BBF;
}
</style>
background-color css
<style>
a { background-color: #629BBF; }
a { background-color: rgb(98,155,191); }
div.DivClassName
{
background-color: #629BBF;
}
.BgClassName
{
background-color: #629BBF;
}
</style>
border-color css
<style>
span { border-color: #629BBF; }
span { border-color: rgb(98,155,191); }
td.TdClassName
{
border-color: #629BBF;
}
.TagClassName
{
border-color: #629BBF;
}
</style>