Shades of Medium Slate Blue #616BED
Tints of Medium Slate Blue #616BED
RGB
CMYK
RGB Variations
Color information
#616BED (or 0x616BED) is known color: Medium Slate Blue. HEX triplet: 61, 6B and ED. RGB value is (97,107,237). Sum of RGB (Red+Green+Blue) = 97+107+237=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #616BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #616BED is #9E9412. Grayscale: #767676. Windows color (decimal): -10392595 or 15559521. OLE color: 15559521.
HSL color Cylindrical-coordinate representation of color #616BED: hue angle of 235.71º 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 #616BED is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 107 | 237 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.07 |
| HSL | 235.71º | 0.8% | 0.65% | - |
| HSV(B) | 235.71º | 0.59% | 0.93% | - |
| XYZ | 25.47 | 19.17 | 82.48 | - |
| YUV | 118.83 | 194.69 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 237 | 0.59 | 0.55 | 0 | 0.07 | 235.71 | 0.8 | 0.65 |
| Hex | 61 | 6B | ED | 3B | 37 | 0 | 7 | EC | 50 | 41 |
| Octal | 141 | 153 | 355 | 73 | 67 | 0 | 7 | 354 | 120 | 101 |
| Binary | 1100001 | 1101011 | 11101101 | 111011 | 110111 | 0 | 111 | 11101100 | 1010000 | 1000001 |
Color Harmonies of #616BED
Complementary color
Monochromatic Colors of #616BED
Black with #616BED
Text Example
Text Example
White with #616BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616BED; }
p { color: rgb(97,107,237); }
H1.HeaderClassName
{
color: #616BED;
}
.AnyTagClassName
{
color: #616BED;
}
</style>
background-color css
<style>
a { background-color: #616BED; }
a { background-color: rgb(97,107,237); }
div.DivClassName
{
background-color: #616BED;
}
.BgClassName
{
background-color: #616BED;
}
</style>
border-color css
<style>
span { border-color: #616BED; }
span { border-color: rgb(97,107,237); }
td.TdClassName
{
border-color: #616BED;
}
.TagClassName
{
border-color: #616BED;
}
</style>