Shades of Medium Slate Blue #6C4EFE
Tints of Medium Slate Blue #6C4EFE
RGB
CMYK
RGB Variations
Color information
#6C4EFE (or 0x6C4EFE) is known color: Medium Slate Blue. HEX triplet: 6C, 4E and FE. RGB value is (108,78,254). Sum of RGB (Red+Green+Blue) = 108+78+254=440 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.55% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C4EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C4EFE is #93B101. Grayscale: #6A6A6A. Windows color (decimal): -9679106 or 16666220. OLE color: 16666220.
HSL color Cylindrical-coordinate representation of color #6C4EFE: hue angle of 250.23º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C4EFE is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 78 | 254 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.00 |
| HSL | 250.23º | 0.99% | 0.65% | - |
| HSV(B) | 250.23º | 0.69% | 1% | - |
| XYZ | 26.8 | 15.79 | 95.4 | - |
| YUV | 107.03 | 210.94 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 78 | 254 | 0.57 | 0.69 | 0 | 0.00 | 250.23 | 0.99 | 0.65 |
| Hex | 6C | 4E | FE | 39 | 45 | 0 | 0 | FA | 63 | 41 |
| Octal | 154 | 116 | 376 | 71 | 105 | 0 | 0 | 372 | 143 | 101 |
| Binary | 1101100 | 1001110 | 11111110 | 111001 | 1000101 | 0 | 0 | 11111010 | 1100011 | 1000001 |
Color Harmonies of #6C4EFE
Complementary color
Monochromatic Colors of #6C4EFE
Black with #6C4EFE
Text Example
Text Example
White with #6C4EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4EFE; }
p { color: rgb(108,78,254); }
H1.HeaderClassName
{
color: #6C4EFE;
}
.AnyTagClassName
{
color: #6C4EFE;
}
</style>
background-color css
<style>
a { background-color: #6C4EFE; }
a { background-color: rgb(108,78,254); }
div.DivClassName
{
background-color: #6C4EFE;
}
.BgClassName
{
background-color: #6C4EFE;
}
</style>
border-color css
<style>
span { border-color: #6C4EFE; }
span { border-color: rgb(108,78,254); }
td.TdClassName
{
border-color: #6C4EFE;
}
.TagClassName
{
border-color: #6C4EFE;
}
</style>