Shades of Medium Slate Blue #615FF1
Tints of Medium Slate Blue #615FF1
RGB
CMYK
RGB Variations
Color information
#615FF1 (or 0x615FF1) is known color: Medium Slate Blue. HEX triplet: 61, 5F and F1. RGB value is (97,95,241). Sum of RGB (Red+Green+Blue) = 97+95+241=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #615FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615FF1 is #9EA00E. Grayscale: #6F6F6F. Windows color (decimal): -10395663 or 15818593. OLE color: 15818593.
HSL color Cylindrical-coordinate representation of color #615FF1: hue angle of 240.82º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #615FF1 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 95 | 241 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.05 |
| HSL | 240.82º | 0.84% | 0.66% | - |
| HSV(B) | 240.82º | 0.61% | 0.95% | - |
| XYZ | 24.9 | 17.08 | 85.2 | - |
| YUV | 112.24 | 200.66 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 95 | 241 | 0.60 | 0.61 | 0 | 0.05 | 240.82 | 0.84 | 0.66 |
| Hex | 61 | 5F | F1 | 3C | 3D | 0 | 5 | F1 | 54 | 42 |
| Octal | 141 | 137 | 361 | 74 | 75 | 0 | 5 | 361 | 124 | 102 |
| Binary | 1100001 | 1011111 | 11110001 | 111100 | 111101 | 0 | 101 | 11110001 | 1010100 | 1000010 |
Color Harmonies of #615FF1
Complementary color
Monochromatic Colors of #615FF1
Black with #615FF1
Text Example
Text Example
White with #615FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615FF1; }
p { color: rgb(97,95,241); }
H1.HeaderClassName
{
color: #615FF1;
}
.AnyTagClassName
{
color: #615FF1;
}
</style>
background-color css
<style>
a { background-color: #615FF1; }
a { background-color: rgb(97,95,241); }
div.DivClassName
{
background-color: #615FF1;
}
.BgClassName
{
background-color: #615FF1;
}
</style>
border-color css
<style>
span { border-color: #615FF1; }
span { border-color: rgb(97,95,241); }
td.TdClassName
{
border-color: #615FF1;
}
.TagClassName
{
border-color: #615FF1;
}
</style>