crispedge.com

Color picker

Loading...

#6608cb hex color - Violet - Cool color - Information

#6608cb hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #6608cb Color code in RGB color code model is created after adding 40% red color, 3.14% green color and 79.61% blue color. Hex #6608cb Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 96% magenta, 0% yellow and 20% black.

Hex #6608cb color code is between #5500cc web safe hex color code and #7700bb web safe hex color code. #5500cc is the nearest web safe color code. You can see here many more shades of #6608cb color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Code6608cb#6608cb
RGB Decimal102, 8, 203rgb(102, 8, 203)
RGB Percent40%, 3%, 80%rgb(40%, 3%, 80%)
CSS RGBa102, 8, 203,1rgba(102,8,203,1)
CMYK Modelcmyk(50%,96%,0%,20%)
HSL Color Space269,92% ,41%hsl(269,92% ,41%)
HSV Color Space269°, 96%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001100000100011001011
Octal14610313
Decimal1028203
Hex6608cb

Different shades of #6608cb color code.

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

Light Shade of #6608cb
#7f10f6
Dark Shade of #6608cb
#4d069a
Saturated Shade of #6608cb
#6600d3
Desaturated Shade of #6608cb
#6613c0
Grey scale Shade of #6608cb
#696969
Brighten Shade
#7f21e4
Most Readable Shade
#FFFFFF

Shades of #6608cb color code

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

#6608cb
#5a07b4
#4f069d
#440587
#380470
#2d035a
#220243
#16012d
#0b0016
#000000

Similar Color like #6608cb color

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

#6709cc
#680acd
#690bce
#6a0ccf
#6b0dd0
#6c0ed1
#6d0fd2
#6e10d3
#6f11d4
#7012d5
#7113d6
#7214d7
#7315d8
#7416d9
#6507ca
#6406c9
#6305c8
#6204c7
#6103c6
#6002c5
#5f01c4
#5e00c3
#5d00c2
#5c00c1
#5b00c0
#5a00bf
#5900be
#5800bd

Monochromatic Color with #6608cb

#6608cb
#7b0af5
#110121
#26034b
#3b0576
#5106a0

Tints of #6608cb Color

#6608cb
#7723d0
#883ed6
#995adc
#aa75e2
#bb91e7
#ccaced
#ddc8f3
#eee3f9
#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

#6608cb
#6dcb08

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

Split Complementary

#6608cb
#cbc708
#0ccb08

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

Analogous Color

#1808cb
#3f08cb
#6608cb
#8d08cb
#b408cb

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

#6608cb
#cb6608
#08cb66

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

#6608cb
#cb080c
#6dcb08
#08cbc7

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

#6608cb
#6dcb08
#0ccb08
#c708cb

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 #6608cb 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.

#6608cb Color Code Preview on Black Background Color

This is how #6608cb Color will look on black background color. Color contrast ratio is 2.46

#6608cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6608cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6608cb

#6608cb color code is use for CSS Background Color

Background color for the above div is #6608cb

HTML with inline CSS

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

#6608cb color code is use for CSS Border Color

CSS Border color for the above div is #6608cb

HTML with inline CSS

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

CSS Border Left color for the above div is #6608cb

HTML with inline CSS

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

CSS Border Right color for the above div is #6608cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6608cb

HTML with inline CSS

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

CSS Border Top color for the above div is #6608cb

HTML with inline CSS

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

#6608cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6608cb Color code Preview on White Background

This is how #6608cb Color code will look on white background color. Color contrast ratio is 8.53

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.