Shades of Shakespeare #629BBC
Tints of Shakespeare #629BBC
RGB
CMYK
RGB Variations
Color information
#629BBC (or 0x629BBC) is known color: Shakespeare. HEX triplet: 62, 9B and BC. RGB value is (98,155,188). Sum of RGB (Red+Green+Blue) = 98+155+188=441 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.22% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #629BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629BBC is #9D6443. Grayscale: #8D8D8D. Windows color (decimal): -10314820 or 12360546. OLE color: 12360546.
HSL color Cylindrical-coordinate representation of color #629BBC: hue angle of 202º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #629BBC is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 155 | 188 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.26 |
| HSL | 202º | 0.4% | 0.56% | - |
| HSV(B) | 202º | 0.48% | 0.74% | - |
| XYZ | 25.84 | 29.67 | 51.94 | - |
| YUV | 141.72 | 154.12 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 188 | 0.48 | 0.18 | 0 | 0.26 | 202 | 0.4 | 0.56 |
| Hex | 62 | 9B | BC | 30 | 12 | 0 | 1A | CA | 28 | 38 |
| Octal | 142 | 233 | 274 | 60 | 22 | 0 | 32 | 312 | 50 | 70 |
| Binary | 1100010 | 10011011 | 10111100 | 110000 | 10010 | 0 | 11010 | 11001010 | 101000 | 111000 |
Color Harmonies of #629BBC
Complementary color
Monochromatic Colors of #629BBC
Black with #629BBC
Text Example
Text Example
White with #629BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629BBC; }
p { color: rgb(98,155,188); }
H1.HeaderClassName
{
color: #629BBC;
}
.AnyTagClassName
{
color: #629BBC;
}
</style>
background-color css
<style>
a { background-color: #629BBC; }
a { background-color: rgb(98,155,188); }
div.DivClassName
{
background-color: #629BBC;
}
.BgClassName
{
background-color: #629BBC;
}
</style>
border-color css
<style>
span { border-color: #629BBC; }
span { border-color: rgb(98,155,188); }
td.TdClassName
{
border-color: #629BBC;
}
.TagClassName
{
border-color: #629BBC;
}
</style>