Shades of Medium Slate Blue #6D5FFA
Tints of Medium Slate Blue #6D5FFA
RGB
CMYK
RGB Variations
Color information
#6D5FFA (or 0x6D5FFA) is known color: Medium Slate Blue. HEX triplet: 6D, 5F and FA. RGB value is (109,95,250). Sum of RGB (Red+Green+Blue) = 109+95+250=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D5FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5FFA is #92A005. Grayscale: #747474. Windows color (decimal): -9609222 or 16408429. OLE color: 16408429.
HSL color Cylindrical-coordinate representation of color #6D5FFA: hue angle of 245.42º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D5FFA is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 95 | 250 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.02 |
| HSL | 245.42º | 0.94% | 0.68% | - |
| HSV(B) | 245.42º | 0.62% | 0.98% | - |
| XYZ | 27.65 | 18.34 | 92.52 | - |
| YUV | 116.86 | 203.14 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 95 | 250 | 0.56 | 0.62 | 0 | 0.02 | 245.42 | 0.94 | 0.68 |
| Hex | 6D | 5F | FA | 38 | 3E | 0 | 2 | F5 | 5E | 44 |
| Octal | 155 | 137 | 372 | 70 | 76 | 0 | 2 | 365 | 136 | 104 |
| Binary | 1101101 | 1011111 | 11111010 | 111000 | 111110 | 0 | 10 | 11110101 | 1011110 | 1000100 |
Color Harmonies of #6D5FFA
Complementary color
Monochromatic Colors of #6D5FFA
Black with #6D5FFA
Text Example
Text Example
White with #6D5FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5FFA; }
p { color: rgb(109,95,250); }
H1.HeaderClassName
{
color: #6D5FFA;
}
.AnyTagClassName
{
color: #6D5FFA;
}
</style>
background-color css
<style>
a { background-color: #6D5FFA; }
a { background-color: rgb(109,95,250); }
div.DivClassName
{
background-color: #6D5FFA;
}
.BgClassName
{
background-color: #6D5FFA;
}
</style>
border-color css
<style>
span { border-color: #6D5FFA; }
span { border-color: rgb(109,95,250); }
td.TdClassName
{
border-color: #6D5FFA;
}
.TagClassName
{
border-color: #6D5FFA;
}
</style>