Skip to main content Skip to docs navigation

#c690ea hex color | Download Light 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 Dream Vapor and its hex is #CC99EE Nearest Color Name

Color Hue/Base color: Blue

Hex #c690ea Color code in RGB color code model is created after adding 77.65% red color, 56.47% green color and 91.76% blue color. Hex #c690ea Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 38% magenta, 0% yellow and 8.24% black.

Hex #c690ea color code is between #cc88ee web safe hex color code and #bb99dd web safe hex color code. #cc88ee is the nearest web safe color code. You can see here many more shades of #c690ea color code.

RGB Chart

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

Color Table

Hex Color Code c690ea #c690ea
RGB Decimal 198, 144, 234 198, 144, 234
RGB Percent 78%, 56%, 92% rgb(78%, 56%, 92%)
CSS RGBa 198, 144, 234,1 rgba(198,144,234,1)
CMYK Model cmyk(15%,38%,0%,8.24%)
HSL Color Space 276,68% ,74% hsl(276,68% ,74%)
HSV Color Space 276°, 38%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000110 10010000 11101010
Octal 306 220 352
Decimal 198 144 234
Hex c6 90 ea

Different shades of #c690ea color code.

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

Darkest of #c690ea
#8024bd
Darker of #c690ea
#9a3ada
Dark of #c690ea
#b065e2
Base of #c690ea
#c690ea
Light of #c690ea
#dcbbf2
Lighter
#f2e6fa
Lightest
#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

#c690ea
#b4ea90

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

Split Complementary

#c690ea
#e1ea90
#90ea99

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

Analogous Color

#9290ea
#a190ea
#c690ea
#e490ea
#ea90cb

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

#c690ea
#90eac6
#eac690

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

#c690ea
#eac690
#b4ea90
#90b4ea

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

#c690ea
#ea9990
#b4ea90
#90e1ea

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 #c690ea

#631c92
#8024bd
#9a3ada
#b065e2
#c690ea
#dcbbf2
#f2e6fa
#ffffff
#ffffff

Tints of #c690ea Color

#c690ea
#cc9cec
#d2a8ee
#d9b5f1
#dfc1f3
#e5cdf5
#ecdaf8
#f2e6fa
#f8f2fc
#ffffff

Shades of #c690ea color code

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

#c690ea
#b080d0
#9a70b6
#84609c
#6e5082
#584068
#42304e
#2c2034
#16101a
#000000

Tones

#c690ea
#c39ddd
#c1aad0
#beb8c2
#bdbdbd

Tones

Similar Color like #c690ea color

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

#c791eb
#c892ec
#c993ed
#ca94ee
#cb95ef
#cc96f0
#cd97f1
#ce98f2
#cf99f3
#d09af4
#d19bf5
#d29cf6
#d39df7
#d49ef8
#c58fe9
#c48ee8
#c38de7
#c28ce6
#c18be5
#c08ae4
#bf89e3
#be88e2
#bd87e1
#bc86e0
#bb85df
#ba84de
#b983dd
#b882dc

Download this Light Blue

Hex #c690ea 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.

#c690ea Color Code Preview on Black Background Color

This is how #c690ea Color will look on black background color. Color contrast ratio is 8.58

#c690ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c690ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c690ea

#c690ea color code is use for CSS Background Color

Background color for the above div is #c690ea

HTML with inline CSS

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

#c690ea color code is use for CSS Border Color

CSS Border color for the above div is #c690ea

HTML with inline CSS

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

CSS Border Left color for the above div is #c690ea

HTML with inline CSS

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

CSS Border Right color for the above div is #c690ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c690ea

HTML with inline CSS

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

CSS Border Top color for the above div is #c690ea

HTML with inline CSS

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

#c690ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c690ea Color code Preview on White Background

This is how #c690ea Color code will look on white background color. Color contrast ratio is 2.45

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

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(198,144,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(180,234,144,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(198,144,234,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }