crispedge.com

Color picker

Loading...

#6072c3 hex color - Blue - Cool color - Information

#6072c3 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #6072c3 Color code in RGB color code model is created after adding 37.65% red color, 44.71% green color and 76.47% blue color. Hex #6072c3 Color code in CMYK color (process color) code model is generated after subtraction of 51% cyan, 42% magenta, 0% yellow and 24% black.

Hex #6072c3 color code is between #6677bb web safe hex color code and #5566cc web safe hex color code. #6677bb is the nearest web safe color code. You can see here many more shades of #6072c3 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code6072c3#6072c3
RGB Decimal96, 114, 195rgb(96, 114, 195)
RGB Percent38%, 45%, 76%rgb(38%, 45%, 76%)
CSS RGBa96, 114, 195,1rgba(96,114,195,1)
CMYK Modelcmyk(51%,42%,0%,24%)
HSL Color Space229,45% ,57%hsl(229,45% ,57%)
HSV Color Space229°, 51%, 76%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011000000111001011000011
Octal140162303
Decimal96114195
Hex6072c3

Different shades of #6072c3 color code.

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

Light Shade of #6072c3
#8593d1
Dark Shade of #6072c3
#4255ae
Saturated Shade of #6072c3
#556bce
Desaturated Shade of #6072c3
#6b79b8
Grey scale Shade of #6072c3
#919191
Brighten Shade
#798bdc
Most Readable Shade
#FFFFFF

Shades of #6072c3 color code

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

#6072c3
#5565ad
#4a5897
#404c82
#353f6c
#2a3256
#202641
#15192b
#0a0c15
#000000

Similar Color like #6072c3 color

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

#6173c4
#6274c5
#6375c6
#6476c7
#6577c8
#6678c9
#6779ca
#687acb
#697bcc
#6a7ccd
#6b7dce
#6c7ecf
#6d7fd0
#6e80d1
#5f71c2
#5e70c1
#5d6fc0
#5c6ebf
#5b6dbe
#5a6cbd
#596bbc
#586abb
#5769ba
#5668b9
#5567b8
#5466b7
#5365b6
#5264b5

Monochromatic Color with #6072c3

#6072c3
#758bed
#0c0f19
#212743
#36406e
#4b5998

Tints of #6072c3 Color

#6072c3
#7181c9
#8391d0
#95a1d7
#a6b0dd
#b8c0e4
#cad0eb
#dbdff1
#edeff8
#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

#6072c3
#c3b160

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

Split Complementary

#6072c3
#c38060
#a3c360

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

Analogous Color

#609ac3
#6086c3
#6072c3
#6260c3
#7660c3

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

#6072c3
#c36072
#72c360

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

#6072c3
#c360a3
#c3b160
#60c37f

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

#6072c3
#c3b160
#a3c360
#8060c3

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 #6072c3 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.

#6072c3 Color Code Preview on Black Background Color

This is how #6072c3 Color will look on black background color. Color contrast ratio is 4.69

#6072c3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6072c3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6072c3

#6072c3 color code is use for CSS Background Color

Background color for the above div is #6072c3

HTML with inline CSS

<div style="background-color:#6072c3;"></div>

#6072c3 color code is use for CSS Border Color

CSS Border color for the above div is #6072c3

HTML with inline CSS

<div style="border:5px solid #6072c3;"></div>

CSS Border Left color for the above div is #6072c3

HTML with inline CSS

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

CSS Border Right color for the above div is #6072c3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6072c3

HTML with inline CSS

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

CSS Border Top color for the above div is #6072c3

HTML with inline CSS

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

#6072c3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6072c3 Color code Preview on White Background

This is how #6072c3 Color code will look on white background color. Color contrast ratio is 4.48

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

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,114,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(195,177,96,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(96,114,195,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.