crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#6611dd hex color - Violet - Cool color - Information

#6611dd hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #6611dd Color code in RGB color code model is created after adding 40% red color, 6.67% green color and 86.67% blue color. Hex #6611dd Color code in CMYK color (process color) code model is generated after subtraction of 54% cyan, 92% magenta, 0% yellow and 13% black.

Hex #6611dd color code is a web safe color. Next web safe color code is #5500cc and previous web safe color code is #7700ee. You can see here many more shades of #6611dd color code.

0 Likes 0 Comments | 13 Views

Color Table

Hex Color Code6611dd#6611dd
RGB Decimal102, 17, 221rgb(102, 17, 221)
RGB Percent40%, 7%, 87%rgb(40%, 7%, 87%)
CSS RGBa102, 17, 221,1rgba(102,17,221,1)
CMYK Modelcmyk(54%,92%,0%,13%)
HSL Color Space265,86% ,47%hsl(265,86% ,47%)
HSV Color Space265°, 92%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001100001000111011101
Octal14621335
Decimal10217221
Hex6611dd

Different shades of #6611dd color code.

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

Light Shade of #6611dd
#8132ef
Dark Shade of #6611dd
#500dae
Saturated Shade of #6611dd
#6405e9
Desaturated Shade of #6611dd
#681dd1
Grey scale Shade of #6611dd
#777777
Brighten Shade
#7f2af6
Most Readable Shade
#FFFFFF

Shades of #6611dd color code

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

#6611dd
#5a0fc4
#4f0dab
#440b93
#38097a
#2d0762
#220549
#160331
#0b0118
#000000

Similar Color like #6611dd color

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

#6712de
#6813df
#6914e0
#6a15e1
#6b16e2
#6c17e3
#6d18e4
#6e19e5
#6f1ae6
#701be7
#711ce8
#721de9
#731eea
#741feb
#6510dc
#640fdb
#630eda
#620dd9
#610cd8
#600bd7
#5f0ad6
#5e09d5
#5d08d4
#5c07d3
#5b06d2
#5a05d1
#5904d0
#5803cf

Monochromatic Color with #6611dd

#6611dd
#040108
#180433
#2b075d
#3f0a88
#520eb3

Tints of #6611dd Color

#6611dd
#772be0
#8845e4
#9960e8
#aa7aec
#bb95ef
#ccaff3
#ddcaf7
#eee4fb
#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

#6611dd
#88dd11

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

Split Complementary

#6611dd
#ddcc11
#22dd11

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

Analogous Color

#1411dd
#3d11dd
#6611dd
#8f11dd
#b811dd

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

#6611dd
#dd6611
#11dd66

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

#6611dd
#dd1122
#88dd11
#11ddcc

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

#6611dd
#88dd11
#22dd11
#cc11dd

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 #6611dd 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.

#6611dd Color Code Preview on Black Background Color

This is how #6611dd Color will look on black background color. Color contrast ratio is 2.69

#6611dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6611dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6611dd

#6611dd color code is use for CSS Background Color

Background color for the above div is #6611dd

HTML with inline CSS

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

#6611dd color code is use for CSS Border Color

CSS Border color for the above div is #6611dd

HTML with inline CSS

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

CSS Border Left color for the above div is #6611dd

HTML with inline CSS

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

CSS Border Right color for the above div is #6611dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6611dd

HTML with inline CSS

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

CSS Border Top color for the above div is #6611dd

HTML with inline CSS

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

#6611dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6611dd Color code Preview on White Background

This is how #6611dd Color code will look on white background color. Color contrast ratio is 7.81

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

Related Gradients

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

0 Likes 0 Comments | 13 Views

Post your comment:-

By submitting comment you agree to our privacy policy.