Shades of Medium Slate Blue #616AF1
Tints of Medium Slate Blue #616AF1
RGB
CMYK
RGB Variations
Color information
#616AF1 (or 0x616AF1) is known color: Medium Slate Blue. HEX triplet: 61, 6A and F1. RGB value is (97,106,241). Sum of RGB (Red+Green+Blue) = 97+106+241=444 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.85% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #616AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #616AF1 is #9E950E. Grayscale: #767676. Windows color (decimal): -10392847 or 15821409. OLE color: 15821409.
HSL color Cylindrical-coordinate representation of color #616AF1: hue angle of 236.25º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #616AF1 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 106 | 241 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.05 |
| HSL | 236.25º | 0.84% | 0.66% | - |
| HSV(B) | 236.25º | 0.6% | 0.95% | - |
| XYZ | 25.96 | 19.2 | 85.56 | - |
| YUV | 118.7 | 197.02 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 106 | 241 | 0.60 | 0.56 | 0 | 0.05 | 236.25 | 0.84 | 0.66 |
| Hex | 61 | 6A | F1 | 3C | 38 | 0 | 5 | EC | 54 | 42 |
| Octal | 141 | 152 | 361 | 74 | 70 | 0 | 5 | 354 | 124 | 102 |
| Binary | 1100001 | 1101010 | 11110001 | 111100 | 111000 | 0 | 101 | 11101100 | 1010100 | 1000010 |
Color Harmonies of #616AF1
Complementary color
Monochromatic Colors of #616AF1
Black with #616AF1
Text Example
Text Example
White with #616AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616AF1; }
p { color: rgb(97,106,241); }
H1.HeaderClassName
{
color: #616AF1;
}
.AnyTagClassName
{
color: #616AF1;
}
</style>
background-color css
<style>
a { background-color: #616AF1; }
a { background-color: rgb(97,106,241); }
div.DivClassName
{
background-color: #616AF1;
}
.BgClassName
{
background-color: #616AF1;
}
</style>
border-color css
<style>
span { border-color: #616AF1; }
span { border-color: rgb(97,106,241); }
td.TdClassName
{
border-color: #616AF1;
}
.TagClassName
{
border-color: #616AF1;
}
</style>