Shades of Medium Slate Blue #6D5CF3
Tints of Medium Slate Blue #6D5CF3
RGB
CMYK
RGB Variations
Color information
#6D5CF3 (or 0x6D5CF3) is known color: Medium Slate Blue. HEX triplet: 6D, 5C and F3. RGB value is (109,92,243). Sum of RGB (Red+Green+Blue) = 109+92+243=444 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.55% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 243 (95.31% from 255 or 54.73% from 444); Max value from RGB is 243 - color contains mainly: blue. Hex color #6D5CF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5CF3 is #92A30C. Grayscale: #717171. Windows color (decimal): -9609997 or 15948909. OLE color: 15948909.
HSL color Cylindrical-coordinate representation of color #6D5CF3: hue angle of 246.75º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D5CF3 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 92 | 243 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.05 |
| HSL | 246.76º | 0.86% | 0.66% | - |
| HSV(B) | 246.76º | 0.62% | 0.95% | - |
| XYZ | 26.31 | 17.38 | 86.76 | - |
| YUV | 114.3 | 200.63 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 92 | 243 | 0.55 | 0.62 | 0 | 0.05 | 246.76 | 0.86 | 0.66 |
| Hex | 6D | 5C | F3 | 37 | 3E | 0 | 5 | F7 | 56 | 42 |
| Octal | 155 | 134 | 363 | 67 | 76 | 0 | 5 | 367 | 126 | 102 |
| Binary | 1101101 | 1011100 | 11110011 | 110111 | 111110 | 0 | 101 | 11110111 | 1010110 | 1000010 |
Color Harmonies of #6D5CF3
Complementary color
Monochromatic Colors of #6D5CF3
Black with #6D5CF3
Text Example
Text Example
White with #6D5CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5CF3; }
p { color: rgb(109,92,243); }
H1.HeaderClassName
{
color: #6D5CF3;
}
.AnyTagClassName
{
color: #6D5CF3;
}
</style>
background-color css
<style>
a { background-color: #6D5CF3; }
a { background-color: rgb(109,92,243); }
div.DivClassName
{
background-color: #6D5CF3;
}
.BgClassName
{
background-color: #6D5CF3;
}
</style>
border-color css
<style>
span { border-color: #6D5CF3; }
span { border-color: rgb(109,92,243); }
td.TdClassName
{
border-color: #6D5CF3;
}
.TagClassName
{
border-color: #6D5CF3;
}
</style>