crispedge.com

Color picker

Loading...

#657ac5 hex color - Blue - Cool color - Information

#657ac5 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #657ac5 Color code in RGB color code model is created after adding 39.61% red color, 47.84% green color and 77.25% blue color. Hex #657ac5 Color code in CMYK color (process color) code model is generated after subtraction of 49% cyan, 38% magenta, 0% yellow and 23% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code657ac5#657ac5
RGB Decimal101, 122, 197rgb(101, 122, 197)
RGB Percent40%, 48%, 77%rgb(40%, 48%, 77%)
CSS RGBa101, 122, 197,1rgba(101,122,197,1)
CMYK Modelcmyk(49%,38%,0%,23%)
HSL Color Space227,45% ,58%hsl(227,45% ,58%)
HSV Color Space227°, 49%, 77%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001010111101011000101
Octal145172305
Decimal101122197
Hex657ac5

Different shades of #657ac5 color code.

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

Light Shade of #657ac5
#8a9ad3
Dark Shade of #657ac5
#445cb3
Saturated Shade of #657ac5
#5a74d0
Desaturated Shade of #657ac5
#7080ba
Grey scale Shade of #657ac5
#959595
Brighten Shade
#7e93de
Most Readable Shade
#FFFFFF

Shades of #657ac5 color code

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

#657ac5
#596caf
#4e5e99
#435183
#38436d
#2c3657
#212841
#161b2b
#0b0d15
#000000

Similar Color like #657ac5 color

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

#667bc6
#677cc7
#687dc8
#697ec9
#6a7fca
#6b80cb
#6c81cc
#6d82cd
#6e83ce
#6f84cf
#7085d0
#7186d1
#7287d2
#7388d3
#6479c4
#6378c3
#6277c2
#6176c1
#6075c0
#5f74bf
#5e73be
#5d72bd
#5c71bc
#5b70bb
#5a6fba
#596eb9
#586db8
#576cb7

Monochromatic Color with #657ac5

#657ac5
#7b94ef
#0e111b
#242b45
#394570
#4f609a

Tints of #657ac5 Color

#657ac5
#7688cb
#8797d1
#98a6d8
#a9b5de
#bac3e5
#cbd2eb
#dce1f2
#edf0f8
#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

#657ac5
#c5b065

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

Split Complementary

#657ac5
#c58065
#aac565

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

Analogous Color

#65a0c5
#658dc5
#657ac5
#6567c5
#7665c5

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

#657ac5
#c5657a
#7ac565

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

#657ac5
#c565aa
#c5b065
#65c580

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

#657ac5
#c5b065
#aac565
#8065c5

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 #657ac5 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.

#657ac5 Color Code Preview on Black Background Color

This is how #657ac5 Color will look on black background color. Color contrast ratio is 5.14

#657ac5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #657ac5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #657ac5

#657ac5 color code is use for CSS Background Color

Background color for the above div is #657ac5

HTML with inline CSS

<div style="background-color:#657ac5;"></div>

#657ac5 color code is use for CSS Border Color

CSS Border color for the above div is #657ac5

HTML with inline CSS

<div style="border:5px solid #657ac5;"></div>

CSS Border Left color for the above div is #657ac5

HTML with inline CSS

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

CSS Border Right color for the above div is #657ac5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #657ac5

HTML with inline CSS

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

CSS Border Top color for the above div is #657ac5

HTML with inline CSS

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

#657ac5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#657ac5 Color code Preview on White Background

This is how #657ac5 Color code will look on white background color. Color contrast ratio is 4.08

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

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(101,122,197,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(197,176,101,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(101,122,197,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.