Shades of Medium Slate Blue #6C5BE7
Tints of Medium Slate Blue #6C5BE7
RGB
CMYK
RGB Variations
Color information
#6C5BE7 (or 0x6C5BE7) is known color: Medium Slate Blue. HEX triplet: 6C, 5B and E7. RGB value is (108,91,231). Sum of RGB (Red+Green+Blue) = 108+91+231=430 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.12% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 231 (90.62% from 255 or 53.72% from 430); Max value from RGB is 231 - color contains mainly: blue. Hex color #6C5BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5BE7 is #93A418. Grayscale: #6F6F6F. Windows color (decimal): -9675801 or 15162220. OLE color: 15162220.
HSL color Cylindrical-coordinate representation of color #6C5BE7: hue angle of 247.29º 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 #6C5BE7 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 91 | 231 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.09 |
| HSL | 247.29º | 0.74% | 0.63% | - |
| HSV(B) | 247.29º | 0.61% | 0.91% | - |
| XYZ | 24.35 | 16.44 | 77.49 | - |
| YUV | 112.04 | 195.13 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 91 | 231 | 0.53 | 0.61 | 0 | 0.09 | 247.29 | 0.74 | 0.63 |
| Hex | 6C | 5B | E7 | 35 | 3D | 0 | 9 | F7 | 4A | 3F |
| Octal | 154 | 133 | 347 | 65 | 75 | 0 | 11 | 367 | 112 | 77 |
| Binary | 1101100 | 1011011 | 11100111 | 110101 | 111101 | 0 | 1001 | 11110111 | 1001010 | 111111 |
Color Harmonies of #6C5BE7
Complementary color
Monochromatic Colors of #6C5BE7
Black with #6C5BE7
Text Example
Text Example
White with #6C5BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5BE7; }
p { color: rgb(108,91,231); }
H1.HeaderClassName
{
color: #6C5BE7;
}
.AnyTagClassName
{
color: #6C5BE7;
}
</style>
background-color css
<style>
a { background-color: #6C5BE7; }
a { background-color: rgb(108,91,231); }
div.DivClassName
{
background-color: #6C5BE7;
}
.BgClassName
{
background-color: #6C5BE7;
}
</style>
border-color css
<style>
span { border-color: #6C5BE7; }
span { border-color: rgb(108,91,231); }
td.TdClassName
{
border-color: #6C5BE7;
}
.TagClassName
{
border-color: #6C5BE7;
}
</style>