Shades of Medium Slate Blue #6C5DEF
Tints of Medium Slate Blue #6C5DEF
RGB
CMYK
RGB Variations
Color information
#6C5DEF (or 0x6C5DEF) is known color: Medium Slate Blue. HEX triplet: 6C, 5D and EF. RGB value is (108,93,239). Sum of RGB (Red+Green+Blue) = 108+93+239=440 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.55% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C5DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5DEF is #93A210. Grayscale: #717171. Windows color (decimal): -9675281 or 15687020. OLE color: 15687020.
HSL color Cylindrical-coordinate representation of color #6C5DEF: hue angle of 246.16º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C5DEF is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 93 | 239 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.06 |
| HSL | 246.16º | 0.82% | 0.65% | - |
| HSV(B) | 246.16º | 0.61% | 0.94% | - |
| XYZ | 25.68 | 17.25 | 83.64 | - |
| YUV | 114.13 | 198.47 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 93 | 239 | 0.55 | 0.61 | 0 | 0.06 | 246.16 | 0.82 | 0.65 |
| Hex | 6C | 5D | EF | 37 | 3D | 0 | 6 | F6 | 52 | 41 |
| Octal | 154 | 135 | 357 | 67 | 75 | 0 | 6 | 366 | 122 | 101 |
| Binary | 1101100 | 1011101 | 11101111 | 110111 | 111101 | 0 | 110 | 11110110 | 1010010 | 1000001 |
Color Harmonies of #6C5DEF
Complementary color
Monochromatic Colors of #6C5DEF
Black with #6C5DEF
Text Example
Text Example
White with #6C5DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5DEF; }
p { color: rgb(108,93,239); }
H1.HeaderClassName
{
color: #6C5DEF;
}
.AnyTagClassName
{
color: #6C5DEF;
}
</style>
background-color css
<style>
a { background-color: #6C5DEF; }
a { background-color: rgb(108,93,239); }
div.DivClassName
{
background-color: #6C5DEF;
}
.BgClassName
{
background-color: #6C5DEF;
}
</style>
border-color css
<style>
span { border-color: #6C5DEF; }
span { border-color: rgb(108,93,239); }
td.TdClassName
{
border-color: #6C5DEF;
}
.TagClassName
{
border-color: #6C5DEF;
}
</style>