Shades of Medium Slate Blue #616DF5
Tints of Medium Slate Blue #616DF5
RGB
CMYK
RGB Variations
Color information
#616DF5 (or 0x616DF5) is known color: Medium Slate Blue. HEX triplet: 61, 6D and F5. RGB value is (97,109,245). Sum of RGB (Red+Green+Blue) = 97+109+245=451 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.51% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 245 (96.09% from 255 or 54.32% from 451); Max value from RGB is 245 - color contains mainly: blue. Hex color #616DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #616DF5 is #9E920A. Grayscale: #787878. Windows color (decimal): -10392075 or 16084321. OLE color: 16084321.
HSL color Cylindrical-coordinate representation of color #616DF5: hue angle of 235.14º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #616DF5 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 109 | 245 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.04 |
| HSL | 235.14º | 0.88% | 0.67% | - |
| HSV(B) | 235.14º | 0.6% | 0.96% | - |
| XYZ | 26.88 | 20.07 | 88.84 | - |
| YUV | 120.92 | 198.02 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 245 | 0.60 | 0.56 | 0 | 0.04 | 235.14 | 0.88 | 0.67 |
| Hex | 61 | 6D | F5 | 3C | 38 | 0 | 4 | EB | 58 | 43 |
| Octal | 141 | 155 | 365 | 74 | 70 | 0 | 4 | 353 | 130 | 103 |
| Binary | 1100001 | 1101101 | 11110101 | 111100 | 111000 | 0 | 100 | 11101011 | 1011000 | 1000011 |
Color Harmonies of #616DF5
Complementary color
Monochromatic Colors of #616DF5
Black with #616DF5
Text Example
Text Example
White with #616DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616DF5; }
p { color: rgb(97,109,245); }
H1.HeaderClassName
{
color: #616DF5;
}
.AnyTagClassName
{
color: #616DF5;
}
</style>
background-color css
<style>
a { background-color: #616DF5; }
a { background-color: rgb(97,109,245); }
div.DivClassName
{
background-color: #616DF5;
}
.BgClassName
{
background-color: #616DF5;
}
</style>
border-color css
<style>
span { border-color: #616DF5; }
span { border-color: rgb(97,109,245); }
td.TdClassName
{
border-color: #616DF5;
}
.TagClassName
{
border-color: #616DF5;
}
</style>