crispedge.com

Color picker

Loading...

#6866e7 hex color - Blue - Cool color - Information

#6866e7 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #6866e7 Color code in RGB color code model is created after adding 40.78% red color, 40% green color and 90.59% blue color. Hex #6866e7 Color code in CMYK color (process color) code model is generated after subtraction of 55% cyan, 56% magenta, 0% yellow and 9% black.

Hex #6866e7 color code is between #6655ee web safe hex color code and #7777dd web safe hex color code. #6655ee is the nearest web safe color code. You can see here many more shades of #6866e7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code6866e7#6866e7
RGB Decimal104, 102, 231rgb(104, 102, 231)
RGB Percent41%, 40%, 91%rgb(41%, 40%, 91%)
CSS RGBa104, 102, 231,1rgba(104,102,231,1)
CMYK Modelcmyk(55%,56%,0%,9%)
HSL Color Space241,73% ,65%hsl(241,73% ,65%)
HSV Color Space241°, 56%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011010000110011011100111
Octal150146347
Decimal104102231
Hex6866e7

Different shades of #6866e7 color code.

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

Light Shade of #6866e7
#9392ee
Dark Shade of #6866e7
#3c3ae0
Saturated Shade of #6866e7
#5f5df0
Desaturated Shade of #6866e7
#716fde
Grey scale Shade of #6866e7
#a6a6a6
Brighten Shade
#817fff
Most Readable Shade
#FFFFFF

Shades of #6866e7 color code

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

#6866e7
#5c5acd
#504fb3
#45449a
#393880
#2e2d66
#22224d
#171633
#0b0b19
#000000

Similar Color like #6866e7 color

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

#6967e8
#6a68e9
#6b69ea
#6c6aeb
#6d6bec
#6e6ced
#6f6dee
#706eef
#716ff0
#7270f1
#7371f2
#7472f3
#7573f4
#7674f5
#6765e6
#6664e5
#6563e4
#6462e3
#6361e2
#6260e1
#615fe0
#605edf
#5f5dde
#5e5cdd
#5d5bdc
#5c5adb
#5b59da
#5a58d9

Monochromatic Color with #6866e7

#6866e7
#080812
#1b1b3d
#2f2e67
#424092
#5553bc

Tints of #6866e7 Color

#6866e7
#7877e9
#8988ec
#9a99ef
#abaaf1
#bbbbf4
#ccccf7
#ddddf9
#eeeefc
#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

#6866e7
#e5e766

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

Split Complementary

#6866e7
#e7a966
#a4e766

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

Analogous Color

#6698e7
#667ee7
#6866e7
#8266e7
#9c66e7

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

#6866e7
#e76866
#66e768

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

#6866e7
#e766a4
#e5e766
#66e7a8

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

#6866e7
#e5e766
#a4e766
#a966e7

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 #6866e7 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.

#6866e7 Color Code Preview on Black Background Color

This is how #6866e7 Color will look on black background color. Color contrast ratio is 4.64

#6866e7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6866e7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6866e7

#6866e7 color code is use for CSS Background Color

Background color for the above div is #6866e7

HTML with inline CSS

<div style="background-color:#6866e7;"></div>

#6866e7 color code is use for CSS Border Color

CSS Border color for the above div is #6866e7

HTML with inline CSS

<div style="border:5px solid #6866e7;"></div>

CSS Border Left color for the above div is #6866e7

HTML with inline CSS

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

CSS Border Right color for the above div is #6866e7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6866e7

HTML with inline CSS

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

CSS Border Top color for the above div is #6866e7

HTML with inline CSS

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

#6866e7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6866e7 Color code Preview on White Background

This is how #6866e7 Color code will look on white background color. Color contrast ratio is 4.52

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

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,102,231,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(229,231,102,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(104,102,231,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.