crispedge.com

Color picker

Loading...

#6052bb hex color - Violet - Cool color - Information

#6052bb hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #6052bb Color code in RGB color code model is created after adding 37.65% red color, 32.16% green color and 73.33% blue color. Hex #6052bb Color code in CMYK color (process color) code model is generated after subtraction of 49% cyan, 56% magenta, 0% yellow and 27% black.

Hex #6052bb color code is between #6655aa web safe hex color code and #5544cc web safe hex color code. #6655aa is the nearest web safe color code. You can see here many more shades of #6052bb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code6052bb#6052bb
RGB Decimal96, 82, 187rgb(96, 82, 187)
RGB Percent38%, 32%, 73%rgb(38%, 32%, 73%)
CSS RGBa96, 82, 187,1rgba(96,82,187,1)
CMYK Modelcmyk(49%,56%,0%,27%)
HSL Color Space248,44% ,53%hsl(248,44% ,53%)
HSV Color Space248°, 56%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011000000101001010111011
Octal140122273
Decimal9682187
Hex6052bb

Different shades of #6052bb color code.

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

Light Shade of #6052bb
#8277c9
Dark Shade of #6052bb
#4a3e9c
Saturated Shade of #6052bb
#5746c7
Desaturated Shade of #6052bb
#695eaf
Grey scale Shade of #6052bb
#868686
Brighten Shade
#796bd4
Most Readable Shade
#FFFFFF

Shades of #6052bb color code

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

#6052bb
#5548a6
#4a3f91
#40367c
#352d67
#2a2453
#201b3e
#151229
#0a0914
#000000

Similar Color like #6052bb color

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

#6153bc
#6254bd
#6355be
#6456bf
#6557c0
#6658c1
#6759c2
#685ac3
#695bc4
#6a5cc5
#6b5dc6
#6c5ec7
#6d5fc8
#6e60c9
#5f51ba
#5e50b9
#5d4fb8
#5c4eb7
#5b4db6
#5a4cb5
#594bb4
#584ab3
#5749b2
#5648b1
#5547b0
#5446af
#5345ae
#5244ad

Monochromatic Color with #6052bb

#6052bb
#7665e5
#090711
#1f1a3b
#342d66
#4a3f90

Tints of #6052bb Color

#6052bb
#7165c2
#8378ca
#958bd1
#a69ed9
#b8b2e0
#cac5e8
#dbd8ef
#edebf7
#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

#6052bb
#adbb52

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

Split Complementary

#6052bb
#bb9552
#78bb52

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

Analogous Color

#526ebb
#5259bb
#6052bb
#7552bb
#8a52bb

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

#6052bb
#bb6052
#52bb60

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

#6052bb
#bb5278
#adbb52
#52bb94

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

#6052bb
#adbb52
#78bb52
#9552bb

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 #6052bb 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.

#6052bb Color Code Preview on Black Background Color

This is how #6052bb Color will look on black background color. Color contrast ratio is 3.42

#6052bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6052bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6052bb

#6052bb color code is use for CSS Background Color

Background color for the above div is #6052bb

HTML with inline CSS

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

#6052bb color code is use for CSS Border Color

CSS Border color for the above div is #6052bb

HTML with inline CSS

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

CSS Border Left color for the above div is #6052bb

HTML with inline CSS

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

CSS Border Right color for the above div is #6052bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6052bb

HTML with inline CSS

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

CSS Border Top color for the above div is #6052bb

HTML with inline CSS

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

#6052bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6052bb Color code Preview on White Background

This is how #6052bb Color code will look on white background color. Color contrast ratio is 6.14

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

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(96,82,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(173,187,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(96,82,187,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.