Shades of Rich Blue #615E9B
Tints of Rich Blue #615E9B
RGB
CMYK
RGB Variations
Color information
#615E9B (or 0x615E9B) is known color: Rich Blue. HEX triplet: 61, 5E and 9B. RGB value is (97,94,155). Sum of RGB (Red+Green+Blue) = 97+94+155=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #615E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615E9B is #9EA164. Grayscale: #656565. Windows color (decimal): -10396005 or 10182241. OLE color: 10182241.
HSL color Cylindrical-coordinate representation of color #615E9B: hue angle of 242.95º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #615E9B is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 94 | 155 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.39 |
| HSL | 242.95º | 0.24% | 0.49% | - |
| HSV(B) | 242.95º | 0.39% | 0.61% | - |
| XYZ | 14.85 | 12.91 | 32.72 | - |
| YUV | 101.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 155 | 0.37 | 0.39 | 0 | 0.39 | 242.95 | 0.24 | 0.49 |
| Hex | 61 | 5E | 9B | 25 | 27 | 0 | 27 | F3 | 18 | 31 |
| Octal | 141 | 136 | 233 | 45 | 47 | 0 | 47 | 363 | 30 | 61 |
| Binary | 1100001 | 1011110 | 10011011 | 100101 | 100111 | 0 | 100111 | 11110011 | 11000 | 110001 |
Color Harmonies of #615E9B
Complementary color
Monochromatic Colors of #615E9B
Black with #615E9B
Text Example
Text Example
White with #615E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E9B; }
p { color: rgb(97,94,155); }
H1.HeaderClassName
{
color: #615E9B;
}
.AnyTagClassName
{
color: #615E9B;
}
</style>
background-color css
<style>
a { background-color: #615E9B; }
a { background-color: rgb(97,94,155); }
div.DivClassName
{
background-color: #615E9B;
}
.BgClassName
{
background-color: #615E9B;
}
</style>
border-color css
<style>
span { border-color: #615E9B; }
span { border-color: rgb(97,94,155); }
td.TdClassName
{
border-color: #615E9B;
}
.TagClassName
{
border-color: #615E9B;
}
</style>