crispedge.com

Color picker

Loading...

#6494e2 hex color - Blue - Cool color - Information

#6494e2 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #6494e2 Color code in RGB color code model is created after adding 39.22% red color, 58.04% green color and 88.63% blue color. Hex #6494e2 Color code in CMYK color (process color) code model is generated after subtraction of 56% cyan, 35% magenta, 0% yellow and 11% black.

Hex #6494e2 color code is between #6699dd web safe hex color code and #5588ee web safe hex color code. #6699dd is the nearest web safe color code. You can see here many more shades of #6494e2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code6494e2#6494e2
RGB Decimal100, 148, 226rgb(100, 148, 226)
RGB Percent39%, 58%, 89%rgb(39%, 58%, 89%)
CSS RGBa100, 148, 226,1rgba(100,148,226,1)
CMYK Modelcmyk(56%,35%,0%,11%)
HSL Color Space217,68% ,64%hsl(217,68% ,64%)
HSV Color Space217°, 56%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001001001010011100010
Octal144224342
Decimal100148226
Hex6494e2

Different shades of #6494e2 color code.

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

Light Shade of #6494e2
#8fb2ea
Dark Shade of #6494e2
#3976da
Saturated Shade of #6494e2
#5b92eb
Desaturated Shade of #6494e2
#6d96d9
Grey scale Shade of #6494e2
#a3a3a3
Brighten Shade
#7dadfb
Most Readable Shade
#000000

Shades of #6494e2 color code

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

#6494e2
#5883c8
#4d73af
#426296
#37527d
#2c4164
#21314b
#162032
#0b1019
#000000

Similar Color like #6494e2 color

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

#6595e3
#6696e4
#6797e5
#6898e6
#6999e7
#6a9ae8
#6b9be9
#6c9cea
#6d9deb
#6e9eec
#6f9fed
#70a0ee
#71a1ef
#72a2f0
#6393e1
#6292e0
#6191df
#6090de
#5f8fdd
#5e8edc
#5d8ddb
#5c8cda
#5b8bd9
#5a8ad8
#5989d7
#5888d6
#5787d5
#5686d4

Monochromatic Color with #6494e2

#6494e2
#06090d
#192538
#2c4062
#3e5c8d
#5178b7

Tints of #6494e2 Color

#6494e2
#759fe5
#86abe8
#97b7eb
#a8c3ee
#bacff2
#cbdbf5
#dce7f8
#edf3fb
#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

#6494e2
#e2b264

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

Split Complementary

#6494e2
#e27364
#d3e264

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

Analogous Color

#64c6e2
#64ade2
#6494e2
#647be2
#6664e2

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

#6494e2
#e26494
#94e264

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

#6494e2
#e264d3
#e2b264
#64e273

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

#6494e2
#e2b264
#d3e264
#7364e2

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 #6494e2 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.

#6494e2 Color Code Preview on Black Background Color

This is how #6494e2 Color will look on black background color. Color contrast ratio is 6.88

#6494e2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6494e2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6494e2

#6494e2 color code is use for CSS Background Color

Background color for the above div is #6494e2

HTML with inline CSS

<div style="background-color:#6494e2;"></div>

#6494e2 color code is use for CSS Border Color

CSS Border color for the above div is #6494e2

HTML with inline CSS

<div style="border:5px solid #6494e2;"></div>

CSS Border Left color for the above div is #6494e2

HTML with inline CSS

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

CSS Border Right color for the above div is #6494e2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6494e2

HTML with inline CSS

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

CSS Border Top color for the above div is #6494e2

HTML with inline CSS

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

#6494e2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6494e2 Color code Preview on White Background

This is how #6494e2 Color code will look on white background color. Color contrast ratio is 3.05

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

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,148,226,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(226,178,100,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(100,148,226,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.