Shades of Rich Blue #615CA3
Tints of Rich Blue #615CA3
RGB
CMYK
RGB Variations
Color information
#615CA3 (or 0x615CA3) is known color: Rich Blue. HEX triplet: 61, 5C and A3. RGB value is (97,92,163). Sum of RGB (Red+Green+Blue) = 97+92+163=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 163 (64.06% from 255 or 46.31% from 352); Max value from RGB is 163 - color contains mainly: blue. Hex color #615CA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615CA3 is #9EA35C. Grayscale: #656565. Windows color (decimal): -10396509 or 10706017. OLE color: 10706017.
HSL color Cylindrical-coordinate representation of color #615CA3: hue angle of 244.23º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #615CA3 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 92 | 163 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.36 |
| HSL | 244.23º | 0.28% | 0.5% | - |
| HSV(B) | 244.23º | 0.44% | 0.64% | - |
| XYZ | 15.37 | 12.84 | 36.32 | - |
| YUV | 101.59 | 162.66 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 163 | 0.40 | 0.44 | 0 | 0.36 | 244.23 | 0.28 | 0.5 |
| Hex | 61 | 5C | A3 | 28 | 2C | 0 | 24 | F4 | 1C | 32 |
| Octal | 141 | 134 | 243 | 50 | 54 | 0 | 44 | 364 | 34 | 62 |
| Binary | 1100001 | 1011100 | 10100011 | 101000 | 101100 | 0 | 100100 | 11110100 | 11100 | 110010 |
Color Harmonies of #615CA3
Complementary color
Monochromatic Colors of #615CA3
Black with #615CA3
Text Example
Text Example
White with #615CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615CA3; }
p { color: rgb(97,92,163); }
H1.HeaderClassName
{
color: #615CA3;
}
.AnyTagClassName
{
color: #615CA3;
}
</style>
background-color css
<style>
a { background-color: #615CA3; }
a { background-color: rgb(97,92,163); }
div.DivClassName
{
background-color: #615CA3;
}
.BgClassName
{
background-color: #615CA3;
}
</style>
border-color css
<style>
span { border-color: #615CA3; }
span { border-color: rgb(97,92,163); }
td.TdClassName
{
border-color: #615CA3;
}
.TagClassName
{
border-color: #615CA3;
}
</style>