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

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

#6d518d hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #6d518d Color code in RGB color code model is created after adding 42.75% red color, 31.76% green color and 55.29% blue color. Hex #6d518d Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 43% magenta, 0% yellow and 44.71% black.

Hex #6d518d color code is between #665588 web safe hex color code and #774499 web safe hex color code. #665588 is the nearest web safe color code. You can see here many more shades of #6d518d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code6d518d#6d518d
RGB Decimal109, 81, 141rgb(109, 81, 141)
RGB Percent43%, 32%, 55%rgb(43%, 32%, 55%)
CSS RGBa109, 81, 141,1rgba(109,81,141,1)
CMYK Modelcmyk(23%,43%,0%,44.71%)
HSL Color Space268,27% ,44%hsl(268,27% ,44%)
HSV Color Space268°, 43%, 55%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011011010101000110001101
Octal155121215
Decimal10981141
Hex6d518d

Different shades of #6d518d color code.

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

Light Shade of #6d518d
#8668a9
Dark Shade of #6d518d
#543e6d
Saturated Shade of #6d518d
#6c4698
Desaturated Shade of #6d518d
#6e5c82
Grey scale Shade of #6d518d
#6f6f6f
Brighten Shade
#866aa6
Most Readable Shade
#FFFFFF

Shades of #6d518d color code

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

#6d518d
#60487d
#543f6d
#48365e
#3c2d4e
#30243e
#241b2f
#18121f
#0c090f
#000000

Similar Color like #6d518d color

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

#6e528e
#6f538f
#705490
#715591
#725692
#735793
#745894
#755995
#765a96
#775b97
#785c98
#795d99
#7a5e9a
#7b5f9b
#6c508c
#6b4f8b
#6a4e8a
#694d89
#684c88
#674b87
#664a86
#654985
#644884
#634783
#624682
#614581
#604480
#5f437f

Monochromatic Color with #6d518d

#6d518d
#8e69b7
#af82e2
#0a080d
#2b2038
#4c3962

Tints of #6d518d Color

#6d518d
#7d6499
#8d77a6
#9d8bb3
#ad9ebf
#beb1cc
#cec5d9
#ded8e5
#eeebf2
#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

#6d518d
#718d51

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

Split Complementary

#6d518d
#8d8b51
#538d51

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

Analogous Color

#55518d
#61518d
#6d518d
#79518d
#85518d

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

#6d518d
#8d6d51
#518d6d

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

#6d518d
#8d5153
#718d51
#518d8b

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

#6d518d
#718d51
#538d51
#8b518d

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

#6d518d Color Code Preview on Black Background Color

This is how #6d518d Color will look on black background color. Color contrast ratio is 3.21

#6d518d in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#6d518d color code is use for CSS Background Color

Background color for the above div is #6d518d

HTML with inline CSS

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

#6d518d color code is use for CSS Border Color

CSS Border color for the above div is #6d518d

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#6d518d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6d518d Color code Preview on White Background

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

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

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(109,81,141,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(113,141,81,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(109,81,141,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.