Shades of Medium Slate Blue #6D5FFF
Tints of Medium Slate Blue #6D5FFF
RGB
CMYK
RGB Variations
Color information
#6D5FFF (or 0x6D5FFF) is known color: Medium Slate Blue. HEX triplet: 6D, 5F and FF. RGB value is (109,95,255). Sum of RGB (Red+Green+Blue) = 109+95+255=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D5FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5FFF is #92A000. Grayscale: #747474. Windows color (decimal): -9609217 or 16736109. OLE color: 16736109.
HSL color Cylindrical-coordinate representation of color #6D5FFF: hue angle of 245.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D5FFF is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 95 | 255 | - |
| CMYK | 0.57 | 0.63 | 0 | 0 |
| HSL | 245.25º | 1% | 0.69% | - |
| HSV(B) | 245.25º | 0.63% | 1% | - |
| XYZ | 28.45 | 18.66 | 96.71 | - |
| YUV | 117.43 | 205.64 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 95 | 255 | 0.57 | 0.63 | 0 | 0 | 245.25 | 1 | 0.69 |
| Hex | 6D | 5F | FF | 39 | 3F | 0 | 0 | F5 | 64 | 45 |
| Octal | 155 | 137 | 377 | 71 | 77 | 0 | 0 | 365 | 144 | 105 |
| Binary | 1101101 | 1011111 | 11111111 | 111001 | 111111 | 0 | 0 | 11110101 | 1100100 | 1000101 |
Color Harmonies of #6D5FFF
Complementary color
Monochromatic Colors of #6D5FFF
Black with #6D5FFF
Text Example
Text Example
White with #6D5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5FFF; }
p { color: rgb(109,95,255); }
H1.HeaderClassName
{
color: #6D5FFF;
}
.AnyTagClassName
{
color: #6D5FFF;
}
</style>
background-color css
<style>
a { background-color: #6D5FFF; }
a { background-color: rgb(109,95,255); }
div.DivClassName
{
background-color: #6D5FFF;
}
.BgClassName
{
background-color: #6D5FFF;
}
</style>
border-color css
<style>
span { border-color: #6D5FFF; }
span { border-color: rgb(109,95,255); }
td.TdClassName
{
border-color: #6D5FFF;
}
.TagClassName
{
border-color: #6D5FFF;
}
</style>