Shades of Medium Slate Blue #6D5CFE
Tints of Medium Slate Blue #6D5CFE
RGB
CMYK
RGB Variations
Color information
#6D5CFE (or 0x6D5CFE) is known color: Medium Slate Blue. HEX triplet: 6D, 5C and FE. RGB value is (109,92,254). Sum of RGB (Red+Green+Blue) = 109+92+254=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D5CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5CFE is #92A301. Grayscale: #727272. Windows color (decimal): -9609986 or 16669805. OLE color: 16669805.
HSL color Cylindrical-coordinate representation of color #6D5CFE: hue angle of 246.3º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D5CFE is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 92 | 254 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.00 |
| HSL | 246.3º | 0.99% | 0.68% | - |
| HSV(B) | 246.3º | 0.64% | 1% | - |
| XYZ | 28.02 | 18.06 | 95.78 | - |
| YUV | 115.55 | 206.13 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 92 | 254 | 0.57 | 0.64 | 0 | 0.00 | 246.3 | 0.99 | 0.68 |
| Hex | 6D | 5C | FE | 39 | 40 | 0 | 0 | F6 | 63 | 44 |
| Octal | 155 | 134 | 376 | 71 | 100 | 0 | 0 | 366 | 143 | 104 |
| Binary | 1101101 | 1011100 | 11111110 | 111001 | 1000000 | 0 | 0 | 11110110 | 1100011 | 1000100 |
Color Harmonies of #6D5CFE
Complementary color
Monochromatic Colors of #6D5CFE
Black with #6D5CFE
Text Example
Text Example
White with #6D5CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5CFE; }
p { color: rgb(109,92,254); }
H1.HeaderClassName
{
color: #6D5CFE;
}
.AnyTagClassName
{
color: #6D5CFE;
}
</style>
background-color css
<style>
a { background-color: #6D5CFE; }
a { background-color: rgb(109,92,254); }
div.DivClassName
{
background-color: #6D5CFE;
}
.BgClassName
{
background-color: #6D5CFE;
}
</style>
border-color css
<style>
span { border-color: #6D5CFE; }
span { border-color: rgb(109,92,254); }
td.TdClassName
{
border-color: #6D5CFE;
}
.TagClassName
{
border-color: #6D5CFE;
}
</style>