Shades of Medium Slate Blue #6F61F6
Tints of Medium Slate Blue #6F61F6
RGB
CMYK
RGB Variations
Color information
#6F61F6 (or 0x6F61F6) is known color: Medium Slate Blue. HEX triplet: 6F, 61 and F6. RGB value is (111,97,246). Sum of RGB (Red+Green+Blue) = 111+97+246=454 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.45% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 246 (96.48% from 255 or 54.19% from 454); Max value from RGB is 246 - color contains mainly: blue. Hex color #6F61F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F61F6 is #909E09. Grayscale: #757575. Windows color (decimal): -9477642 or 16146799. OLE color: 16146799.
HSL color Cylindrical-coordinate representation of color #6F61F6: hue angle of 245.64º 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 #6F61F6 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 111 | 97 | 246 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.04 |
| HSL | 245.64º | 0.89% | 0.67% | - |
| HSV(B) | 245.64º | 0.61% | 0.96% | - |
| XYZ | 27.46 | 18.58 | 89.33 | - |
| YUV | 118.17 | 200.14 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 246 | 0.55 | 0.61 | 0 | 0.04 | 245.64 | 0.89 | 0.67 |
| Hex | 6F | 61 | F6 | 37 | 3D | 0 | 4 | F6 | 59 | 43 |
| Octal | 157 | 141 | 366 | 67 | 75 | 0 | 4 | 366 | 131 | 103 |
| Binary | 1101111 | 1100001 | 11110110 | 110111 | 111101 | 0 | 100 | 11110110 | 1011001 | 1000011 |
Color Harmonies of #6F61F6
Complementary color
Monochromatic Colors of #6F61F6
Black with #6F61F6
Text Example
Text Example
White with #6F61F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F61F6; }
p { color: rgb(111,97,246); }
H1.HeaderClassName
{
color: #6F61F6;
}
.AnyTagClassName
{
color: #6F61F6;
}
</style>
background-color css
<style>
a { background-color: #6F61F6; }
a { background-color: rgb(111,97,246); }
div.DivClassName
{
background-color: #6F61F6;
}
.BgClassName
{
background-color: #6F61F6;
}
</style>
border-color css
<style>
span { border-color: #6F61F6; }
span { border-color: rgb(111,97,246); }
td.TdClassName
{
border-color: #6F61F6;
}
.TagClassName
{
border-color: #6F61F6;
}
</style>