crispedge.com

Color picker

Loading...

#6a97bb hex color - Blue - Cool color - Information

#6a97bb hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #6a97bb Color code in RGB color code model is created after adding 41.57% red color, 59.22% green color and 73.33% blue color. Hex #6a97bb Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 19% magenta, 0% yellow and 27% black.

Hex #6a97bb color code is between #6699aa web safe hex color code and #7788cc web safe hex color code. #6699aa is the nearest web safe color code. You can see here many more shades of #6a97bb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code6a97bb#6a97bb
RGB Decimal106, 151, 187rgb(106, 151, 187)
RGB Percent42%, 59%, 73%rgb(42%, 59%, 73%)
CSS RGBa106, 151, 187,1rgba(106,151,187,1)
CMYK Modelcmyk(43%,19%,0%,27%)
HSL Color Space207,37% ,57%hsl(207,37% ,57%)
HSV Color Space207°, 43%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011010101001011110111011
Octal152227273
Decimal106151187
Hex6a97bb

Different shades of #6a97bb color code.

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

Light Shade of #6a97bb
#8dafcb
Dark Shade of #6a97bb
#4c7ea6
Saturated Shade of #6a97bb
#5f98c6
Desaturated Shade of #6a97bb
#7596b0
Grey scale Shade of #6a97bb
#929292
Brighten Shade
#83b0d4
Most Readable Shade
#000000

Shades of #6a97bb color code

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

#6a97bb
#5e86a6
#527591
#46647c
#3a5367
#2f4353
#23323e
#172129
#0b1014
#000000

Similar Color like #6a97bb color

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

#6b98bc
#6c99bd
#6d9abe
#6e9bbf
#6f9cc0
#709dc1
#719ec2
#729fc3
#73a0c4
#74a1c5
#75a2c6
#76a3c7
#77a4c8
#78a5c9
#6996ba
#6895b9
#6794b8
#6693b7
#6592b6
#6491b5
#6390b4
#628fb3
#618eb2
#608db1
#5f8cb0
#5e8baf
#5d8aae
#5c89ad

Monochromatic Color with #6a97bb

#6a97bb
#82b9e5
#0a0e11
#22303b
#3a5266
#527590

Tints of #6a97bb Color

#6a97bb
#7aa2c2
#8baeca
#9bb9d1
#acc5d9
#bcd0e0
#cddce8
#dde7ef
#eef3f7
#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

#6a97bb
#bb8e6a

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

Split Complementary

#6a97bb
#bb6a6f
#bbb66a

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

Analogous Color

#6ab7bb
#6aa7bb
#6a97bb
#6a87bb
#6a77bb

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

#6a97bb
#bb6a97
#97bb6a

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

#6a97bb
#b66abb
#bb8e6a
#6fbb6a

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

#6a97bb
#bb8e6a
#bbb66a
#6a6fbb

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 #6a97bb 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.

#6a97bb Color Code Preview on Black Background Color

This is how #6a97bb Color will look on black background color. Color contrast ratio is 6.76

#6a97bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6a97bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6a97bb

#6a97bb color code is use for CSS Background Color

Background color for the above div is #6a97bb

HTML with inline CSS

<div style="background-color:#6a97bb;"></div>

#6a97bb color code is use for CSS Border Color

CSS Border color for the above div is #6a97bb

HTML with inline CSS

<div style="border:5px solid #6a97bb;"></div>

CSS Border Left color for the above div is #6a97bb

HTML with inline CSS

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

CSS Border Right color for the above div is #6a97bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6a97bb

HTML with inline CSS

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

CSS Border Top color for the above div is #6a97bb

HTML with inline CSS

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

#6a97bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6a97bb Color code Preview on White Background

This is how #6a97bb Color code will look on white background color. Color contrast ratio is 3.11

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

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(106,151,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(187,142,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(106,151,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.