crispedge.com

Color picker

Loading...

#6414b6 hex color - Violet - Cool color - Information

#6414b6 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #6414b6 Color code in RGB color code model is created after adding 39.22% red color, 7.84% green color and 71.37% blue color. Hex #6414b6 Color code in CMYK color (process color) code model is generated after subtraction of 45% cyan, 89% magenta, 0% yellow and 29% black.

Hex #6414b6 color code is between #6611bb web safe hex color code and #5522aa web safe hex color code. #6611bb is the nearest web safe color code. You can see here many more shades of #6414b6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code6414b6#6414b6
RGB Decimal100, 20, 182rgb(100, 20, 182)
RGB Percent39%, 8%, 71%rgb(39%, 8%, 71%)
CSS RGBa100, 20, 182,1rgba(100,20,182,1)
CMYK Modelcmyk(45%,89%,0%,29%)
HSL Color Space270,80% ,40%hsl(270,80% ,40%)
HSV Color Space270°, 89%, 71%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001000001010010110110
Octal14424266
Decimal10020182
Hex6414b6

Different shades of #6414b6 color code.

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

Light Shade of #6414b6
#7d19e4
Dark Shade of #6414b6
#4b0f88
Saturated Shade of #6414b6
#640ac0
Desaturated Shade of #6414b6
#641eac
Grey scale Shade of #6414b6
#656565
Brighten Shade
#7d2dcf
Most Readable Shade
#FFFFFF

Shades of #6414b6 color code

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

#6414b6
#5811a1
#4d0f8d
#420d79
#370b65
#2c0850
#21063c
#160428
#0b0214
#000000

Similar Color like #6414b6 color

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

#6515b7
#6616b8
#6717b9
#6818ba
#6919bb
#6a1abc
#6b1bbd
#6c1cbe
#6d1dbf
#6e1ec0
#6f1fc1
#7020c2
#7121c3
#7222c4
#6313b5
#6212b4
#6111b3
#6010b2
#5f0fb1
#5e0eb0
#5d0daf
#5c0cae
#5b0bad
#5a0aac
#5909ab
#5808aa
#5707a9
#5606a8

Monochromatic Color with #6414b6

#6414b6
#7b19e0
#07010c
#1e0636
#350b61
#4d0f8b

Tints of #6414b6 Color

#6414b6
#752ebe
#8648c6
#9762ce
#a87cd6
#ba96de
#cbb0e6
#dccaee
#ede4f6
#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

#6414b6
#66b614

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

Split Complementary

#6414b6
#b6b514
#15b614

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

Analogous Color

#2314b6
#4414b6
#6414b6
#8414b6
#a514b6

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

#6414b6
#b66414
#14b664

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

#6414b6
#b61415
#66b614
#14b6b5

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

#6414b6
#66b614
#15b614
#b514b6

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 #6414b6 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.

#6414b6 Color Code Preview on Black Background Color

This is how #6414b6 Color will look on black background color. Color contrast ratio is 2.32

#6414b6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6414b6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6414b6

#6414b6 color code is use for CSS Background Color

Background color for the above div is #6414b6

HTML with inline CSS

<div style="background-color:#6414b6;"></div>

#6414b6 color code is use for CSS Border Color

CSS Border color for the above div is #6414b6

HTML with inline CSS

<div style="border:5px solid #6414b6;"></div>

CSS Border Left color for the above div is #6414b6

HTML with inline CSS

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

CSS Border Right color for the above div is #6414b6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6414b6

HTML with inline CSS

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

CSS Border Top color for the above div is #6414b6

HTML with inline CSS

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

#6414b6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6414b6 Color code Preview on White Background

This is how #6414b6 Color code will look on white background color. Color contrast ratio is 9.06

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

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(100,20,182,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(102,182,20,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(100,20,182,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.