@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#6805b1 hex color - Violet - Warm color - Information

#6805b1 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #6805b1 Color code in RGB color code model is created after adding 40.78% red color, 1.96% green color and 69.41% blue color. Hex #6805b1 Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 97% magenta, 0% yellow and 30.59% black.

Hex #6805b1 color code is between #6600aa web safe hex color code and #7700bb web safe hex color code. #6600aa is the nearest web safe color code. You can see here many more shades of #6805b1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code6805b1#6805b1
RGB Decimal104, 5, 177rgb(104, 5, 177)
RGB Percent41%, 2%, 69%rgb(41%, 2%, 69%)
CSS RGBa104, 5, 177,1rgba(104,5,177,1)
CMYK Modelcmyk(41%,97%,0%,30.59%)
HSL Color Space275,95% ,36%hsl(275,95% ,36%)
HSV Color Space275°, 97%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011010000000010110110001
Octal1505261
Decimal1045177
Hex6805b1

Different shades of #6805b1 color code.

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

Light Shade of #6805b1
#8506e3
Dark Shade of #6805b1
#4b047f
Saturated Shade of #6805b1
#6900b6
Desaturated Shade of #6805b1
#670ea8
Grey scale Shade of #6805b1
#5b5b5b
Brighten Shade
#811eca
Most Readable Shade
#FFFFFF

Shades of #6805b1 color code

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

#6805b1
#5c049d
#500389
#450376
#390262
#2e024e
#22013b
#170127
#0b0013
#000000

Similar Color like #6805b1 color

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

#6906b2
#6a07b3
#6b08b4
#6c09b5
#6d0ab6
#6e0bb7
#6f0cb8
#700db9
#710eba
#720fbb
#7310bc
#7411bd
#7512be
#7613bf
#6704b0
#6603af
#6502ae
#6401ad
#6300ac
#6200ab
#6100aa
#6000a9
#5f00a8
#5e00a7
#5d00a6
#5c00a5
#5b00a4
#5a00a3

Monochromatic Color with #6805b1

#6805b1
#8106db
#040007
#1d0131
#36035c
#4f0486

Tints of #6805b1 Color

#6805b1
#7820b9
#893cc2
#9a58cb
#ab74d3
#bb8fdc
#ccabe5
#ddc7ed
#eee3f6
#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

#6805b1
#4eb105

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

Split Complementary

#6805b1
#a4b105
#05b112

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

Analogous Color

#2305b1
#4605b1
#6805b1
#8a05b1
#ad05b1

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

#6805b1
#b16805
#05b168

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

#6805b1
#b11205
#4eb105
#05a4b1

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

#6805b1
#4eb105
#05b112
#b105a4

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 #6805b1 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.

#6805b1 Color Code Preview on Black Background Color

This is how #6805b1 Color will look on black background color. Color contrast ratio is 2.25

#6805b1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6805b1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6805b1

#6805b1 color code is use for CSS Background Color

Background color for the above div is #6805b1

HTML with inline CSS

<div style="background-color:#6805b1;"></div>

#6805b1 color code is use for CSS Border Color

CSS Border color for the above div is #6805b1

HTML with inline CSS

<div style="border:5px solid #6805b1;"></div>

CSS Border Left color for the above div is #6805b1

HTML with inline CSS

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

CSS Border Right color for the above div is #6805b1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6805b1

HTML with inline CSS

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

CSS Border Top color for the above div is #6805b1

HTML with inline CSS

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

#6805b1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6805b1 Color code Preview on White Background

This is how #6805b1 Color code will look on white background color. Color contrast ratio is 9.35

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

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(104,5,177,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(78,177,5,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(104,5,177,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.