Shades of Medium Slate Blue #6163F6
Tints of Medium Slate Blue #6163F6
RGB
CMYK
RGB Variations
Color information
#6163F6 (or 0x6163F6) is known color: Medium Slate Blue. HEX triplet: 61, 63 and F6. RGB value is (97,99,246). Sum of RGB (Red+Green+Blue) = 97+99+246=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #6163F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6163F6 is #9E9C09. Grayscale: #727272. Windows color (decimal): -10394634 or 16147297. OLE color: 16147297.
HSL color Cylindrical-coordinate representation of color #6163F6: hue angle of 239.19º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6163F6 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 99 | 246 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.04 |
| HSL | 239.19º | 0.89% | 0.67% | - |
| HSV(B) | 239.19º | 0.61% | 0.96% | - |
| XYZ | 26.03 | 18.12 | 89.31 | - |
| YUV | 115.16 | 201.84 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 246 | 0.61 | 0.60 | 0 | 0.04 | 239.19 | 0.89 | 0.67 |
| Hex | 61 | 63 | F6 | 3D | 3C | 0 | 4 | EF | 59 | 43 |
| Octal | 141 | 143 | 366 | 75 | 74 | 0 | 4 | 357 | 131 | 103 |
| Binary | 1100001 | 1100011 | 11110110 | 111101 | 111100 | 0 | 100 | 11101111 | 1011001 | 1000011 |
Color Harmonies of #6163F6
Complementary color
Monochromatic Colors of #6163F6
Black with #6163F6
Text Example
Text Example
White with #6163F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6163F6; }
p { color: rgb(97,99,246); }
H1.HeaderClassName
{
color: #6163F6;
}
.AnyTagClassName
{
color: #6163F6;
}
</style>
background-color css
<style>
a { background-color: #6163F6; }
a { background-color: rgb(97,99,246); }
div.DivClassName
{
background-color: #6163F6;
}
.BgClassName
{
background-color: #6163F6;
}
</style>
border-color css
<style>
span { border-color: #6163F6; }
span { border-color: rgb(97,99,246); }
td.TdClassName
{
border-color: #6163F6;
}
.TagClassName
{
border-color: #6163F6;
}
</style>