Shades of Medium Slate Blue #6D5BE7
Tints of Medium Slate Blue #6D5BE7
RGB
CMYK
RGB Variations
Color information
#6D5BE7 (or 0x6D5BE7) is known color: Medium Slate Blue. HEX triplet: 6D, 5B and E7. RGB value is (109,91,231). Sum of RGB (Red+Green+Blue) = 109+91+231=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 231 (90.62% from 255 or 53.60% from 431); Max value from RGB is 231 - color contains mainly: blue. Hex color #6D5BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5BE7 is #92A418. Grayscale: #6F6F6F. Windows color (decimal): -9610265 or 15162221. OLE color: 15162221.
HSL color Cylindrical-coordinate representation of color #6D5BE7: hue angle of 247.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D5BE7 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 91 | 231 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.09 |
| HSL | 247.71º | 0.74% | 0.63% | - |
| HSV(B) | 247.71º | 0.61% | 0.91% | - |
| XYZ | 24.47 | 16.5 | 77.5 | - |
| YUV | 112.34 | 194.96 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 91 | 231 | 0.53 | 0.61 | 0 | 0.09 | 247.71 | 0.74 | 0.63 |
| Hex | 6D | 5B | E7 | 35 | 3D | 0 | 9 | F8 | 4A | 3F |
| Octal | 155 | 133 | 347 | 65 | 75 | 0 | 11 | 370 | 112 | 77 |
| Binary | 1101101 | 1011011 | 11100111 | 110101 | 111101 | 0 | 1001 | 11111000 | 1001010 | 111111 |
Color Harmonies of #6D5BE7
Complementary color
Monochromatic Colors of #6D5BE7
Black with #6D5BE7
Text Example
Text Example
White with #6D5BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5BE7; }
p { color: rgb(109,91,231); }
H1.HeaderClassName
{
color: #6D5BE7;
}
.AnyTagClassName
{
color: #6D5BE7;
}
</style>
background-color css
<style>
a { background-color: #6D5BE7; }
a { background-color: rgb(109,91,231); }
div.DivClassName
{
background-color: #6D5BE7;
}
.BgClassName
{
background-color: #6D5BE7;
}
</style>
border-color css
<style>
span { border-color: #6D5BE7; }
span { border-color: rgb(109,91,231); }
td.TdClassName
{
border-color: #6D5BE7;
}
.TagClassName
{
border-color: #6D5BE7;
}
</style>