Shades of Rich Blue #615CAC
Tints of Rich Blue #615CAC
RGB
CMYK
RGB Variations
Color information
#615CAC (or 0x615CAC) is known color: Rich Blue. HEX triplet: 61, 5C and AC. RGB value is (97,92,172). Sum of RGB (Red+Green+Blue) = 97+92+172=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #615CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615CAC is #9EA353. Grayscale: #666666. Windows color (decimal): -10396500 or 11295841. OLE color: 11295841.
HSL color Cylindrical-coordinate representation of color #615CAC: hue angle of 243.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #615CAC is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 92 | 172 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.33 |
| HSL | 243.75º | 0.33% | 0.52% | - |
| HSV(B) | 243.75º | 0.47% | 0.67% | - |
| XYZ | 16.2 | 13.17 | 40.72 | - |
| YUV | 102.62 | 167.16 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 172 | 0.44 | 0.47 | 0 | 0.33 | 243.75 | 0.33 | 0.52 |
| Hex | 61 | 5C | AC | 2C | 2F | 0 | 21 | F4 | 21 | 34 |
| Octal | 141 | 134 | 254 | 54 | 57 | 0 | 41 | 364 | 41 | 64 |
| Binary | 1100001 | 1011100 | 10101100 | 101100 | 101111 | 0 | 100001 | 11110100 | 100001 | 110100 |
Color Harmonies of #615CAC
Complementary color
Monochromatic Colors of #615CAC
Black with #615CAC
Text Example
Text Example
White with #615CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615CAC; }
p { color: rgb(97,92,172); }
H1.HeaderClassName
{
color: #615CAC;
}
.AnyTagClassName
{
color: #615CAC;
}
</style>
background-color css
<style>
a { background-color: #615CAC; }
a { background-color: rgb(97,92,172); }
div.DivClassName
{
background-color: #615CAC;
}
.BgClassName
{
background-color: #615CAC;
}
</style>
border-color css
<style>
span { border-color: #615CAC; }
span { border-color: rgb(97,92,172); }
td.TdClassName
{
border-color: #615CAC;
}
.TagClassName
{
border-color: #615CAC;
}
</style>