crispedge.com

Color picker

Loading...

#638cae hex color - Blue - Cool color - Information

#638cae hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #638cae Color code in RGB color code model is created after adding 38.82% red color, 54.9% green color and 68.24% blue color. Hex #638cae Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 20% magenta, 0% yellow and 32% black.

Hex #638cae color code is between #6688aa web safe hex color code and #5599bb web safe hex color code. #6688aa is the nearest web safe color code. You can see here many more shades of #638cae color code.

0 Likes 0 Comments | 14 Views

RGB Chart

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

Color Table

Hex Color Code638cae#638cae
RGB Decimal99, 140, 174rgb(99, 140, 174)
RGB Percent39%, 55%, 68%rgb(39%, 55%, 68%)
CSS RGBa99, 140, 174,1rgba(99,140,174,1)
CMYK Modelcmyk(43%,20%,0%,32%)
HSL Color Space207,32% ,54%hsl(207,32% ,54%)
HSV Color Space207°, 43%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011000111000110010101110
Octal143214256
Decimal99140174
Hex638cae

Different shades of #638cae color code.

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

Light Shade of #638cae
#85a5bf
Dark Shade of #638cae
#4c7292
Saturated Shade of #638cae
#578dba
Desaturated Shade of #638cae
#6f8ba2
Grey scale Shade of #638cae
#888888
Brighten Shade
#7ca5c7
Most Readable Shade
#FFFFFF

Shades of #638cae color code

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

#638cae
#587c9a
#4d6c87
#425d74
#374d60
#2c3e4d
#212e3a
#161f26
#0b0f13
#000000

Similar Color like #638cae color

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

#648daf
#658eb0
#668fb1
#6790b2
#6891b3
#6992b4
#6a93b5
#6b94b6
#6c95b7
#6d96b8
#6e97b9
#6f98ba
#7099bb
#719abc
#628bad
#618aac
#6089ab
#5f88aa
#5e87a9
#5d86a8
#5c85a7
#5b84a6
#5a83a5
#5982a4
#5881a3
#5780a2
#567fa1
#557ea0

Monochromatic Color with #638cae

#638cae
#7baed8
#020304
#1a252e
#334859
#4b6a83

Tints of #638cae Color

#638cae
#7498b7
#85a5c0
#97b2c9
#a8bfd2
#b9cbdb
#cbd8e4
#dce5ed
#edf2f6
#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

#638cae
#ae8563

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

Split Complementary

#638cae
#ae6367
#aeab63

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

Analogous Color

#63aaae
#639bae
#638cae
#637dae
#636eae

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

#638cae
#ae638c
#8cae63

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

#638cae
#aa63ae
#ae8563
#66ae63

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

#638cae
#ae8563
#aeab63
#6367ae

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 #638cae 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.

#638cae Color Code Preview on Black Background Color

This is how #638cae Color will look on black background color. Color contrast ratio is 5.89

#638cae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #638cae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #638cae

#638cae color code is use for CSS Background Color

Background color for the above div is #638cae

HTML with inline CSS

<div style="background-color:#638cae;"></div>

#638cae color code is use for CSS Border Color

CSS Border color for the above div is #638cae

HTML with inline CSS

<div style="border:5px solid #638cae;"></div>

CSS Border Left color for the above div is #638cae

HTML with inline CSS

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

CSS Border Right color for the above div is #638cae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #638cae

HTML with inline CSS

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

CSS Border Top color for the above div is #638cae

HTML with inline CSS

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

#638cae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#638cae Color code Preview on White Background

This is how #638cae Color code will look on white background color. Color contrast ratio is 3.56

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

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(99,140,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(174,133,99,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(99,140,174,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 14 Views

Post your comment:-

By submitting comment you agree to our privacy policy.