#6E5EFF

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

Shades of Medium Slate Blue #6E5EFF

Tints of Medium Slate Blue #6E5EFF

Color information

#6E5EFF (or 0x6E5EFF) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 5E and FF. RGB value is (110,94,255). Sum of RGB (Red+Green+Blue) = 110+94+255=459 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.97% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E5EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5EFF is #91A100. Grayscale: #747474. Windows color (decimal): -9543937 or 16735854. OLE color: 16735854.

HSL color Cylindrical-coordinate representation of color #6E5EFF: hue angle of 245.96º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E5EFF is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11094255-
CMYK0.570.6300
HSL245.96º100%68.43%-
HSV(B)245.96º63.14%100%-
XYZ28.4818.5496.69-
YUV117.14205.8122.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.97%
GREEN value IS 94 (37.11% from 255) = 20.48%
BLUE value IS 255 (100% from 255) = 55.56%
R=23.97%
G=20.48%
B=55.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal110942550.570.6300245.9610068.43
Hex6E5EFF393F00f66444
Octal156136377717700366144104
Binary1101110101111011111111111001111111001111011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,94,255); }

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

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

 a { background-color: rgb(110,94,255); }

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

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

 span { border-color: rgb(110,94,255); }

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