crispedge.com

Color picker

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

#6144b1 hex color - Violet - Cool color - Information

#6144b1 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #6144b1 Color code in RGB color code model is created after adding 38.04% red color, 26.67% green color and 69.41% blue color. Hex #6144b1 Color code in CMYK color (process color) code model is generated after subtraction of 45% cyan, 62% magenta, 0% yellow and 31% black.

Hex #6144b1 color code is between #6633aa web safe hex color code and #5555bb web safe hex color code. #6633aa is the nearest web safe color code. You can see here many more shades of #6144b1 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code6144b1#6144b1
RGB Decimal97, 68, 177rgb(97, 68, 177)
RGB Percent38%, 27%, 69%rgb(38%, 27%, 69%)
CSS RGBa97, 68, 177,1rgba(97,68,177,1)
CMYK Modelcmyk(45%,62%,0%,31%)
HSL Color Space256,44% ,48%hsl(256,44% ,48%)
HSV Color Space256°, 62%, 69%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011000010100010010110001
Octal141104261
Decimal9768177
Hex6144b1

Different shades of #6144b1 color code.

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

Light Shade of #6144b1
#7e64c4
Dark Shade of #6144b1
#4d368c
Saturated Shade of #6144b1
#5b38bd
Desaturated Shade of #6144b1
#6750a5
Grey scale Shade of #6144b1
#7a7a7a
Brighten Shade
#7a5dca
Most Readable Shade
#FFFFFF

Shades of #6144b1 color code

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

#6144b1
#563c9d
#4b3489
#402d76
#352562
#2b1e4e
#20163b
#150f27
#0a0713
#000000

Similar Color like #6144b1 color

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

#6245b2
#6346b3
#6447b4
#6548b5
#6649b6
#674ab7
#684bb8
#694cb9
#6a4dba
#6b4ebb
#6c4fbc
#6d50bd
#6e51be
#6f52bf
#6043b0
#5f42af
#5e41ae
#5d40ad
#5c3fac
#5b3eab
#5a3daa
#593ca9
#583ba8
#573aa7
#5639a6
#5538a5
#5437a4
#5336a3

Monochromatic Color with #6144b1

#6144b1
#7854db
#040307
#1b1331
#32235c
#4a3486

Tints of #6144b1 Color

#6144b1
#7258b9
#846dc2
#9582cb
#a797d3
#b8abdc
#cac0e5
#dbd5ed
#edeaf6
#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

#6144b1
#94b144

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

Split Complementary

#6144b1
#b19744
#5eb144

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

Analogous Color

#4453b1
#4b44b1
#6144b1
#7744b1
#8d44b1

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

#6144b1
#b16144
#44b161

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

#6144b1
#b1445d
#94b144
#44b197

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

#6144b1
#94b144
#5eb144
#9744b1

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 #6144b1 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.

#6144b1 Color Code Preview on Black Background Color

This is how #6144b1 Color will look on black background color. Color contrast ratio is 2.97

#6144b1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6144b1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6144b1

#6144b1 color code is use for CSS Background Color

Background color for the above div is #6144b1

HTML with inline CSS

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

#6144b1 color code is use for CSS Border Color

CSS Border color for the above div is #6144b1

HTML with inline CSS

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

CSS Border Left color for the above div is #6144b1

HTML with inline CSS

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

CSS Border Right color for the above div is #6144b1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6144b1

HTML with inline CSS

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

CSS Border Top color for the above div is #6144b1

HTML with inline CSS

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

#6144b1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6144b1 Color code Preview on White Background

This is how #6144b1 Color code will look on white background color. Color contrast ratio is 7.07

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

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.