Shades of Rich Blue #625FAC
Tints of Rich Blue #625FAC
RGB
CMYK
RGB Variations
Color information
#625FAC (or 0x625FAC) is known color: Rich Blue. HEX triplet: 62, 5F and AC. RGB value is (98,95,172). Sum of RGB (Red+Green+Blue) = 98+95+172=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #625FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625FAC is #9DA053. Grayscale: #686868. Windows color (decimal): -10330196 or 11296610. OLE color: 11296610.
HSL color Cylindrical-coordinate representation of color #625FAC: hue angle of 242.34º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #625FAC is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 95 | 172 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.33 |
| HSL | 242.34º | 0.32% | 0.52% | - |
| HSV(B) | 242.34º | 0.45% | 0.67% | - |
| XYZ | 16.58 | 13.76 | 40.81 | - |
| YUV | 104.68 | 165.99 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 95 | 172 | 0.43 | 0.45 | 0 | 0.33 | 242.34 | 0.32 | 0.52 |
| Hex | 62 | 5F | AC | 2B | 2D | 0 | 21 | F2 | 20 | 34 |
| Octal | 142 | 137 | 254 | 53 | 55 | 0 | 41 | 362 | 40 | 64 |
| Binary | 1100010 | 1011111 | 10101100 | 101011 | 101101 | 0 | 100001 | 11110010 | 100000 | 110100 |
Color Harmonies of #625FAC
Complementary color
Monochromatic Colors of #625FAC
Black with #625FAC
Text Example
Text Example
White with #625FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625FAC; }
p { color: rgb(98,95,172); }
H1.HeaderClassName
{
color: #625FAC;
}
.AnyTagClassName
{
color: #625FAC;
}
</style>
background-color css
<style>
a { background-color: #625FAC; }
a { background-color: rgb(98,95,172); }
div.DivClassName
{
background-color: #625FAC;
}
.BgClassName
{
background-color: #625FAC;
}
</style>
border-color css
<style>
span { border-color: #625FAC; }
span { border-color: rgb(98,95,172); }
td.TdClassName
{
border-color: #625FAC;
}
.TagClassName
{
border-color: #625FAC;
}
</style>