Shades of Medium Slate Blue #6D5FEE
Tints of Medium Slate Blue #6D5FEE
RGB
CMYK
RGB Variations
Color information
#6D5FEE (or 0x6D5FEE) is known color: Medium Slate Blue. HEX triplet: 6D, 5F and EE. RGB value is (109,95,238). Sum of RGB (Red+Green+Blue) = 109+95+238=442 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.66% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #6D5FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5FEE is #92A011. Grayscale: #727272. Windows color (decimal): -9609234 or 15621997. OLE color: 15621997.
HSL color Cylindrical-coordinate representation of color #6D5FEE: hue angle of 245.87º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D5FEE is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 95 | 238 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.07 |
| HSL | 245.87º | 0.81% | 0.65% | - |
| HSV(B) | 245.87º | 0.6% | 0.93% | - |
| XYZ | 25.83 | 17.61 | 82.93 | - |
| YUV | 115.49 | 197.14 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 95 | 238 | 0.54 | 0.60 | 0 | 0.07 | 245.87 | 0.81 | 0.65 |
| Hex | 6D | 5F | EE | 36 | 3C | 0 | 7 | F6 | 51 | 41 |
| Octal | 155 | 137 | 356 | 66 | 74 | 0 | 7 | 366 | 121 | 101 |
| Binary | 1101101 | 1011111 | 11101110 | 110110 | 111100 | 0 | 111 | 11110110 | 1010001 | 1000001 |
Color Harmonies of #6D5FEE
Complementary color
Monochromatic Colors of #6D5FEE
Black with #6D5FEE
Text Example
Text Example
White with #6D5FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5FEE; }
p { color: rgb(109,95,238); }
H1.HeaderClassName
{
color: #6D5FEE;
}
.AnyTagClassName
{
color: #6D5FEE;
}
</style>
background-color css
<style>
a { background-color: #6D5FEE; }
a { background-color: rgb(109,95,238); }
div.DivClassName
{
background-color: #6D5FEE;
}
.BgClassName
{
background-color: #6D5FEE;
}
</style>
border-color css
<style>
span { border-color: #6D5FEE; }
span { border-color: rgb(109,95,238); }
td.TdClassName
{
border-color: #6D5FEE;
}
.TagClassName
{
border-color: #6D5FEE;
}
</style>