Shades of Rich Blue #615DB3
Tints of Rich Blue #615DB3
RGB
CMYK
RGB Variations
Color information
#615DB3 (or 0x615DB3) is known color: Rich Blue. HEX triplet: 61, 5D and B3. RGB value is (97,93,179). Sum of RGB (Red+Green+Blue) = 97+93+179=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #615DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615DB3 is #9EA24C. Grayscale: #676767. Windows color (decimal): -10396237 or 11754849. OLE color: 11754849.
HSL color Cylindrical-coordinate representation of color #615DB3: hue angle of 242.79º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #615DB3 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 93 | 179 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.30 |
| HSL | 242.79º | 0.36% | 0.53% | - |
| HSV(B) | 242.79º | 0.48% | 0.7% | - |
| XYZ | 16.98 | 13.62 | 44.38 | - |
| YUV | 104 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 179 | 0.46 | 0.48 | 0 | 0.30 | 242.79 | 0.36 | 0.53 |
| Hex | 61 | 5D | B3 | 2E | 30 | 0 | 1E | F3 | 24 | 35 |
| Octal | 141 | 135 | 263 | 56 | 60 | 0 | 36 | 363 | 44 | 65 |
| Binary | 1100001 | 1011101 | 10110011 | 101110 | 110000 | 0 | 11110 | 11110011 | 100100 | 110101 |
Color Harmonies of #615DB3
Complementary color
Monochromatic Colors of #615DB3
Black with #615DB3
Text Example
Text Example
White with #615DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615DB3; }
p { color: rgb(97,93,179); }
H1.HeaderClassName
{
color: #615DB3;
}
.AnyTagClassName
{
color: #615DB3;
}
</style>
background-color css
<style>
a { background-color: #615DB3; }
a { background-color: rgb(97,93,179); }
div.DivClassName
{
background-color: #615DB3;
}
.BgClassName
{
background-color: #615DB3;
}
</style>
border-color css
<style>
span { border-color: #615DB3; }
span { border-color: rgb(97,93,179); }
td.TdClassName
{
border-color: #615DB3;
}
.TagClassName
{
border-color: #615DB3;
}
</style>