crispedge.com

Color picker

Loading...

#60797d hex color - Mediterranean - Blue - Cool color - Information

#60797d hex color - Mediterranean - Blue - Cool color

Color Hue/Base color: Blue

Hex #60797d Color Code is also known as Mediterranean color.

Hex #60797d Color code in RGB color code model is created after adding 37.65% red color, 47.45% green color and 49.02% blue color. Hex #60797d Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 3% magenta, 0% yellow and 51% black.

Hex #60797d color code is between #667777 web safe hex color code and #558888 web safe hex color code. #667777 is the nearest web safe color code. You can see here many more shades of #60797d color code.

0 Likes 0 Comments | 13 Views

RGB Chart

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

Color Table

Hex Color Code60797d#60797d
RGB Decimal96, 121, 125rgb(96, 121, 125)
RGB Percent38%, 47%, 49%rgb(38%, 47%, 49%)
CSS RGBa96, 121, 125,1rgba(96,121,125,1)
CMYK Modelcmyk(23%,3%,0%,51%)
HSL Color Space188,13% ,43%hsl(188,13% ,43%)
HSV Color Space188°, 23%, 49%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011000000111100101111101
Octal140171175
Decimal96121125
Hex60797d

Different shades of #60797d color code.

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

Light Shade of #60797d
#789398
Dark Shade of #60797d
#4a5d60
Saturated Shade of #60797d
#558188
Desaturated Shade of #60797d
#6b7172
Grey scale Shade of #60797d
#6e6e6e
Brighten Shade
#799296
Most Readable Shade
#FFFFFF

Shades of #60797d color code

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

#60797d
#556b6f
#4a5e61
#405053
#354345
#2a3537
#202829
#151a1b
#0a0d0d
#000000

Similar Color like #60797d color

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

#617a7e
#627b7f
#637c80
#647d81
#657e82
#667f83
#678084
#688185
#698286
#6a8387
#6b8488
#6c8589
#6d868a
#6e878b
#5f787c
#5e777b
#5d767a
#5c7579
#5b7478
#5a7377
#597276
#587175
#577074
#566f73
#556e72
#546d71
#536c70
#526b6f

Monochromatic Color with #60797d

#60797d
#81a2a7
#a1cbd2
#c2f4fc
#1f2728
#3f5052

Tints of #60797d Color

#60797d
#71878b
#839699
#95a5a8
#a6b4b6
#b8c3c5
#cad2d3
#dbe1e2
#edf0f0
#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

#60797d
#7d6460

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

Split Complementary

#60797d
#7d606a
#7d7360

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

Analogous Color

#607d75
#607d7b
#60797d
#60737d
#606d7d

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

#60797d
#7d6079
#797d60

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

#60797d
#72607d
#7d6460
#6a7d60

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

#60797d
#7d6460
#7d7360
#606a7d

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 #60797d 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.

#60797d Color Code Preview on Black Background Color

This is how #60797d Color will look on black background color. Color contrast ratio is 4.53

#60797d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #60797d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #60797d

#60797d color code is use for CSS Background Color

Background color for the above div is #60797d

HTML with inline CSS

<div style="background-color:#60797d;"></div>

#60797d color code is use for CSS Border Color

CSS Border color for the above div is #60797d

HTML with inline CSS

<div style="border:5px solid #60797d;"></div>

CSS Border Left color for the above div is #60797d

HTML with inline CSS

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

CSS Border Right color for the above div is #60797d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #60797d

HTML with inline CSS

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

CSS Border Top color for the above div is #60797d

HTML with inline CSS

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

#60797d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#60797d Color code Preview on White Background

This is how #60797d Color code will look on white background color. Color contrast ratio is 4.64

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

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

0 Likes 0 Comments | 13 Views

Post your comment:-

By submitting comment you agree to our privacy policy.