Skip to main content Skip to docs navigation

#668eef hex color | Download Dark Blue BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Guilliman Blue and its hex is #6495ED Nearest Color Name

Color Hue/Base color: Blue

Hex #668eef Color code in RGB color code model is created after adding 40% red color, 55.69% green color and 93.73% blue color. Hex #668eef Color code in CMYK color (process color) code model is generated after subtraction of 57% cyan, 41% magenta, 0% yellow and 6.27% black.

Hex #668eef color code is between #5588ee web safe hex color code and #7799ff web safe hex color code. #5588ee is the nearest web safe color code. You can see here many more shades of #668eef color code.

RGB Chart

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

Color Table

Hex Color Code 668eef #668eef
RGB Decimal 102, 142, 239 102, 142, 239
RGB Percent 40%, 56%, 94% rgb(40%, 56%, 94%)
CSS RGBa 102, 142, 239,1 rgba(102,142,239,1)
CMYK Model cmyk(57%,41%,0%,6.27%)
HSL Color Space 222,81% ,67% hsl(222,81% ,67%)
HSV Color Space 222°, 57%, 94%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01100110 10001110 11101111
Octal 146 216 357
Decimal 102 142 239
Hex 66 8e ef

Different shades of #668eef color code.

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

Darkest of #668eef
#123eaa
Darker of #668eef
#174fd8
Dark of #668eef
#386cea
Base of #668eef
#668eef
Light of #668eef
#94b0f4
Lighter
#c2d2f9
Lightest
#f1f4fd

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

#668eef
#efc766

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

Split Complementary

#668eef
#ef8266
#d3ef66

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

Analogous Color

#66deef
#66c7ef
#668eef
#6c66ef
#a566ef

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

#668eef
#8eef66
#ef668e

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

#668eef
#ef668e
#efc766
#66efc7

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#668eef
#ef66d3
#efc766
#66ef82

Square 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).

Monochromatic Color with #668eef

#0d2d7c
#123eaa
#174fd8
#386cea
#668eef
#94b0f4
#c2d2f9
#f1f4fd
#ffffff

Tints of #668eef Color

#668eef
#779af0
#88a7f2
#99b3f4
#aac0f6
#bbccf7
#ccd9f9
#dde5fb
#eef2fd
#ffffff

Shades of #668eef color code

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

#668eef
#5a7ed4
#4f6eb9
#445e9f
#384e84
#2d3f6a
#222f4f
#161f35
#0b0f1a
#000000

Tones

#668eef
#7795de
#889ccd
#99a3bc
#aaaaab

Tones

Similar Color like #668eef color

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

#678ff0
#6890f1
#6991f2
#6a92f3
#6b93f4
#6c94f5
#6d95f6
#6e96f7
#6f97f8
#7098f9
#7199fa
#729afb
#739bfc
#749cfd
#658dee
#648ced
#638bec
#628aeb
#6189ea
#6088e9
#5f87e8
#5e86e7
#5d85e6
#5c84e5
#5b83e4
#5a82e3
#5981e2
#5880e1

Download this Dark Blue

Hex #668eef 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.

#668eef Color Code Preview on Black Background Color

This is how #668eef Color will look on black background color. Color contrast ratio is 6.68

#668eef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #668eef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #668eef

#668eef color code is use for CSS Background Color

Background color for the above div is #668eef

HTML with inline CSS

<div style="background-color:#668eef;"></div>

#668eef color code is use for CSS Border Color

CSS Border color for the above div is #668eef

HTML with inline CSS

<div style="border:5px solid #668eef;"></div>

CSS Border Left color for the above div is #668eef

HTML with inline CSS

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

CSS Border Right color for the above div is #668eef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #668eef

HTML with inline CSS

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

CSS Border Top color for the above div is #668eef

HTML with inline CSS

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

#668eef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#668eef Color code Preview on White Background

This is how #668eef Color code will look on white background color. Color contrast ratio is 3.14

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(102,142,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(239,199,102,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(102,142,239,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }