@
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.

#6e5585 hex color - Violet - Warm color - Information

#6e5585 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #6e5585 Color code in RGB color code model is created after adding 43.14% red color, 33.33% green color and 52.16% blue color. Hex #6e5585 Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 36% magenta, 0% yellow and 47.84% black.

Hex #6e5585 color code is between #664488 web safe hex color code and #776677 web safe hex color code. #664488 is the nearest web safe color code. You can see here many more shades of #6e5585 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 6e5585 #6e5585
RGB Decimal 110, 85, 133 rgb(110, 85, 133)
RGB Percent 43%, 33%, 52% rgb(43%, 33%, 52%)
CSS RGBa 110, 85, 133,1 rgba(110,85,133,1)
CMYK Model cmyk(17%,36%,0%,47.84%)
HSL Color Space 271,22% ,43% hsl(271,22% ,43%)
HSV Color Space 271°, 36%, 52%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01101110 01010101 10000101
Octal 156 125 205
Decimal 110 85 133
Hex 6e 55 85

Different shades of #6e5585 color code.

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

Light Shade of #6e5585
#886ca1
Dark Shade of #6e5585
#544166
Saturated Shade of #6e5585
#6e4a90
Desaturated Shade of #6e5585
#6e607a
Grey scale Shade of #6e5585
#6d6d6d
Brighten Shade
#876e9e
Most Readable Shade
#FFFFFF

Shades of #6e5585 color code

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

#6e5585
#614b76
#554267
#493858
#3d2f49
#30253b
#241c2c
#18121d
#0c090e
#000000

Similar Color like #6e5585 color

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

#6f5686
#705787
#715888
#725989
#735a8a
#745b8b
#755c8c
#765d8d
#775e8e
#785f8f
#796090
#7a6191
#7b6292
#7c6393
#6d5484
#6c5383
#6b5282
#6a5181
#695080
#684f7f
#674e7e
#664d7d
#654c7c
#644b7b
#634a7a
#624979
#614878
#604777

Monochromatic Color with #6e5585

#6e5585
#9170af
#b48bda
#050405
#281f30
#4b3a5a

Tints of #6e5585 Color

#6e5585
#7e6792
#8e7aa0
#9e8dad
#aea0bb
#beb3c8
#cec6d6
#ded9e3
#eeecf1
#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

#6e5585
#6c8555

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

Split Complementary

#6e5585
#848555
#558556

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

Analogous Color

#5b5585
#645585
#6e5585
#785585
#815585

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

#6e5585
#856e55
#55856e

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

#6e5585
#855655
#6c8555
#558485

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

#6e5585
#6c8555
#558556
#855584

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 #6e5585 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.

#6e5585 Color Code Preview on Black Background Color

This is how #6e5585 Color will look on black background color. Color contrast ratio is 3.30

#6e5585 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#6e5585 color code is use for CSS Background Color

Background color for the above div is #6e5585

HTML with inline CSS

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

#6e5585 color code is use for CSS Border Color

CSS Border color for the above div is #6e5585

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#6e5585 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6e5585 Color code Preview on White Background

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

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 #6e5585; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #6e5585; }

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,85,133,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(108,133,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(110,85,133,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.