Skip to main content Skip to docs navigation

#665bfd 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 #665bfd Color code in RGB color code model is created after adding 40% red color, 35.69% green color and 99.22% blue color. Hex #665bfd Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 64% magenta, 0% yellow and 0.78% black.

Hex #665bfd 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 #665bfd color code.

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 01100110 01011011 11111101
Octal 146 133 375
Decimal 102 91 253
Hex 66 5b fd

Different shades of #665bfd color code.

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

Darkest of #665bfd
#0f02bd
Darker of #665bfd
#1303ef
Dark of #665bfd
#3729fc
Base of #665bfd
#665bfd
Light of #665bfd
#958dfe
Lighter
#c4c0fe
Lightest
#f3f2ff

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

#665bfd
#f2fd5b

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

Split Complementary

#665bfd
#fdb75b
#a1fd5b

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

Analogous Color

#5baffd
#5b94fd
#665bfd
#9c5bfd
#df5bfd

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

#665bfd
#5bfd66
#fd665b

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

#665bfd
#fd665b
#f2fd5b
#5bf2fd

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

#665bfd
#fd5ba1
#f2fd5b
#5bfdb7

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

#0b028a
#0f02bd
#1303ef
#3729fc
#665bfd
#958dfe
#c4c0fe
#f3f2ff
#ffffff

Tints of #665bfd Color

#665bfd
#776dfd
#887ffd
#9991fd
#aaa3fd
#bbb6fe
#ccc8fe
#dddafe
#eeecfe
#ffffff

Shades of #665bfd color code

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

#665bfd
#5a50e0
#4f46c4
#443ca8
#38328c
#2d2870
#221e54
#161438
#0b0a1c
#000000

Tones

#665bfd
#746cec
#837cdc
#918dcb
#9f9dbb

Tones

Similar Color like #665bfd color

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

#675cfe
#685dff
#695eff
#6a5fff
#6b60ff
#6c61ff
#6d62ff
#6e63ff
#6f64ff
#7065ff
#7166ff
#7267ff
#7368ff
#7469ff
#655afc
#6459fb
#6358fa
#6257f9
#6156f8
#6055f7
#5f54f6
#5e53f5
#5d52f4
#5c51f3
#5b50f2
#5a4ff1
#594ef0
#584def

Download this Dark Blue

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

#665bfd Color Code Preview on Black Background Color

This is how #665bfd Color will look on black background color. Color contrast ratio is 4.48

#665bfd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#665bfd color code is use for CSS Background Color

Background color for the above div is #665bfd

HTML with inline CSS

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

#665bfd color code is use for CSS Border Color

CSS Border color for the above div is #665bfd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#665bfd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#665bfd Color code Preview on White Background

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

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

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