crispedge.com

Color picker

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

#6411c3 hex color - Violet - Cool color - Information

#6411c3 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #6411c3 Color code in RGB color code model is created after adding 39.22% red color, 6.67% green color and 76.47% blue color. Hex #6411c3 Color code in CMYK color (process color) code model is generated after subtraction of 49% cyan, 91% magenta, 0% yellow and 24% black.

Hex #6411c3 color code is between #6600bb web safe hex color code and #5500cc web safe hex color code. #6600bb is the nearest web safe color code. You can see here many more shades of #6411c3 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code6411c3#6411c3
RGB Decimal100, 17, 195rgb(100, 17, 195)
RGB Percent39%, 7%, 76%rgb(39%, 7%, 76%)
CSS RGBa100, 17, 195,1rgba(100,17,195,1)
CMYK Modelcmyk(49%,91%,0%,24%)
HSL Color Space268,84% ,42%hsl(268,84% ,42%)
HSV Color Space268°, 91%, 76%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001000001000111000011
Octal14421303
Decimal10017195
Hex6411c3

Different shades of #6411c3 color code.

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

Light Shade of #6411c3
#7c1ceb
Dark Shade of #6411c3
#4c0d94
Saturated Shade of #6411c3
#6306ce
Desaturated Shade of #6411c3
#651cb8
Grey scale Shade of #6411c3
#6a6a6a
Brighten Shade
#7d2adc
Most Readable Shade
#FFFFFF

Shades of #6411c3 color code

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

#6411c3
#580fad
#4d0d97
#420b82
#37096c
#2c0756
#210541
#16032b
#0b0115
#000000

Similar Color like #6411c3 color

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

#6512c4
#6613c5
#6714c6
#6815c7
#6916c8
#6a17c9
#6b18ca
#6c19cb
#6d1acc
#6e1bcd
#6f1cce
#701dcf
#711ed0
#721fd1
#6310c2
#620fc1
#610ec0
#600dbf
#5f0cbe
#5e0bbd
#5d0abc
#5c09bb
#5b08ba
#5a07b9
#5906b8
#5805b7
#5704b6
#5603b5

Monochromatic Color with #6411c3

#6411c3
#7a15ed
#0d0219
#230643
#380a6e
#4e0d98

Tints of #6411c3 Color

#6411c3
#752bc9
#8645d0
#9760d7
#a87add
#ba95e4
#cbafeb
#dccaf1
#ede4f8
#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

#6411c3
#70c311

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

Split Complementary

#6411c3
#c3bd11
#17c311

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

Analogous Color

#1d11c3
#4011c3
#6411c3
#8811c3
#ab11c3

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

#6411c3
#c36411
#11c364

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

#6411c3
#c31117
#70c311
#11c3bd

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

#6411c3
#70c311
#17c311
#bd11c3

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 #6411c3 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.

#6411c3 Color Code Preview on Black Background Color

This is how #6411c3 Color will look on black background color. Color contrast ratio is 2.41

#6411c3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6411c3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6411c3

#6411c3 color code is use for CSS Background Color

Background color for the above div is #6411c3

HTML with inline CSS

<div style="background-color:#6411c3;"></div>

#6411c3 color code is use for CSS Border Color

CSS Border color for the above div is #6411c3

HTML with inline CSS

<div style="border:5px solid #6411c3;"></div>

CSS Border Left color for the above div is #6411c3

HTML with inline CSS

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

CSS Border Right color for the above div is #6411c3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6411c3

HTML with inline CSS

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

CSS Border Top color for the above div is #6411c3

HTML with inline CSS

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

#6411c3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6411c3 Color code Preview on White Background

This is how #6411c3 Color code will look on white background color. Color contrast ratio is 8.71

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

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.