crispedge.com

Color picker

Loading...

#6421c8 hex color - Violet - Cool color - Information

#6421c8 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #6421c8 Color code in RGB color code model is created after adding 39.22% red color, 12.94% green color and 78.43% blue color. Hex #6421c8 Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 84% magenta, 0% yellow and 22% black.

Hex #6421c8 color code is between #6622cc web safe hex color code and #5511bb web safe hex color code. #6622cc is the nearest web safe color code. You can see here many more shades of #6421c8 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 6421c8 #6421c8
RGB Decimal 100, 33, 200 rgb(100, 33, 200)
RGB Percent 39%, 13%, 78% rgb(39%, 13%, 78%)
CSS RGBa 100, 33, 200,1 rgba(100,33,200,1)
CMYK Model cmyk(50%,84%,0%,22%)
HSL Color Space 264,72% ,46% hsl(264,72% ,46%)
HSV Color Space 264°, 84%, 78%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01100100 00100001 11001000
Octal 144 41 310
Decimal 100 33 200
Hex 64 21 c8

Different shades of #6421c8 color code.

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

Light Shade of #6421c8
#7e3ddf
Dark Shade of #6421c8
#4e1a9c
Saturated Shade of #6421c8
#6215d4
Desaturated Shade of #6421c8
#662dbc
Grey scale Shade of #6421c8
#747474
Brighten Shade
#7d3ae1
Most Readable Shade
#FFFFFF

Shades of #6421c8 color code

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

#6421c8
#581db1
#4d199b
#421685
#37126f
#2c0e58
#210b42
#16072c
#0b0316
#000000

Similar Color like #6421c8 color

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

#6522c9
#6623ca
#6724cb
#6825cc
#6926cd
#6a27ce
#6b28cf
#6c29d0
#6d2ad1
#6e2bd2
#6f2cd3
#702dd4
#712ed5
#722fd6
#6320c7
#621fc6
#611ec5
#601dc4
#5f1cc3
#5e1bc2
#5d1ac1
#5c19c0
#5b18bf
#5a17be
#5916bd
#5815bc
#5714bb
#5613ba

Monochromatic Color with #6421c8

#6421c8
#7928f2
#0f051e
#240c48
#391373
#4f1a9d

Tints of #6421c8 Color

#6421c8
#7539ce
#8652d4
#976bda
#a883e0
#ba9ce6
#cbb5ec
#dccdf2
#ede6f8
#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

#6421c8
#85c821

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

Split Complementary

#6421c8
#c8b821
#32c821

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

Analogous Color

#2121c8
#4321c8
#6421c8
#8521c8
#a721c8

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

#6421c8
#c86421
#21c864

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

#6421c8
#c82131
#85c821
#21c8b7

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

#6421c8
#85c821
#32c821
#b821c8

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 #6421c8 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.

#6421c8 Color Code Preview on Black Background Color

This is how #6421c8 Color will look on black background color. Color contrast ratio is 2.59

#6421c8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6421c8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6421c8

#6421c8 color code is use for CSS Background Color

Background color for the above div is #6421c8

HTML with inline CSS

<div style="background-color:#6421c8;"></div>

#6421c8 color code is use for CSS Border Color

CSS Border color for the above div is #6421c8

HTML with inline CSS

<div style="border:5px solid #6421c8;"></div>

CSS Border Left color for the above div is #6421c8

HTML with inline CSS

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

CSS Border Right color for the above div is #6421c8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6421c8

HTML with inline CSS

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

CSS Border Top color for the above div is #6421c8

HTML with inline CSS

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

#6421c8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6421c8 Color code Preview on White Background

This is how #6421c8 Color code will look on white background color. Color contrast ratio is 8.10

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

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,33,200,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(133,200,33,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(100,33,200,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.