Shades of Rich Blue #615DB1
Tints of Rich Blue #615DB1
RGB
CMYK
RGB Variations
Color information
#615DB1 (or 0x615DB1) is known color: Rich Blue. HEX triplet: 61, 5D and B1. RGB value is (97,93,177). Sum of RGB (Red+Green+Blue) = 97+93+177=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 177 - color contains mainly: blue. Hex color #615DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615DB1 is #9EA24E. Grayscale: #676767. Windows color (decimal): -10396239 or 11623777. OLE color: 11623777.
HSL color Cylindrical-coordinate representation of color #615DB1: hue angle of 242.86º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #615DB1 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 93 | 177 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.31 |
| HSL | 242.86º | 0.35% | 0.53% | - |
| HSV(B) | 242.86º | 0.47% | 0.69% | - |
| XYZ | 16.78 | 13.54 | 43.32 | - |
| YUV | 103.77 | 169.33 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 177 | 0.45 | 0.47 | 0 | 0.31 | 242.86 | 0.35 | 0.53 |
| Hex | 61 | 5D | B1 | 2D | 2F | 0 | 1F | F3 | 23 | 35 |
| Octal | 141 | 135 | 261 | 55 | 57 | 0 | 37 | 363 | 43 | 65 |
| Binary | 1100001 | 1011101 | 10110001 | 101101 | 101111 | 0 | 11111 | 11110011 | 100011 | 110101 |
Color Harmonies of #615DB1
Complementary color
Monochromatic Colors of #615DB1
Black with #615DB1
Text Example
Text Example
White with #615DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615DB1; }
p { color: rgb(97,93,177); }
H1.HeaderClassName
{
color: #615DB1;
}
.AnyTagClassName
{
color: #615DB1;
}
</style>
background-color css
<style>
a { background-color: #615DB1; }
a { background-color: rgb(97,93,177); }
div.DivClassName
{
background-color: #615DB1;
}
.BgClassName
{
background-color: #615DB1;
}
</style>
border-color css
<style>
span { border-color: #615DB1; }
span { border-color: rgb(97,93,177); }
td.TdClassName
{
border-color: #615DB1;
}
.TagClassName
{
border-color: #615DB1;
}
</style>