Shades of Rich Blue #615DA1
Tints of Rich Blue #615DA1
RGB
CMYK
RGB Variations
Color information
#615DA1 (or 0x615DA1) is known color: Rich Blue. HEX triplet: 61, 5D and A1. RGB value is (97,93,161). Sum of RGB (Red+Green+Blue) = 97+93+161=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 161 - color contains mainly: blue. Hex color #615DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615DA1 is #9EA25E. Grayscale: #656565. Windows color (decimal): -10396255 or 10575201. OLE color: 10575201.
HSL color Cylindrical-coordinate representation of color #615DA1: hue angle of 243.53º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #615DA1 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 93 | 161 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.37 |
| HSL | 243.53º | 0.27% | 0.5% | - |
| HSV(B) | 243.53º | 0.42% | 0.63% | - |
| XYZ | 15.28 | 12.94 | 35.41 | - |
| YUV | 101.95 | 161.33 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 161 | 0.40 | 0.42 | 0 | 0.37 | 243.53 | 0.27 | 0.5 |
| Hex | 61 | 5D | A1 | 28 | 2A | 0 | 25 | F4 | 1B | 32 |
| Octal | 141 | 135 | 241 | 50 | 52 | 0 | 45 | 364 | 33 | 62 |
| Binary | 1100001 | 1011101 | 10100001 | 101000 | 101010 | 0 | 100101 | 11110100 | 11011 | 110010 |
Color Harmonies of #615DA1
Complementary color
Monochromatic Colors of #615DA1
Black with #615DA1
Text Example
Text Example
White with #615DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615DA1; }
p { color: rgb(97,93,161); }
H1.HeaderClassName
{
color: #615DA1;
}
.AnyTagClassName
{
color: #615DA1;
}
</style>
background-color css
<style>
a { background-color: #615DA1; }
a { background-color: rgb(97,93,161); }
div.DivClassName
{
background-color: #615DA1;
}
.BgClassName
{
background-color: #615DA1;
}
</style>
border-color css
<style>
span { border-color: #615DA1; }
span { border-color: rgb(97,93,161); }
td.TdClassName
{
border-color: #615DA1;
}
.TagClassName
{
border-color: #615DA1;
}
</style>