Skip to main content Skip to docs navigation

#660cdb hex color | Download Dark Violet 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 Voluptuous Violet and its hex is #7711DD Nearest Color Name

Color Hue/Base color: Violet

Hex #660cdb Color code in RGB color code model is created after adding 40% red color, 4.71% green color and 85.88% blue color. Hex #660cdb Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 95% magenta, 0% yellow and 14.12% black.

Hex #660cdb color code is between #5511dd web safe hex color code and #7700cc web safe hex color code. #5511dd is the nearest web safe color code. You can see here many more shades of #660cdb color code.

RGB Chart

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

Color Table

Hex Color Code 660cdb #660cdb
RGB Decimal 102, 12, 219 102, 12, 219
RGB Percent 40%, 5%, 86% rgb(40%, 5%, 86%)
CSS RGBa 102, 12, 219,1 rgba(102,12,219,1)
CMYK Model cmyk(53%,95%,0%,14.12%)
HSL Color Space 266,90% ,45% hsl(266,90% ,45%)
HSV Color Space 266°, 95%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01100110 00001100 11011011
Octal 146 14 333
Decimal 102 12 219
Hex 66 0c db

Different shades of #660cdb color code.

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

Darkest of #660cdb
#22044a
Darker of #660cdb
#39077a
Dark of #660cdb
#4f09ab
Base of #660cdb
#660cdb
Light of #660cdb
#8027f3
Lighter
#9c57f6
Lightest
#b988f8

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

#660cdb
#81db0c

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

Split Complementary

#660cdb
#dbcd0c
#19db0c

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

Analogous Color

#0c2bdb
#100cdb
#660cdb
#ab0cdb
#db0cb5

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

#660cdb
#0cdb66
#db660c

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

#660cdb
#db660c
#81db0c
#0c81db

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

#660cdb
#db0c19
#81db0c
#0cdbcd

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 #660cdb

#0c011a
#22044a
#39077a
#4f09ab
#660cdb
#8027f3
#9c57f6
#b988f8
#d5b8fb

Tints of #660cdb Color

#660cdb
#7727df
#8842e3
#995de7
#aa78eb
#bb93ef
#ccaef3
#ddc9f7
#eee4fb
#ffffff

Shades of #660cdb color code

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

#660cdb
#5a0ac2
#4f09aa
#440892
#380679
#2d0561
#220449
#160230
#0b0118
#000000

Tones

#660cdb
#6923c4
#6c3aad
#6f5196
#72687f

Tones

Similar Color like #660cdb color

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

#670ddc
#680edd
#690fde
#6a10df
#6b11e0
#6c12e1
#6d13e2
#6e14e3
#6f15e4
#7016e5
#7117e6
#7218e7
#7319e8
#741ae9
#650bda
#640ad9
#6309d8
#6208d7
#6107d6
#6006d5
#5f05d4
#5e04d3
#5d03d2
#5c02d1
#5b01d0
#5a00cf
#5900ce
#5800cd

Download this Dark Violet

Hex #660cdb 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.

#660cdb Color Code Preview on Black Background Color

This is how #660cdb Color will look on black background color. Color contrast ratio is 2.64

#660cdb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #660cdb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #660cdb

#660cdb color code is use for CSS Background Color

Background color for the above div is #660cdb

HTML with inline CSS

<div style="background-color:#660cdb;"></div>

#660cdb color code is use for CSS Border Color

CSS Border color for the above div is #660cdb

HTML with inline CSS

<div style="border:5px solid #660cdb;"></div>

CSS Border Left color for the above div is #660cdb

HTML with inline CSS

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

CSS Border Right color for the above div is #660cdb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #660cdb

HTML with inline CSS

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

CSS Border Top color for the above div is #660cdb

HTML with inline CSS

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

#660cdb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#660cdb Color code Preview on White Background

This is how #660cdb Color code will look on white background color. Color contrast ratio is 7.95

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

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