#6E5FED

Color #6E5FED Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #6E5FED

Tints of Medium Slate Blue #6E5FED

Color information

#6E5FED (or 0x6E5FED) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 5F and ED. RGB value is (110,95,237). Sum of RGB (Red+Green+Blue) = 110+95+237=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E5FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5FED is #91A012. Grayscale: #737373. Windows color (decimal): -9543699 or 15556462. OLE color: 15556462.

HSL color Cylindrical-coordinate representation of color #6E5FED: hue angle of 246.34º degrees, saturation: 0.8, 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 #6E5FED is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11095237-
CMYK0.540.6000.07
HSL246.34º79.78%65.1%-
HSV(B)246.34º59.92%92.94%-
XYZ25.8117.6182.16-
YUV115.67196.47123.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 24.89%
GREEN value IS 95 (37.5% from 255) = 21.49%
BLUE value IS 237 (92.97% from 255) = 53.62%
R=24.89%
G=21.49%
B=53.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal110952370.540.6000.07246.3479.7865.1
Hex6E5FED363C07f65041
Octal156137355667407366120101
Binary110111010111111110110111011011110001111111011010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E5FED; }

 p { color: rgb(110,95,237); }

 H1.HeaderClassName
 {
   color: #6E5FED;
 }
 .AnyTagClassName
 {
   color: #6E5FED;
 }
</style>
background-color css

<style>
 a { background-color: #6E5FED; }

 a { background-color: rgb(110,95,237); }

 div.DivClassName
 {
   background-color: #6E5FED;
 }
 .BgClassName
 {
   background-color: #6E5FED;
 }
</style>
border-color css

<style>
 span { border-color: #6E5FED; }

 span { border-color: rgb(110,95,237); }

 td.TdClassName
 {
   border-color: #6E5FED;
 }
 .TagClassName
 {
   border-color: #6E5FED;
 }
</style>