Shades of Rich Blue #615BAC
Tints of Rich Blue #615BAC
RGB
CMYK
RGB Variations
Color information
#615BAC (or 0x615BAC) is known color: Rich Blue. HEX triplet: 61, 5B and AC. RGB value is (97,91,172). Sum of RGB (Red+Green+Blue) = 97+91+172=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #615BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615BAC is #9EA453. Grayscale: #656565. Windows color (decimal): -10396756 or 11295585. OLE color: 11295585.
HSL color Cylindrical-coordinate representation of color #615BAC: hue angle of 244.44º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #615BAC is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 91 | 172 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.33 |
| HSL | 244.44º | 0.33% | 0.52% | - |
| HSV(B) | 244.44º | 0.47% | 0.67% | - |
| XYZ | 16.12 | 13 | 40.69 | - |
| YUV | 102.03 | 167.49 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 172 | 0.44 | 0.47 | 0 | 0.33 | 244.44 | 0.33 | 0.52 |
| Hex | 61 | 5B | AC | 2C | 2F | 0 | 21 | F4 | 21 | 34 |
| Octal | 141 | 133 | 254 | 54 | 57 | 0 | 41 | 364 | 41 | 64 |
| Binary | 1100001 | 1011011 | 10101100 | 101100 | 101111 | 0 | 100001 | 11110100 | 100001 | 110100 |
Color Harmonies of #615BAC
Complementary color
Monochromatic Colors of #615BAC
Black with #615BAC
Text Example
Text Example
White with #615BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615BAC; }
p { color: rgb(97,91,172); }
H1.HeaderClassName
{
color: #615BAC;
}
.AnyTagClassName
{
color: #615BAC;
}
</style>
background-color css
<style>
a { background-color: #615BAC; }
a { background-color: rgb(97,91,172); }
div.DivClassName
{
background-color: #615BAC;
}
.BgClassName
{
background-color: #615BAC;
}
</style>
border-color css
<style>
span { border-color: #615BAC; }
span { border-color: rgb(97,91,172); }
td.TdClassName
{
border-color: #615BAC;
}
.TagClassName
{
border-color: #615BAC;
}
</style>