crispedge.com

Color picker

Loading...

#666ec0 hex color - Blue - Cool color - Information

#666ec0 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #666ec0 Color code in RGB color code model is created after adding 40% red color, 43.14% green color and 75.29% blue color. Hex #666ec0 Color code in CMYK color (process color) code model is generated after subtraction of 47% cyan, 43% magenta, 0% yellow and 25% black.

Hex #666ec0 color code is between #5566bb web safe hex color code and #7777cc web safe hex color code. #5566bb is the nearest web safe color code. You can see here many more shades of #666ec0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code666ec0#666ec0
RGB Decimal102, 110, 192rgb(102, 110, 192)
RGB Percent40%, 43%, 75%rgb(40%, 43%, 75%)
CSS RGBa102, 110, 192,1rgba(102,110,192,1)
CMYK Modelcmyk(47%,43%,0%,25%)
HSL Color Space235,42% ,58%hsl(235,42% ,58%)
HSV Color Space235°, 47%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001100110111011000000
Octal146156300
Decimal102110192
Hex666ec0

Different shades of #666ec0 color code.

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

Light Shade of #666ec0
#8a90cf
Dark Shade of #666ec0
#4750ac
Saturated Shade of #666ec0
#5b65cb
Desaturated Shade of #666ec0
#7177b5
Grey scale Shade of #666ec0
#939393
Brighten Shade
#7f87d9
Most Readable Shade
#FFFFFF

Shades of #666ec0 color code

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

#666ec0
#5a61aa
#4f5595
#444980
#383d6a
#2d3055
#222440
#16182a
#0b0c15
#000000

Similar Color like #666ec0 color

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

#676fc1
#6870c2
#6971c3
#6a72c4
#6b73c5
#6c74c6
#6d75c7
#6e76c8
#6f77c9
#7078ca
#7179cb
#727acc
#737bcd
#747cce
#656dbf
#646cbe
#636bbd
#626abc
#6169bb
#6068ba
#5f67b9
#5e66b8
#5d65b7
#5c64b6
#5b63b5
#5a62b4
#5961b3
#5860b2

Monochromatic Color with #666ec0

#666ec0
#7d86ea
#0c0d16
#222540
#393d6b
#4f5695

Tints of #666ec0 Color

#666ec0
#777ec7
#888ece
#999ed5
#aaaedc
#bbbee3
#ccceea
#dddef1
#eeeef8
#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

#666ec0
#c0b866

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

Split Complementary

#666ec0
#c08b66
#9bc066

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

Analogous Color

#6692c0
#6680c0
#666ec0
#7066c0
#8266c0

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

#666ec0
#c0666e
#6ec066

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

#666ec0
#c0669b
#c0b866
#66c08b

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

#666ec0
#c0b866
#9bc066
#8b66c0

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 #666ec0 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.

#666ec0 Color Code Preview on Black Background Color

This is how #666ec0 Color will look on black background color. Color contrast ratio is 4.56

#666ec0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #666ec0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #666ec0

#666ec0 color code is use for CSS Background Color

Background color for the above div is #666ec0

HTML with inline CSS

<div style="background-color:#666ec0;"></div>

#666ec0 color code is use for CSS Border Color

CSS Border color for the above div is #666ec0

HTML with inline CSS

<div style="border:5px solid #666ec0;"></div>

CSS Border Left color for the above div is #666ec0

HTML with inline CSS

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

CSS Border Right color for the above div is #666ec0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #666ec0

HTML with inline CSS

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

CSS Border Top color for the above div is #666ec0

HTML with inline CSS

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

#666ec0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#666ec0 Color code Preview on White Background

This is how #666ec0 Color code will look on white background color. Color contrast ratio is 4.61

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

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(102,110,192,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(192,184,102,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(102,110,192,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.