Shades of Medium Slate Blue #6D5BF3
Tints of Medium Slate Blue #6D5BF3
RGB
CMYK
RGB Variations
Color information
#6D5BF3 (or 0x6D5BF3) is known color: Medium Slate Blue. HEX triplet: 6D, 5B and F3. RGB value is (109,91,243). Sum of RGB (Red+Green+Blue) = 109+91+243=443 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.60% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 243 (95.31% from 255 or 54.85% from 443); Max value from RGB is 243 - color contains mainly: blue. Hex color #6D5BF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5BF3 is #92A40C. Grayscale: #717171. Windows color (decimal): -9610253 or 15948653. OLE color: 15948653.
HSL color Cylindrical-coordinate representation of color #6D5BF3: hue angle of 247.11º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D5BF3 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 91 | 243 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.05 |
| HSL | 247.11º | 0.86% | 0.65% | - |
| HSV(B) | 247.11º | 0.63% | 0.95% | - |
| XYZ | 26.23 | 17.2 | 86.73 | - |
| YUV | 113.71 | 200.96 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 91 | 243 | 0.55 | 0.63 | 0 | 0.05 | 247.11 | 0.86 | 0.65 |
| Hex | 6D | 5B | F3 | 37 | 3F | 0 | 5 | F7 | 56 | 41 |
| Octal | 155 | 133 | 363 | 67 | 77 | 0 | 5 | 367 | 126 | 101 |
| Binary | 1101101 | 1011011 | 11110011 | 110111 | 111111 | 0 | 101 | 11110111 | 1010110 | 1000001 |
Color Harmonies of #6D5BF3
Complementary color
Monochromatic Colors of #6D5BF3
Black with #6D5BF3
Text Example
Text Example
White with #6D5BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5BF3; }
p { color: rgb(109,91,243); }
H1.HeaderClassName
{
color: #6D5BF3;
}
.AnyTagClassName
{
color: #6D5BF3;
}
</style>
background-color css
<style>
a { background-color: #6D5BF3; }
a { background-color: rgb(109,91,243); }
div.DivClassName
{
background-color: #6D5BF3;
}
.BgClassName
{
background-color: #6D5BF3;
}
</style>
border-color css
<style>
span { border-color: #6D5BF3; }
span { border-color: rgb(109,91,243); }
td.TdClassName
{
border-color: #6D5BF3;
}
.TagClassName
{
border-color: #6D5BF3;
}
</style>