Shades of Medium Slate Blue #616AED
Tints of Medium Slate Blue #616AED
RGB
CMYK
RGB Variations
Color information
#616AED (or 0x616AED) is known color: Medium Slate Blue. HEX triplet: 61, 6A and ED. RGB value is (97,106,237). Sum of RGB (Red+Green+Blue) = 97+106+237=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #616AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #616AED is #9E9512. Grayscale: #757575. Windows color (decimal): -10392851 or 15559265. OLE color: 15559265.
HSL color Cylindrical-coordinate representation of color #616AED: hue angle of 236.14º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #616AED is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 106 | 237 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.07 |
| HSL | 236.14º | 0.8% | 0.65% | - |
| HSV(B) | 236.14º | 0.59% | 0.93% | - |
| XYZ | 25.37 | 18.96 | 82.44 | - |
| YUV | 118.24 | 195.02 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 106 | 237 | 0.59 | 0.55 | 0 | 0.07 | 236.14 | 0.8 | 0.65 |
| Hex | 61 | 6A | ED | 3B | 37 | 0 | 7 | EC | 50 | 41 |
| Octal | 141 | 152 | 355 | 73 | 67 | 0 | 7 | 354 | 120 | 101 |
| Binary | 1100001 | 1101010 | 11101101 | 111011 | 110111 | 0 | 111 | 11101100 | 1010000 | 1000001 |
Color Harmonies of #616AED
Complementary color
Monochromatic Colors of #616AED
Black with #616AED
Text Example
Text Example
White with #616AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616AED; }
p { color: rgb(97,106,237); }
H1.HeaderClassName
{
color: #616AED;
}
.AnyTagClassName
{
color: #616AED;
}
</style>
background-color css
<style>
a { background-color: #616AED; }
a { background-color: rgb(97,106,237); }
div.DivClassName
{
background-color: #616AED;
}
.BgClassName
{
background-color: #616AED;
}
</style>
border-color css
<style>
span { border-color: #616AED; }
span { border-color: rgb(97,106,237); }
td.TdClassName
{
border-color: #616AED;
}
.TagClassName
{
border-color: #616AED;
}
</style>