crispedge.com

Color picker

Loading...

#6475bb hex color - Blue - Cool color - Information

#6475bb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #6475bb Color code in RGB color code model is created after adding 39.22% red color, 45.88% green color and 73.33% blue color. Hex #6475bb Color code in CMYK color (process color) code model is generated after subtraction of 47% cyan, 37% magenta, 0% yellow and 27% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code6475bb#6475bb
RGB Decimal100, 117, 187rgb(100, 117, 187)
RGB Percent39%, 46%, 73%rgb(39%, 46%, 73%)
CSS RGBa100, 117, 187,1rgba(100,117,187,1)
CMYK Modelcmyk(47%,37%,0%,27%)
HSL Color Space228,39% ,56%hsl(228,39% ,56%)
HSV Color Space228°, 47%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001000111010110111011
Octal144165273
Decimal100117187
Hex6475bb

Different shades of #6475bb color code.

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

Light Shade of #6475bb
#8795cb
Dark Shade of #6475bb
#485aa4
Saturated Shade of #6475bb
#596ec6
Desaturated Shade of #6475bb
#6f7cb0
Grey scale Shade of #6475bb
#8f8f8f
Brighten Shade
#7d8ed4
Most Readable Shade
#FFFFFF

Shades of #6475bb color code

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

#6475bb
#5868a6
#4d5b91
#424e7c
#374167
#2c3453
#21273e
#161a29
#0b0d14
#000000

Similar Color like #6475bb color

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

#6576bc
#6677bd
#6778be
#6879bf
#697ac0
#6a7bc1
#6b7cc2
#6c7dc3
#6d7ec4
#6e7fc5
#6f80c6
#7081c7
#7182c8
#7283c9
#6374ba
#6273b9
#6172b8
#6071b7
#5f70b6
#5e6fb5
#5d6eb4
#5c6db3
#5b6cb2
#5a6bb1
#596ab0
#5869af
#5768ae
#5667ad

Monochromatic Color with #6475bb

#6475bb
#7b90e5
#090b11
#20253b
#374066
#4d5a90

Tints of #6475bb Color

#6475bb
#7584c2
#8693ca
#97a3d1
#a8b2d9
#bac1e0
#cbd1e8
#dce0ef
#edeff7
#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

#6475bb
#bbaa64

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

Split Complementary

#6475bb
#bb7f64
#a1bb64

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

Analogous Color

#6498bb
#6486bb
#6475bb
#6464bb
#7664bb

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

#6475bb
#bb6475
#75bb64

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

#6475bb
#bb64a0
#bbaa64
#64bb7e

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

#6475bb
#bbaa64
#a1bb64
#7f64bb

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 #6475bb 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.

#6475bb Color Code Preview on Black Background Color

This is how #6475bb Color will look on black background color. Color contrast ratio is 4.80

#6475bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6475bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6475bb

#6475bb color code is use for CSS Background Color

Background color for the above div is #6475bb

HTML with inline CSS

<div style="background-color:#6475bb;"></div>

#6475bb color code is use for CSS Border Color

CSS Border color for the above div is #6475bb

HTML with inline CSS

<div style="border:5px solid #6475bb;"></div>

CSS Border Left color for the above div is #6475bb

HTML with inline CSS

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

CSS Border Right color for the above div is #6475bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6475bb

HTML with inline CSS

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

CSS Border Top color for the above div is #6475bb

HTML with inline CSS

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

#6475bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6475bb Color code Preview on White Background

This is how #6475bb Color code will look on white background color. Color contrast ratio is 4.37

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

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(100,117,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(187,170,100,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(100,117,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.