Shades of Medium Slate Blue #6171F1
Tints of Medium Slate Blue #6171F1
RGB
CMYK
RGB Variations
Color information
#6171F1 (or 0x6171F1) is known color: Medium Slate Blue. HEX triplet: 61, 71 and F1. RGB value is (97,113,241). Sum of RGB (Red+Green+Blue) = 97+113+241=451 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.51% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 241 (94.53% from 255 or 53.44% from 451); Max value from RGB is 241 - color contains mainly: blue. Hex color #6171F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6171F1 is #9E8E0E. Grayscale: #7A7A7A. Windows color (decimal): -10391055 or 15823201. OLE color: 15823201.
HSL color Cylindrical-coordinate representation of color #6171F1: hue angle of 233.33º 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 #6171F1 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 113 | 241 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.05 |
| HSL | 233.33º | 0.84% | 0.66% | - |
| HSV(B) | 233.33º | 0.6% | 0.95% | - |
| XYZ | 26.71 | 20.7 | 85.81 | - |
| YUV | 122.81 | 194.7 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 241 | 0.60 | 0.53 | 0 | 0.05 | 233.33 | 0.84 | 0.66 |
| Hex | 61 | 71 | F1 | 3C | 35 | 0 | 5 | E9 | 54 | 42 |
| Octal | 141 | 161 | 361 | 74 | 65 | 0 | 5 | 351 | 124 | 102 |
| Binary | 1100001 | 1110001 | 11110001 | 111100 | 110101 | 0 | 101 | 11101001 | 1010100 | 1000010 |
Color Harmonies of #6171F1
Complementary color
Monochromatic Colors of #6171F1
Black with #6171F1
Text Example
Text Example
White with #6171F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6171F1; }
p { color: rgb(97,113,241); }
H1.HeaderClassName
{
color: #6171F1;
}
.AnyTagClassName
{
color: #6171F1;
}
</style>
background-color css
<style>
a { background-color: #6171F1; }
a { background-color: rgb(97,113,241); }
div.DivClassName
{
background-color: #6171F1;
}
.BgClassName
{
background-color: #6171F1;
}
</style>
border-color css
<style>
span { border-color: #6171F1; }
span { border-color: rgb(97,113,241); }
td.TdClassName
{
border-color: #6171F1;
}
.TagClassName
{
border-color: #6171F1;
}
</style>