#6E5EFB

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

Shades of Medium Slate Blue #6E5EFB

Tints of Medium Slate Blue #6E5EFB

Color information

#6E5EFB (or 0x6E5EFB) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 5E and FB. RGB value is (110,94,251). Sum of RGB (Red+Green+Blue) = 110+94+251=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E5EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5EFB is #91A104. Grayscale: #747474. Windows color (decimal): -9543941 or 16473710. OLE color: 16473710.

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

Color convert

RGB11094251-
CMYK0.560.6300.02
HSL246.11º95.15%67.65%-
HSV(B)246.11º62.55%98.43%-
XYZ27.8518.2993.33-
YUV116.68203.8123.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.18%
GREEN value IS 94 (37.11% from 255) = 20.66%
BLUE value IS 251 (98.44% from 255) = 55.16%
R=24.18%
G=20.66%
B=55.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal110942510.560.6300.02246.1195.1567.65
Hex6E5EFB383F02f65f44
Octal156136373707702366137104
Binary11011101011110111110111110001111110101111011010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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