Shades of Rich Blue #625BAB
Tints of Rich Blue #625BAB
RGB
CMYK
RGB Variations
Color information
#625BAB (or 0x625BAB) is known color: Rich Blue. HEX triplet: 62, 5B and AB. RGB value is (98,91,171). Sum of RGB (Red+Green+Blue) = 98+91+171=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #625BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625BAB is #9DA454. Grayscale: #656565. Windows color (decimal): -10331221 or 11230050. OLE color: 11230050.
HSL color Cylindrical-coordinate representation of color #625BAB: hue angle of 245.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #625BAB is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 91 | 171 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.33 |
| HSL | 245.25º | 0.32% | 0.51% | - |
| HSV(B) | 245.25º | 0.47% | 0.67% | - |
| XYZ | 16.13 | 13.02 | 40.19 | - |
| YUV | 102.21 | 166.82 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 91 | 171 | 0.43 | 0.47 | 0 | 0.33 | 245.25 | 0.32 | 0.51 |
| Hex | 62 | 5B | AB | 2B | 2F | 0 | 21 | F5 | 20 | 33 |
| Octal | 142 | 133 | 253 | 53 | 57 | 0 | 41 | 365 | 40 | 63 |
| Binary | 1100010 | 1011011 | 10101011 | 101011 | 101111 | 0 | 100001 | 11110101 | 100000 | 110011 |
Color Harmonies of #625BAB
Complementary color
Monochromatic Colors of #625BAB
Black with #625BAB
Text Example
Text Example
White with #625BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625BAB; }
p { color: rgb(98,91,171); }
H1.HeaderClassName
{
color: #625BAB;
}
.AnyTagClassName
{
color: #625BAB;
}
</style>
background-color css
<style>
a { background-color: #625BAB; }
a { background-color: rgb(98,91,171); }
div.DivClassName
{
background-color: #625BAB;
}
.BgClassName
{
background-color: #625BAB;
}
</style>
border-color css
<style>
span { border-color: #625BAB; }
span { border-color: rgb(98,91,171); }
td.TdClassName
{
border-color: #625BAB;
}
.TagClassName
{
border-color: #625BAB;
}
</style>