crispedge.com

Color picker

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

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

#6666e7 hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code6666e7#6666e7
RGB Decimal102, 102, 231rgb(102, 102, 231)
RGB Percent40%, 40%, 91%rgb(40%, 40%, 91%)
CSS RGBa102, 102, 231,1rgba(102,102,231,1)
CMYK Modelcmyk(56%,56%,0%,9%)
HSL Color Space240,73% ,65%hsl(240,73% ,65%)
HSV Color Space240°, 56%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001100110011011100111
Octal146146347
Decimal102102231
Hex6666e7

Different shades of #6666e7 color code.

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

Light Shade of #6666e7
#9292ee
Dark Shade of #6666e7
#3a3ae0
Saturated Shade of #6666e7
#5d5df0
Desaturated Shade of #6666e7
#6f6fde
Grey scale Shade of #6666e7
#a6a6a6
Brighten Shade
#7f7fff
Most Readable Shade
#FFFFFF

Shades of #6666e7 color code

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

#6666e7
#5a5acd
#4f4fb3
#44449a
#383880
#2d2d66
#22224d
#161633
#0b0b19
#000000

Similar Color like #6666e7 color

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

#6767e8
#6868e9
#6969ea
#6a6aeb
#6b6bec
#6c6ced
#6d6dee
#6e6eef
#6f6ff0
#7070f1
#7171f2
#7272f3
#7373f4
#7474f5
#6565e6
#6464e5
#6363e4
#6262e3
#6161e2
#6060e1
#5f5fe0
#5e5edf
#5d5dde
#5c5cdd
#5b5bdc
#5a5adb
#5959da
#5858d9

Monochromatic Color with #6666e7

#6666e7
#080812
#1b1b3d
#2e2e67
#404092
#5353bc

Tints of #6666e7 Color

#6666e7
#7777e9
#8888ec
#9999ef
#aaaaf1
#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

#6666e7
#e7e766

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

Split Complementary

#6666e7
#e7a766
#a7e766

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

Analogous Color

#669ae7
#6680e7
#6666e7
#8066e7
#9a66e7

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

#6666e7
#e76666
#66e766

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

#6666e7
#e766a6
#e7e766
#66e7a6

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

#6666e7
#e7e766
#a7e766
#a766e7

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

#6666e7 Color Code Preview on Black Background Color

This is how #6666e7 Color will look on black background color. Color contrast ratio is 4.62

#6666e7 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#6666e7 color code is use for CSS Background Color

Background color for the above div is #6666e7

HTML with inline CSS

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

#6666e7 color code is use for CSS Border Color

CSS Border color for the above div is #6666e7

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#6666e7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6666e7 Color code Preview on White Background

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

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

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.