crispedge.com

Color picker

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

#6809ed hex color - Violet - Cool color - Information

#6809ed hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #6809ed Color code in RGB color code model is created after adding 40.78% red color, 3.53% green color and 92.94% blue color. Hex #6809ed Color code in CMYK color (process color) code model is generated after subtraction of 56% cyan, 96% magenta, 0% yellow and 7% black.

Hex #6809ed color code is between #6611ee web safe hex color code and #7700dd web safe hex color code. #6611ee is the nearest web safe color code. You can see here many more shades of #6809ed color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code6809ed#6809ed
RGB Decimal104, 9, 237rgb(104, 9, 237)
RGB Percent41%, 4%, 93%rgb(41%, 4%, 93%)
CSS RGBa104, 9, 237,1rgba(104,9,237,1)
CMYK Modelcmyk(56%,96%,0%,7%)
HSL Color Space265,93% ,48%hsl(265,93% ,48%)
HSV Color Space265°, 96%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011010000000100111101101
Octal15011355
Decimal1049237
Hex6809ed

Different shades of #6809ed color code.

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

Light Shade of #6809ed
#8432f7
Dark Shade of #6809ed
#5207bc
Saturated Shade of #6809ed
#6600f6
Desaturated Shade of #6809ed
#6a15e1
Grey scale Shade of #6809ed
#7b7b7b
Brighten Shade
#8122ff
Most Readable Shade
#FFFFFF

Shades of #6809ed color code

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

#6809ed
#5c08d2
#5007b8
#45069e
#390583
#2e0469
#22034f
#170234
#0b011a
#000000

Similar Color like #6809ed color

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

#690aee
#6a0bef
#6b0cf0
#6c0df1
#6d0ef2
#6e0ff3
#6f10f4
#7011f5
#7112f6
#7213f7
#7314f8
#7415f9
#7516fa
#7617fb
#6708ec
#6607eb
#6506ea
#6405e9
#6304e8
#6203e7
#6102e6
#6001e5
#5f00e4
#5e00e3
#5d00e2
#5c00e1
#5b00e0
#5a00df

Monochromatic Color with #6809ed

#6809ed
#0b0118
#1d0343
#30046d
#430698
#5507c2

Tints of #6809ed Color

#6809ed
#7824ef
#893ff1
#9a5bf3
#ab76f5
#bb91f7
#ccadf9
#ddc8fb
#eee3fd
#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

#6809ed
#8eed09

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

Split Complementary

#6809ed
#edda09
#1ced09

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

Analogous Color

#0d09ed
#3a09ed
#6809ed
#9609ed
#c309ed

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

#6809ed
#ed6809
#09ed68

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

#6809ed
#ed091c
#8eed09
#09edda

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

#6809ed
#8eed09
#1ced09
#da09ed

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 #6809ed 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.

#6809ed Color Code Preview on Black Background Color

This is how #6809ed Color will look on black background color. Color contrast ratio is 2.85

#6809ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6809ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6809ed

#6809ed color code is use for CSS Background Color

Background color for the above div is #6809ed

HTML with inline CSS

<div style="background-color:#6809ed;"></div>

#6809ed color code is use for CSS Border Color

CSS Border color for the above div is #6809ed

HTML with inline CSS

<div style="border:5px solid #6809ed;"></div>

CSS Border Left color for the above div is #6809ed

HTML with inline CSS

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

CSS Border Right color for the above div is #6809ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6809ed

HTML with inline CSS

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

CSS Border Top color for the above div is #6809ed

HTML with inline CSS

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

#6809ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6809ed Color code Preview on White Background

This is how #6809ed Color code will look on white background color. Color contrast ratio is 7.37

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

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.