crispedge.com

Color picker

Loading...

#6579ba hex color - Blue - Cool color - Information

#6579ba hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #6579ba Color code in RGB color code model is created after adding 39.61% red color, 47.45% green color and 72.94% blue color. Hex #6579ba Color code in CMYK color (process color) code model is generated after subtraction of 46% cyan, 35% magenta, 0% yellow and 27% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code6579ba#6579ba
RGB Decimal101, 121, 186rgb(101, 121, 186)
RGB Percent40%, 47%, 73%rgb(40%, 47%, 73%)
CSS RGBa101, 121, 186,1rgba(101,121,186,1)
CMYK Modelcmyk(46%,35%,0%,27%)
HSL Color Space226,38% ,56%hsl(226,38% ,56%)
HSV Color Space226°, 46%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001010111100110111010
Octal145171272
Decimal101121186
Hex6579ba

Different shades of #6579ba color code.

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

Light Shade of #6579ba
#8898ca
Dark Shade of #6579ba
#495ea3
Saturated Shade of #6579ba
#5a73c5
Desaturated Shade of #6579ba
#707faf
Grey scale Shade of #6579ba
#8f8f8f
Brighten Shade
#7e92d3
Most Readable Shade
#FFFFFF

Shades of #6579ba color code

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

#6579ba
#596ba5
#4e5e90
#43507c
#384367
#2c3552
#21283e
#161a29
#0b0d14
#000000

Similar Color like #6579ba color

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

#667abb
#677bbc
#687cbd
#697dbe
#6a7ebf
#6b7fc0
#6c80c1
#6d81c2
#6e82c3
#6f83c4
#7084c5
#7185c6
#7286c7
#7387c8
#6478b9
#6377b8
#6276b7
#6175b6
#6074b5
#5f73b4
#5e72b3
#5d71b2
#5c70b1
#5b6fb0
#5a6eaf
#596dae
#586cad
#576bac

Monochromatic Color with #6579ba

#6579ba
#7c95e4
#090a10
#20263a
#374265
#4e5d8f

Tints of #6579ba Color

#6579ba
#7687c1
#8796c9
#98a5d1
#a9b4d8
#bac3e0
#cbd2e8
#dce1ef
#edf0f7
#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

#6579ba
#baa665

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

Split Complementary

#6579ba
#ba7b65
#a4ba65

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

Analogous Color

#659bba
#658aba
#6579ba
#6568ba
#7365ba

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

#6579ba
#ba6579
#79ba65

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

#6579ba
#ba65a3
#baa665
#65ba7b

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

#6579ba
#baa665
#a4ba65
#7b65ba

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 #6579ba 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.

#6579ba Color Code Preview on Black Background Color

This is how #6579ba Color will look on black background color. Color contrast ratio is 5.00

#6579ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6579ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6579ba

#6579ba color code is use for CSS Background Color

Background color for the above div is #6579ba

HTML with inline CSS

<div style="background-color:#6579ba;"></div>

#6579ba color code is use for CSS Border Color

CSS Border color for the above div is #6579ba

HTML with inline CSS

<div style="border:5px solid #6579ba;"></div>

CSS Border Left color for the above div is #6579ba

HTML with inline CSS

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

CSS Border Right color for the above div is #6579ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6579ba

HTML with inline CSS

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

CSS Border Top color for the above div is #6579ba

HTML with inline CSS

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

#6579ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6579ba Color code Preview on White Background

This is how #6579ba Color code will look on white background color. Color contrast ratio is 4.20

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

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,121,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(186,166,101,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(101,121,186,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.