Shades of Rich Blue #615EAA
Tints of Rich Blue #615EAA
RGB
CMYK
RGB Variations
Color information
#615EAA (or 0x615EAA) is known color: Rich Blue. HEX triplet: 61, 5E and AA. RGB value is (97,94,170). Sum of RGB (Red+Green+Blue) = 97+94+170=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #615EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615EAA is #9EA155. Grayscale: #676767. Windows color (decimal): -10395990 or 11165281. OLE color: 11165281.
HSL color Cylindrical-coordinate representation of color #615EAA: hue angle of 242.37º degrees, saturation: 0.31, 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 #615EAA is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 94 | 170 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.33 |
| HSL | 242.37º | 0.31% | 0.52% | - |
| HSV(B) | 242.37º | 0.45% | 0.67% | - |
| XYZ | 16.19 | 13.45 | 39.77 | - |
| YUV | 103.56 | 165.49 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 170 | 0.43 | 0.45 | 0 | 0.33 | 242.37 | 0.31 | 0.52 |
| Hex | 61 | 5E | AA | 2B | 2D | 0 | 21 | F2 | 1F | 34 |
| Octal | 141 | 136 | 252 | 53 | 55 | 0 | 41 | 362 | 37 | 64 |
| Binary | 1100001 | 1011110 | 10101010 | 101011 | 101101 | 0 | 100001 | 11110010 | 11111 | 110100 |
Color Harmonies of #615EAA
Complementary color
Monochromatic Colors of #615EAA
Black with #615EAA
Text Example
Text Example
White with #615EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615EAA; }
p { color: rgb(97,94,170); }
H1.HeaderClassName
{
color: #615EAA;
}
.AnyTagClassName
{
color: #615EAA;
}
</style>
background-color css
<style>
a { background-color: #615EAA; }
a { background-color: rgb(97,94,170); }
div.DivClassName
{
background-color: #615EAA;
}
.BgClassName
{
background-color: #615EAA;
}
</style>
border-color css
<style>
span { border-color: #615EAA; }
span { border-color: rgb(97,94,170); }
td.TdClassName
{
border-color: #615EAA;
}
.TagClassName
{
border-color: #615EAA;
}
</style>