Shades of Medium Slate Blue #6170EC
Tints of Medium Slate Blue #6170EC
RGB
CMYK
RGB Variations
Color information
#6170EC (or 0x6170EC) is known color: Medium Slate Blue. HEX triplet: 61, 70 and EC. RGB value is (97,112,236). Sum of RGB (Red+Green+Blue) = 97+112+236=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #6170EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6170EC is #9E8F13. Grayscale: #797979. Windows color (decimal): -10391316 or 15495265. OLE color: 15495265.
HSL color Cylindrical-coordinate representation of color #6170EC: hue angle of 233.53º degrees, saturation: 0.79, 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 #6170EC is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 112 | 236 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.07 |
| HSL | 233.53º | 0.79% | 0.65% | - |
| HSV(B) | 233.53º | 0.59% | 0.93% | - |
| XYZ | 25.86 | 20.19 | 81.89 | - |
| YUV | 121.65 | 192.53 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 112 | 236 | 0.59 | 0.53 | 0 | 0.07 | 233.53 | 0.79 | 0.65 |
| Hex | 61 | 70 | EC | 3B | 35 | 0 | 7 | EA | 4F | 41 |
| Octal | 141 | 160 | 354 | 73 | 65 | 0 | 7 | 352 | 117 | 101 |
| Binary | 1100001 | 1110000 | 11101100 | 111011 | 110101 | 0 | 111 | 11101010 | 1001111 | 1000001 |
Color Harmonies of #6170EC
Complementary color
Monochromatic Colors of #6170EC
Black with #6170EC
Text Example
Text Example
White with #6170EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6170EC; }
p { color: rgb(97,112,236); }
H1.HeaderClassName
{
color: #6170EC;
}
.AnyTagClassName
{
color: #6170EC;
}
</style>
background-color css
<style>
a { background-color: #6170EC; }
a { background-color: rgb(97,112,236); }
div.DivClassName
{
background-color: #6170EC;
}
.BgClassName
{
background-color: #6170EC;
}
</style>
border-color css
<style>
span { border-color: #6170EC; }
span { border-color: rgb(97,112,236); }
td.TdClassName
{
border-color: #6170EC;
}
.TagClassName
{
border-color: #6170EC;
}
</style>