crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

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

#6a5c87 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #6a5c87 Color code in RGB color code model is created after adding 41.57% red color, 36.08% green color and 52.94% blue color. Hex #6a5c87 Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 32% magenta, 0% yellow and 47% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code6a5c87#6a5c87
RGB Decimal106, 92, 135rgb(106, 92, 135)
RGB Percent42%, 36%, 53%rgb(42%, 36%, 53%)
CSS RGBa106, 92, 135,1rgba(106,92,135,1)
CMYK Modelcmyk(21%,32%,0%,47%)
HSL Color Space260,19% ,45%hsl(260,19% ,45%)
HSV Color Space260°, 32%, 53%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011010100101110010000111
Octal152134207
Decimal10692135
Hex6a5c87

Different shades of #6a5c87 color code.

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

Light Shade of #6a5c87
#8375a1
Dark Shade of #6a5c87
#524769
Saturated Shade of #6a5c87
#665192
Desaturated Shade of #6a5c87
#6e677c
Grey scale Shade of #6a5c87
#717171
Brighten Shade
#8375a0
Most Readable Shade
#FFFFFF

Shades of #6a5c87 color code

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

#6a5c87
#5e5178
#524769
#463d5a
#3a334b
#2f283c
#231e2d
#17141e
#0b0a0f
#000000

Similar Color like #6a5c87 color

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

#6b5d88
#6c5e89
#6d5f8a
#6e608b
#6f618c
#70628d
#71638e
#72648f
#736590
#746691
#756792
#766893
#776994
#786a95
#695b86
#685a85
#675984
#665883
#655782
#645681
#635580
#62547f
#61537e
#60527d
#5f517c
#5e507b
#5d4f7a
#5c4e79

Monochromatic Color with #6a5c87

#6a5c87
#8b79b1
#ad96dc
#060507
#272232
#493f5c

Tints of #6a5c87 Color

#6a5c87
#7a6e94
#8b80a1
#9b92af
#aca4bc
#bcb6c9
#cdc8d7
#dddae4
#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

#6a5c87
#79875c

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

Split Complementary

#6a5c87
#87805c
#64875c

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

Analogous Color

#5c5f87
#615c87
#6a5c87
#735c87
#7b5c87

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

#6a5c87
#876a5c
#5c876a

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

#6a5c87
#875c63
#79875c
#5c877f

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

#6a5c87
#79875c
#64875c
#805c87

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

#6a5c87 Color Code Preview on Black Background Color

This is how #6a5c87 Color will look on black background color. Color contrast ratio is 3.49

#6a5c87 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#6a5c87 color code is use for CSS Background Color

Background color for the above div is #6a5c87

HTML with inline CSS

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

#6a5c87 color code is use for CSS Border Color

CSS Border color for the above div is #6a5c87

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#6a5c87 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6a5c87 Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.