Shades of Medium Slate Blue #6E4FEF
Tints of Medium Slate Blue #6E4FEF
RGB
CMYK
RGB Variations
Color information
#6E4FEF (or 0x6E4FEF) is known color: Medium Slate Blue. HEX triplet: 6E, 4F and EF. RGB value is (110,79,239). Sum of RGB (Red+Green+Blue) = 110+79+239=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #6E4FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E4FEF is #91B010. Grayscale: #696969. Windows color (decimal): -9547793 or 15683438. OLE color: 15683438.
HSL color Cylindrical-coordinate representation of color #6E4FEF: hue angle of 251.62º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E4FEF is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 79 | 239 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.06 |
| HSL | 251.63º | 0.83% | 0.62% | - |
| HSV(B) | 251.63º | 0.67% | 0.94% | - |
| XYZ | 24.81 | 15.14 | 83.28 | - |
| YUV | 106.51 | 202.77 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 79 | 239 | 0.54 | 0.67 | 0 | 0.06 | 251.63 | 0.83 | 0.62 |
| Hex | 6E | 4F | EF | 36 | 43 | 0 | 6 | FC | 53 | 3E |
| Octal | 156 | 117 | 357 | 66 | 103 | 0 | 6 | 374 | 123 | 76 |
| Binary | 1101110 | 1001111 | 11101111 | 110110 | 1000011 | 0 | 110 | 11111100 | 1010011 | 111110 |
Color Harmonies of #6E4FEF
Complementary color
Monochromatic Colors of #6E4FEF
Black with #6E4FEF
Text Example
Text Example
White with #6E4FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4FEF; }
p { color: rgb(110,79,239); }
H1.HeaderClassName
{
color: #6E4FEF;
}
.AnyTagClassName
{
color: #6E4FEF;
}
</style>
background-color css
<style>
a { background-color: #6E4FEF; }
a { background-color: rgb(110,79,239); }
div.DivClassName
{
background-color: #6E4FEF;
}
.BgClassName
{
background-color: #6E4FEF;
}
</style>
border-color css
<style>
span { border-color: #6E4FEF; }
span { border-color: rgb(110,79,239); }
td.TdClassName
{
border-color: #6E4FEF;
}
.TagClassName
{
border-color: #6E4FEF;
}
</style>