Skip to main content Skip to docs navigation

#665bfe 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 Blue Genie and its hex is #6666FF Nearest Color Name

Color Hue/Base color: Blue

Hex #665bfe Color code in RGB color code model is created after adding 40% red color, 35.69% green color and 99.61% blue color. Hex #665bfe Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 64% magenta, 0% yellow and 0.39% black.

Hex #665bfe color code is between #5555ff web safe hex color code and #7766ee web safe hex color code. #5555ff is the nearest web safe color code. You can see here many more shades of #665bfe color code.

RGB Chart

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

Color Table

Hex Color Code 665bfe #665bfe
RGB Decimal 102, 91, 254 102, 91, 254
RGB Percent 40%, 36%, 100% rgb(40%, 36%, 100%)
CSS RGBa 102, 91, 254,1 rgba(102,91,254,1)
CMYK Model cmyk(60%,64%,0%,0.39%)
HSL Color Space 244,99% ,68% hsl(244,99% ,68%)
HSV Color Space 244°, 64%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01100110 01011011 11111110
Octal 146 133 376
Decimal 102 91 254
Hex 66 5b fe

Different shades of #665bfe color code.

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

Darkest of #665bfe
#0e01bf
Darker of #665bfe
#1201f2
Dark of #665bfe
#3728fe
Base of #665bfe
#665bfe
Light of #665bfe
#958efe
Lighter
#c5c0ff
Lightest
#f4f3ff

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

#665bfe
#f3fe5b

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

Split Complementary

#665bfe
#feb85b
#a2fe5b

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

Analogous Color

#5baffe
#5b94fe
#665bfe
#9c5bfe
#e05bfe

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

#665bfe
#5bfe66
#fe665b

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

#665bfe
#fe665b
#f3fe5b
#5bf3fe

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

#665bfe
#fe5ba2
#f3fe5b
#5bfeb8

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 #665bfe

#0a018c
#0e01bf
#1201f2
#3728fe
#665bfe
#958efe
#c5c0ff
#f4f3ff
#ffffff

Tints of #665bfe Color

#665bfe
#776dfe
#887ffe
#9991fe
#aaa3fe
#bbb6fe
#ccc8fe
#dddafe
#eeecfe
#ffffff

Shades of #665bfe color code

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

#665bfe
#5a50e1
#4f46c5
#443ca9
#38328d
#2d2870
#221e54
#161438
#0b0a1c
#000000

Tones

#665bfe
#746cee
#837cdd
#918dcd
#9f9dbc

Tones

Similar Color like #665bfe color

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

#675cff
#685dff
#695eff
#6a5fff
#6b60ff
#6c61ff
#6d62ff
#6e63ff
#6f64ff
#7065ff
#7166ff
#7267ff
#7368ff
#7469ff
#655afd
#6459fc
#6358fb
#6257fa
#6156f9
#6055f8
#5f54f7
#5e53f6
#5d52f5
#5c51f4
#5b50f3
#5a4ff2
#594ef1
#584df0

Download this Dark Blue

Hex #665bfe 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.

#665bfe Color Code Preview on Black Background Color

This is how #665bfe Color will look on black background color. Color contrast ratio is 4.49

#665bfe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #665bfe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #665bfe

#665bfe color code is use for CSS Background Color

Background color for the above div is #665bfe

HTML with inline CSS

<div style="background-color:#665bfe;"></div>

#665bfe color code is use for CSS Border Color

CSS Border color for the above div is #665bfe

HTML with inline CSS

<div style="border:5px solid #665bfe;"></div>

CSS Border Left color for the above div is #665bfe

HTML with inline CSS

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

CSS Border Right color for the above div is #665bfe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #665bfe

HTML with inline CSS

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

CSS Border Top color for the above div is #665bfe

HTML with inline CSS

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

#665bfe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#665bfe Color code Preview on White Background

This is how #665bfe Color code will look on white background color. Color contrast ratio is 4.67

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

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,91,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(243,254,91,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(102,91,254,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }