crispedge.com

Color picker

Loading...

#663e87 hex color - Violet - Warm color - Information

#663e87 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #663e87 Color code in RGB color code model is created after adding 40% red color, 24.31% green color and 52.94% blue color. Hex #663e87 Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 54% magenta, 0% yellow and 47% black.

Hex #663e87 color code is between #554488 web safe hex color code and #773377 web safe hex color code. #554488 is the nearest web safe color code. You can see here many more shades of #663e87 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code663e87#663e87
RGB Decimal102, 62, 135rgb(102, 62, 135)
RGB Percent40%, 24%, 53%rgb(40%, 24%, 53%)
CSS RGBa102, 62, 135,1rgba(102,62,135,1)
CMYK Modelcmyk(24%,54%,0%,47%)
HSL Color Space273,37% ,39%hsl(273,37% ,39%)
HSV Color Space273°, 54%, 53%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011001100011111010000111
Octal14676207
Decimal10262135
Hex663e87

Different shades of #663e87 color code.

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

Light Shade of #663e87
#804eaa
Dark Shade of #663e87
#4c2e64
Saturated Shade of #663e87
#673491
Desaturated Shade of #663e87
#65487d
Grey scale Shade of #663e87
#626262
Brighten Shade
#7f57a0
Most Readable Shade
#FFFFFF

Shades of #663e87 color code

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

#663e87
#5a3778
#4f3069
#44295a
#38224b
#2d1b3c
#22142d
#160d1e
#0b060f
#000000

Similar Color like #663e87 color

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

#673f88
#684089
#69418a
#6a428b
#6b438c
#6c448d
#6d458e
#6e468f
#6f4790
#704891
#714992
#724a93
#734b94
#744c95
#653d86
#643c85
#633b84
#623a83
#613982
#603881
#5f3780
#5e367f
#5d357e
#5c347d
#5b337c
#5a327b
#59317a
#583079

Monochromatic Color with #663e87

#663e87
#8652b1
#a665dc
#060307
#261732
#462a5c

Tints of #663e87 Color

#663e87
#775394
#8868a1
#997eaf
#aa93bc
#bba9c9
#ccbed7
#ddd4e4
#eee9f1
#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

#663e87
#5f873e

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

Split Complementary

#663e87
#84873e
#3e8741

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

Analogous Color

#493e87
#573e87
#663e87
#753e87
#833e87

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

#663e87
#87663e
#3e8766

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

#663e87
#87413e
#5f873e
#3e8387

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

#663e87
#5f873e
#3e8741
#873e84

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 #663e87 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.

#663e87 Color Code Preview on Black Background Color

This is how #663e87 Color will look on black background color. Color contrast ratio is 2.60

#663e87 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #663e87

HTML with inline CSS

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

Your Example Paragraph content text in with font color #663e87

#663e87 color code is use for CSS Background Color

Background color for the above div is #663e87

HTML with inline CSS

<div style="background-color:#663e87;"></div>

#663e87 color code is use for CSS Border Color

CSS Border color for the above div is #663e87

HTML with inline CSS

<div style="border:5px solid #663e87;"></div>

CSS Border Left color for the above div is #663e87

HTML with inline CSS

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

CSS Border Right color for the above div is #663e87

HTML with inline CSS

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

CSS Border Bottom color for the above div is #663e87

HTML with inline CSS

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

CSS Border Top color for the above div is #663e87

HTML with inline CSS

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

#663e87 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#663e87 Color code Preview on White Background

This is how #663e87 Color code will look on white background color. Color contrast ratio is 8.06

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.