crispedge.com

Color picker

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

#606e86 hex color - Blue - Cool color - Information

#606e86 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #606e86 Color code in RGB color code model is created after adding 37.65% red color, 43.14% green color and 52.55% blue color. Hex #606e86 Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 18% magenta, 0% yellow and 47% black.

Hex #606e86 color code is between #666688 web safe hex color code and #557777 web safe hex color code. #666688 is the nearest web safe color code. You can see here many more shades of #606e86 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code606e86#606e86
RGB Decimal96, 110, 134rgb(96, 110, 134)
RGB Percent38%, 43%, 53%rgb(38%, 43%, 53%)
CSS RGBa96, 110, 134,1rgba(96,110,134,1)
CMYK Modelcmyk(28%,18%,0%,47%)
HSL Color Space218,17% ,45%hsl(218,17% ,45%)
HSV Color Space218°, 28%, 53%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011000000110111010000110
Octal140156206
Decimal96110134
Hex606e86

Different shades of #606e86 color code.

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

Light Shade of #606e86
#7a889f
Dark Shade of #606e86
#4b5668
Saturated Shade of #606e86
#546b91
Desaturated Shade of #606e86
#6b717a
Grey scale Shade of #606e86
#737373
Brighten Shade
#79879f
Most Readable Shade
#FFFFFF

Shades of #606e86 color code

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

#606e86
#556177
#4a5568
#404959
#353d4a
#2a303b
#20242c
#15181d
#0a0c0e
#000000

Similar Color like #606e86 color

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

#616f87
#627088
#637189
#64728a
#65738b
#66748c
#67758d
#68768e
#69778f
#6a7890
#6b7991
#6c7a92
#6d7b93
#6e7c94
#5f6d85
#5e6c84
#5d6b83
#5c6a82
#5b6981
#5a6880
#59677f
#58667e
#57657d
#56647c
#55637b
#54627a
#536179
#526078

Monochromatic Color with #606e86

#606e86
#7e91b0
#9db4db
#050506
#232831
#424b5b

Tints of #606e86 Color

#606e86
#717e93
#838ea0
#959eae
#a6aebb
#b8bec9
#caced6
#dbdee4
#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

#606e86
#867860

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

Split Complementary

#606e86
#866560
#818660

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

Analogous Color

#607d86
#607686
#606e86
#606686
#616086

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

#606e86
#86606e
#6e8660

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

#606e86
#866081
#867860
#608665

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

#606e86
#867860
#818660
#656086

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 #606e86 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.

#606e86 Color Code Preview on Black Background Color

This is how #606e86 Color will look on black background color. Color contrast ratio is 4.07

#606e86 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #606e86

HTML with inline CSS

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

Your Example Paragraph content text in with font color #606e86

#606e86 color code is use for CSS Background Color

Background color for the above div is #606e86

HTML with inline CSS

<div style="background-color:#606e86;"></div>

#606e86 color code is use for CSS Border Color

CSS Border color for the above div is #606e86

HTML with inline CSS

<div style="border:5px solid #606e86;"></div>

CSS Border Left color for the above div is #606e86

HTML with inline CSS

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

CSS Border Right color for the above div is #606e86

HTML with inline CSS

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

CSS Border Bottom color for the above div is #606e86

HTML with inline CSS

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

CSS Border Top color for the above div is #606e86

HTML with inline CSS

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

#606e86 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#606e86 Color code Preview on White Background

This is how #606e86 Color code will look on white background color. Color contrast ratio is 5.16

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.