@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#64a0ad hex color - Blue - Cool color - Information

#64a0ad hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #64a0ad Color code in RGB color code model is created after adding 39.22% red color, 62.75% green color and 67.84% blue color. Hex #64a0ad Color code in CMYK color (process color) code model is generated after subtraction of 42% cyan, 8% magenta, 0% yellow and 32.16% black.

Hex #64a0ad color code is between #6699aa web safe hex color code and #55aabb web safe hex color code. #6699aa is the nearest web safe color code. You can see here many more shades of #64a0ad color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 64a0ad #64a0ad
RGB Decimal 100, 160, 173 rgb(100, 160, 173)
RGB Percent 39%, 63%, 68% rgb(39%, 63%, 68%)
CSS RGBa 100, 160, 173,1 rgba(100,160,173,1)
CMYK Model cmyk(42%,8%,0%,32.16%)
HSL Color Space 191,31% ,54% hsl(191,31% ,54%)
HSV Color Space 191°, 42%, 68%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01100100 10100000 10101101
Octal 144 240 255
Decimal 100 160 173
Hex 64 a0 ad

Different shades of #64a0ad color code.

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

Light Shade of #64a0ad
#85b4bf
Dark Shade of #64a0ad
#4d8591
Saturated Shade of #64a0ad
#58a8b9
Desaturated Shade of #64a0ad
#7098a1
Grey scale Shade of #64a0ad
#888888
Brighten Shade
#7db9c6
Most Readable Shade
#000000

Shades of #64a0ad color code

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

#64a0ad
#588e99
#4d7c86
#426a73
#375860
#2c474c
#213539
#162326
#0b1113
#000000

Similar Color like #64a0ad color

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

#65a1ae
#66a2af
#67a3b0
#68a4b1
#69a5b2
#6aa6b3
#6ba7b4
#6ca8b5
#6da9b6
#6eaab7
#6fabb8
#70acb9
#71adba
#72aebb
#639fac
#629eab
#619daa
#609ca9
#5f9ba8
#5e9aa7
#5d99a6
#5c98a5
#5b97a4
#5a96a3
#5995a2
#5894a1
#5793a0
#56929f

Monochromatic Color with #64a0ad

#64a0ad
#7dc7d7
#020303
#1a2a2d
#335158
#4b7982

Tints of #64a0ad Color

#64a0ad
#75aab6
#86b5bf
#97bfc8
#a8cad1
#bad4da
#cbdfe3
#dce9ec
#edf4f5
#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

#64a0ad
#ad7164

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

Split Complementary

#64a0ad
#ad647b
#ad9664

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

Analogous Color

#64ad9d
#64adab
#64a0ad
#6491ad
#6483ad

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

#64a0ad
#ad64a0
#a0ad64

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

#64a0ad
#9564ad
#ad7164
#7bad64

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

#64a0ad
#ad7164
#ad9664
#647bad

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 #64a0ad 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.

#64a0ad Color Code Preview on Black Background Color

This is how #64a0ad Color will look on black background color. Color contrast ratio is 7.17

#64a0ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #64a0ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #64a0ad

#64a0ad color code is use for CSS Background Color

Background color for the above div is #64a0ad

HTML with inline CSS

<div style="background-color:#64a0ad;"></div>

#64a0ad color code is use for CSS Border Color

CSS Border color for the above div is #64a0ad

HTML with inline CSS

<div style="border:5px solid #64a0ad;"></div>

CSS Border Left color for the above div is #64a0ad

HTML with inline CSS

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

CSS Border Right color for the above div is #64a0ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #64a0ad

HTML with inline CSS

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

CSS Border Top color for the above div is #64a0ad

HTML with inline CSS

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

#64a0ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#64a0ad Color code Preview on White Background

This is how #64a0ad Color code will look on white background color. Color contrast ratio is 2.93

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

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,160,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(173,113,100,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(100,160,173,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.