crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

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

#646e88 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #646e88 Color code in RGB color code model is created after adding 39.22% red color, 43.14% green color and 53.33% blue color. Hex #646e88 Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 19% magenta, 0% yellow and 47% black.

Hex #646e88 color code is between #666677 web safe hex color code and #557799 web safe hex color code. #666677 is the nearest web safe color code. You can see here many more shades of #646e88 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code646e88#646e88
RGB Decimal100, 110, 136rgb(100, 110, 136)
RGB Percent39%, 43%, 53%rgb(39%, 43%, 53%)
CSS RGBa100, 110, 136,1rgba(100,110,136,1)
CMYK Modelcmyk(26%,19%,0%,47%)
HSL Color Space223,15% ,46%hsl(223,15% ,46%)
HSV Color Space223°, 26%, 53%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001000110111010001000
Octal144156210
Decimal100110136
Hex646e88

Different shades of #646e88 color code.

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

Light Shade of #646e88
#7e88a0
Dark Shade of #646e88
#4e566b
Saturated Shade of #646e88
#586994
Desaturated Shade of #646e88
#70737c
Grey scale Shade of #646e88
#767676
Brighten Shade
#7d87a1
Most Readable Shade
#FFFFFF

Shades of #646e88 color code

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

#646e88
#586178
#4d5569
#42495a
#373d4b
#2c303c
#21242d
#16181e
#0b0c0f
#000000

Similar Color like #646e88 color

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

#656f89
#66708a
#67718b
#68728c
#69738d
#6a748e
#6b758f
#6c7690
#6d7791
#6e7892
#6f7993
#707a94
#717b95
#727c96
#636d87
#626c86
#616b85
#606a84
#5f6983
#5e6882
#5d6781
#5c6680
#5b657f
#5a647e
#59637d
#58627c
#57617b
#56607a

Monochromatic Color with #646e88

#646e88
#8390b3
#a2b3dd
#060708
#252933
#454c5d

Tints of #646e88 Color

#646e88
#757e95
#868ea2
#979eaf
#a8aebc
#babeca
#cbced7
#dcdee4
#edeef1
#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

#646e88
#887e64

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

Split Complementary

#646e88
#886c64
#808864

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

Analogous Color

#647c88
#647588
#646e88
#646788
#686488

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

#646e88
#88646e
#6e8864

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

#646e88
#886480
#887e64
#64886c

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

#646e88
#887e64
#808864
#6c6488

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

#646e88 Color Code Preview on Black Background Color

This is how #646e88 Color will look on black background color. Color contrast ratio is 4.13

#646e88 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#646e88 color code is use for CSS Background Color

Background color for the above div is #646e88

HTML with inline CSS

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

#646e88 color code is use for CSS Border Color

CSS Border color for the above div is #646e88

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#646e88 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#646e88 Color code Preview on White Background

This is how #646e88 Color code will look on white background color. Color contrast ratio is 5.09

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.