#6E65EF

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

Shades of Medium Slate Blue #6E65EF

Tints of Medium Slate Blue #6E65EF

Color information

#6E65EF (or 0x6E65EF) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 65 and EF. RGB value is (110,101,239). Sum of RGB (Red+Green+Blue) = 110+101+239=450 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.44% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #6E65EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E65EF is #919A10. Grayscale: #767676. Windows color (decimal): -9542161 or 15689070. OLE color: 15689070.

HSL color Cylindrical-coordinate representation of color #6E65EF: hue angle of 243.91º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E65EF is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB110101239-
CMYK0.540.5800.06
HSL243.91º81.18%66.67%-
HSV(B)243.91º57.74%93.73%-
XYZ26.6618.8583.9-
YUV119.42195.48121.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.44%
GREEN value IS 101 (39.84% from 255) = 22.44%
BLUE value IS 239 (93.75% from 255) = 53.11%
R=24.44%
G=22.44%
B=53.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1101012390.540.5800.06243.9181.1866.67
Hex6E65EF363A06f45143
Octal156145357667206364121103
Binary110111011001011110111111011011101001101111010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E65EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,101,239); }

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

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

 a { background-color: rgb(110,101,239); }

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

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

 span { border-color: rgb(110,101,239); }

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