@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#6e5eac hex color - Violet - Cool color - Information

#6e5eac hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #6e5eac Color code in RGB color code model is created after adding 43.14% red color, 36.86% green color and 67.45% blue color. Hex #6e5eac Color code in CMYK color (process color) code model is generated after subtraction of 36% cyan, 45% magenta, 0% yellow and 32.55% black.

Hex #6e5eac color code is between #6666aa web safe hex color code and #7755bb web safe hex color code. #6666aa is the nearest web safe color code. You can see here many more shades of #6e5eac color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code6e5eac#6e5eac
RGB Decimal110, 94, 172rgb(110, 94, 172)
RGB Percent43%, 37%, 67%rgb(43%, 37%, 67%)
CSS RGBa110, 94, 172,1rgba(110,94,172,1)
CMYK Modelcmyk(36%,45%,0%,32.55%)
HSL Color Space252,32% ,52%hsl(252,32% ,52%)
HSV Color Space252°, 45%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011011100101111010101100
Octal156136254
Decimal11094172
Hex6e5eac

Different shades of #6e5eac color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #6e5eac
#8c80bd
Dark Shade of #6e5eac
#57498e
Saturated Shade of #6e5eac
#6752b8
Desaturated Shade of #6e5eac
#756aa0
Grey scale Shade of #6e5eac
#858585
Brighten Shade
#8777c5
Most Readable Shade
#FFFFFF

Shades of #6e5eac color code

Generate more color scales with scales (color stack) generator.

#6e5eac
#615398
#554985
#493e72
#3d345f
#30294c
#241f39
#181426
#0c0a13
#000000

Similar Color like #6e5eac color

Find visually similar hex color codes nearing to #6e5eac hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#6f5fad
#7060ae
#7161af
#7262b0
#7363b1
#7464b2
#7565b3
#7666b4
#7767b5
#7868b6
#7969b7
#7a6ab8
#7b6bb9
#7c6cba
#6d5dab
#6c5caa
#6b5ba9
#6a5aa8
#6959a7
#6858a6
#6757a5
#6656a4
#6555a3
#6454a2
#6353a1
#6252a0
#61519f
#60509e

Monochromatic Color with #6e5eac

#6e5eac
#8975d6
#010102
#1c182c
#383057
#534781

Tints of #6e5eac Color

#6e5eac
#7e6fb5
#8e81be
#9e93c7
#aea5d0
#beb7da
#cec9e3
#dedbec
#eeedf5
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#6e5eac
#9cac5e

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#6e5eac
#ac955e
#75ac5e

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#5e6dac
#5e5eac
#6e5eac
#7e5eac
#8d5eac

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#6e5eac
#ac6e5e
#5eac6e

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#6e5eac
#ac5e75
#9cac5e
#5eac95

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#6e5eac
#9cac5e
#75ac5e
#955eac

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #6e5eac Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#6e5eac Color Code Preview on Black Background Color

This is how #6e5eac Color will look on black background color. Color contrast ratio is 3.86

#6e5eac in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#6e5eac">Your Example Paragraph content text in with font color #6e5eac </p>

Your Example Paragraph content text in with font color #6e5eac

HTML with inline CSS

<div style="color:#6e5eac">Your Paragraph text in with font color #6e5eac </div>

Your Example Paragraph content text in with font color #6e5eac

#6e5eac color code is use for CSS Background Color

Background color for the above div is #6e5eac

HTML with inline CSS

<div style="background-color:#6e5eac;"></div>

#6e5eac color code is use for CSS Border Color

CSS Border color for the above div is #6e5eac

HTML with inline CSS

<div style="border:5px solid #6e5eac;"></div>

CSS Border Left color for the above div is #6e5eac

HTML with inline CSS

<div style="border-left:5px solid #6e5eac;"></div>

CSS Border Right color for the above div is #6e5eac

HTML with inline CSS

<div style="border-right:5px solid #6e5eac;"></div>

CSS Border Bottom color for the above div is #6e5eac

HTML with inline CSS

<div style="border-bottom:5px solid #6e5eac;"></div>

CSS Border Top color for the above div is #6e5eac

HTML with inline CSS

<div style="border-top:5px solid #6e5eac;"></div>

#6e5eac hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#6e5eac; } .examplecolorclass {color:#6e5eac; } .examplebordercolor {border:3px solid #6e5eac; }

#6e5eac Color code Preview on White Background

This is how #6e5eac Color code will look on white background color. Color contrast ratio is 5.44

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #6e5eac; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #6e5eac; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(110,94,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(156,172,94,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(110,94,172,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.