crispedge.com

Color picker

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

#6106ad hex color - Violet - Warm color - Information

#6106ad hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #6106ad Color code in RGB color code model is created after adding 38.04% red color, 2.35% green color and 67.84% blue color. Hex #6106ad Color code in CMYK color (process color) code model is generated after subtraction of 44% cyan, 97% magenta, 0% yellow and 32% black.

Hex #6106ad color code is between #6600aa web safe hex color code and #5500bb web safe hex color code. #6600aa is the nearest web safe color code. You can see here many more shades of #6106ad color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code6106ad#6106ad
RGB Decimal97, 6, 173rgb(97, 6, 173)
RGB Percent38%, 2%, 68%rgb(38%, 2%, 68%)
CSS RGBa97, 6, 173,1rgba(97,6,173,1)
CMYK Modelcmyk(44%,97%,0%,32%)
HSL Color Space273,93% ,35%hsl(273,93% ,35%)
HSV Color Space273°, 97%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011000010000011010101101
Octal1416255
Decimal976173
Hex6106ad

Different shades of #6106ad color code.

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

Light Shade of #6106ad
#7d08de
Dark Shade of #6106ad
#45047c
Saturated Shade of #6106ad
#6200b3
Desaturated Shade of #6106ad
#600fa4
Grey scale Shade of #6106ad
#595959
Brighten Shade
#7a1fc6
Most Readable Shade
#FFFFFF

Shades of #6106ad color code

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

#6106ad
#560599
#4b0486
#400473
#350360
#2b024c
#200239
#150126
#0a0013
#000000

Similar Color like #6106ad color

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

#6207ae
#6308af
#6409b0
#650ab1
#660bb2
#670cb3
#680db4
#690eb5
#6a0fb6
#6b10b7
#6c11b8
#6d12b9
#6e13ba
#6f14bb
#6005ac
#5f04ab
#5e03aa
#5d02a9
#5c01a8
#5b00a7
#5a00a6
#5900a5
#5800a4
#5700a3
#5600a2
#5500a1
#5400a0
#53009f

Monochromatic Color with #6106ad

#6106ad
#7907d7
#020003
#1a022d
#310358
#490582

Tints of #6106ad Color

#6106ad
#7221b6
#843dbf
#9559c8
#a774d1
#b890da
#caace3
#dbc7ec
#ede3f5
#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

#6106ad
#52ad06

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

Split Complementary

#6106ad
#a5ad06
#06ad0e

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

Analogous Color

#1e06ad
#4006ad
#6106ad
#8206ad
#a406ad

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

#6106ad
#ad6106
#06ad61

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

#6106ad
#ad0e06
#52ad06
#06a5ad

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

#6106ad
#52ad06
#06ad0e
#ad06a5

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 #6106ad 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.

#6106ad Color Code Preview on Black Background Color

This is how #6106ad Color will look on black background color. Color contrast ratio is 2.14

#6106ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6106ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6106ad

#6106ad color code is use for CSS Background Color

Background color for the above div is #6106ad

HTML with inline CSS

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

#6106ad color code is use for CSS Border Color

CSS Border color for the above div is #6106ad

HTML with inline CSS

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

CSS Border Left color for the above div is #6106ad

HTML with inline CSS

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

CSS Border Right color for the above div is #6106ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6106ad

HTML with inline CSS

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

CSS Border Top color for the above div is #6106ad

HTML with inline CSS

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

#6106ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6106ad Color code Preview on White Background

This is how #6106ad Color code will look on white background color. Color contrast ratio is 9.82

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.