Shades of Medium Slate Blue #615DED
Tints of Medium Slate Blue #615DED
RGB
CMYK
RGB Variations
Color information
#615DED (or 0x615DED) is known color: Medium Slate Blue. HEX triplet: 61, 5D and ED. RGB value is (97,93,237). Sum of RGB (Red+Green+Blue) = 97+93+237=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #615DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615DED is #9EA212. Grayscale: #6E6E6E. Windows color (decimal): -10396179 or 15555937. OLE color: 15555937.
HSL color Cylindrical-coordinate representation of color #615DED: hue angle of 241.67º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #615DED is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 93 | 237 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.07 |
| HSL | 241.67º | 0.8% | 0.65% | - |
| HSV(B) | 241.67º | 0.61% | 0.93% | - |
| XYZ | 24.13 | 16.48 | 82.03 | - |
| YUV | 110.61 | 199.33 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 237 | 0.59 | 0.61 | 0 | 0.07 | 241.67 | 0.8 | 0.65 |
| Hex | 61 | 5D | ED | 3B | 3D | 0 | 7 | F2 | 50 | 41 |
| Octal | 141 | 135 | 355 | 73 | 75 | 0 | 7 | 362 | 120 | 101 |
| Binary | 1100001 | 1011101 | 11101101 | 111011 | 111101 | 0 | 111 | 11110010 | 1010000 | 1000001 |
Color Harmonies of #615DED
Complementary color
Monochromatic Colors of #615DED
Black with #615DED
Text Example
Text Example
White with #615DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615DED; }
p { color: rgb(97,93,237); }
H1.HeaderClassName
{
color: #615DED;
}
.AnyTagClassName
{
color: #615DED;
}
</style>
background-color css
<style>
a { background-color: #615DED; }
a { background-color: rgb(97,93,237); }
div.DivClassName
{
background-color: #615DED;
}
.BgClassName
{
background-color: #615DED;
}
</style>
border-color css
<style>
span { border-color: #615DED; }
span { border-color: rgb(97,93,237); }
td.TdClassName
{
border-color: #615DED;
}
.TagClassName
{
border-color: #615DED;
}
</style>