#6E5DF8

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

Shades of Medium Slate Blue #6E5DF8

Tints of Medium Slate Blue #6E5DF8

Color information

#6E5DF8 (or 0x6E5DF8) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 5D and F8. RGB value is (110,93,248). Sum of RGB (Red+Green+Blue) = 110+93+248=451 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.39% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 248 (97.27% from 255 or 54.99% from 451); Max value from RGB is 248 - color contains mainly: blue. Hex color #6E5DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5DF8 is #91A207. Grayscale: #737373. Windows color (decimal): -9544200 or 16276846. OLE color: 16276846.

HSL color Cylindrical-coordinate representation of color #6E5DF8: hue angle of 246.58º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E5DF8 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB11093248-
CMYK0.560.6200.03
HSL246.58º91.72%66.86%-
HSV(B)246.58º62.5%97.25%-
XYZ27.2917.9290.83-
YUV115.75202.63123.9-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.39%
GREEN value IS 93 (36.72% from 255) = 20.62%
BLUE value IS 248 (97.27% from 255) = 54.99%
R=24.39%
G=20.62%
B=54.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal110932480.560.6200.03246.5891.7266.86
Hex6E5DF8383E03f75c43
Octal156135370707603367134103
Binary11011101011101111110001110001111100111111011110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,93,248); }

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

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

 a { background-color: rgb(110,93,248); }

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

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

 span { border-color: rgb(110,93,248); }

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