crispedge.com

Color picker

Loading...

#646d94 hex color - Blue - Cool color - Information

#646d94 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #646d94 Color code in RGB color code model is created after adding 39.22% red color, 42.75% green color and 58.04% blue color. Hex #646d94 Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 26% magenta, 0% yellow and 42% black.

Hex #646d94 color code is between #666699 web safe hex color code and #557788 web safe hex color code. #666699 is the nearest web safe color code. You can see here many more shades of #646d94 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code646d94#646d94
RGB Decimal100, 109, 148rgb(100, 109, 148)
RGB Percent39%, 43%, 58%rgb(39%, 43%, 58%)
CSS RGBa100, 109, 148,1rgba(100,109,148,1)
CMYK Modelcmyk(32%,26%,0%,42%)
HSL Color Space229,19% ,49%hsl(229,19% ,49%)
HSV Color Space229°, 32%, 58%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001000110110110010100
Octal144155224
Decimal100109148
Hex646d94

Different shades of #646d94 color code.

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

Light Shade of #646d94
#8189aa
Dark Shade of #646d94
#4f5776
Saturated Shade of #646d94
#5865a0
Desaturated Shade of #646d94
#707588
Grey scale Shade of #646d94
#7c7c7c
Brighten Shade
#7d86ad
Most Readable Shade
#FFFFFF

Shades of #646d94 color code

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

#646d94
#586083
#4d5473
#424862
#373c52
#2c3041
#212431
#161820
#0b0c10
#000000

Similar Color like #646d94 color

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

#656e95
#666f96
#677097
#687198
#697299
#6a739a
#6b749b
#6c759c
#6d769d
#6e779e
#6f789f
#7079a0
#717aa1
#727ba2
#636c93
#626b92
#616a91
#606990
#5f688f
#5e678e
#5d668d
#5c658c
#5b648b
#5a638a
#596289
#586188
#576087
#565f86

Monochromatic Color with #646d94

#646d94
#818cbe
#9dace9
#0e0f14
#2b2e3f
#474e69

Tints of #646d94 Color

#646d94
#757d9f
#868dab
#979db7
#a8adc3
#babecf
#cbcedb
#dcdee7
#edeef3
#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

#646d94
#948b64

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

Split Complementary

#646d94
#947364
#859464

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

Analogous Color

#648094
#647794
#646d94
#656494
#6e6494

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

#646d94
#94646d
#6d9464

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

#646d94
#946485
#948b64
#649473

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

#646d94
#948b64
#859464
#736494

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 #646d94 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.

#646d94 Color Code Preview on Black Background Color

This is how #646d94 Color will look on black background color. Color contrast ratio is 4.16

#646d94 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #646d94

HTML with inline CSS

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

Your Example Paragraph content text in with font color #646d94

#646d94 color code is use for CSS Background Color

Background color for the above div is #646d94

HTML with inline CSS

<div style="background-color:#646d94;"></div>

#646d94 color code is use for CSS Border Color

CSS Border color for the above div is #646d94

HTML with inline CSS

<div style="border:5px solid #646d94;"></div>

CSS Border Left color for the above div is #646d94

HTML with inline CSS

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

CSS Border Right color for the above div is #646d94

HTML with inline CSS

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

CSS Border Bottom color for the above div is #646d94

HTML with inline CSS

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

CSS Border Top color for the above div is #646d94

HTML with inline CSS

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

#646d94 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#646d94 Color code Preview on White Background

This is how #646d94 Color code will look on white background color. Color contrast ratio is 5.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 #646d94; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #646d94; }

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