crispedge.com

Color picker

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

#667fa6 hex color - Blue - Cool color - Information

#667fa6 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #667fa6 Color code in RGB color code model is created after adding 40% red color, 49.8% green color and 65.1% blue color. Hex #667fa6 Color code in CMYK color (process color) code model is generated after subtraction of 39% cyan, 23% magenta, 0% yellow and 35% black.

Hex #667fa6 color code is between #5577aa web safe hex color code and #778899 web safe hex color code. #5577aa is the nearest web safe color code. You can see here many more shades of #667fa6 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code667fa6#667fa6
RGB Decimal102, 127, 166rgb(102, 127, 166)
RGB Percent40%, 50%, 65%rgb(40%, 50%, 65%)
CSS RGBa102, 127, 166,1rgba(102,127,166,1)
CMYK Modelcmyk(39%,23%,0%,35%)
HSL Color Space217,26% ,53%hsl(217,26% ,53%)
HSV Color Space217°, 39%, 65%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001100111111110100110
Octal146177246
Decimal102127166
Hex667fa6

Different shades of #667fa6 color code.

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

Light Shade of #667fa6
#869ab9
Dark Shade of #667fa6
#506689
Saturated Shade of #667fa6
#5a7cb2
Desaturated Shade of #667fa6
#72829a
Grey scale Shade of #667fa6
#868686
Brighten Shade
#7f98bf
Most Readable Shade
#FFFFFF

Shades of #667fa6 color code

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

#667fa6
#5a7093
#4f6281
#44546e
#38465c
#2d3849
#222a37
#161c24
#0b0e12
#000000

Similar Color like #667fa6 color

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

#6780a7
#6881a8
#6982a9
#6a83aa
#6b84ab
#6c85ac
#6d86ad
#6e87ae
#6f88af
#7089b0
#718ab1
#728bb2
#738cb3
#748db4
#657ea5
#647da4
#637ca3
#627ba2
#617aa1
#6079a0
#5f789f
#5e779e
#5d769d
#5c759c
#5b749b
#5a739a
#597299
#587198

Monochromatic Color with #667fa6

#667fa6
#80a0d0
#9ac0fb
#181d26
#323e51
#4c5e7b

Tints of #667fa6 Color

#667fa6
#778daf
#889bb9
#99a9c3
#aab7cd
#bbc6d7
#ccd4e1
#dde2eb
#eef0f5
#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

#667fa6
#a68d66

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

Split Complementary

#667fa6
#a66d66
#9fa666

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

Analogous Color

#6699a6
#668ca6
#667fa6
#6672a6
#6766a6

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

#667fa6
#a6667f
#7fa666

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

#667fa6
#a6669f
#a68d66
#66a66d

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

#667fa6
#a68d66
#9fa666
#6d66a6

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 #667fa6 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.

#667fa6 Color Code Preview on Black Background Color

This is how #667fa6 Color will look on black background color. Color contrast ratio is 5.15

#667fa6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #667fa6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #667fa6

#667fa6 color code is use for CSS Background Color

Background color for the above div is #667fa6

HTML with inline CSS

<div style="background-color:#667fa6;"></div>

#667fa6 color code is use for CSS Border Color

CSS Border color for the above div is #667fa6

HTML with inline CSS

<div style="border:5px solid #667fa6;"></div>

CSS Border Left color for the above div is #667fa6

HTML with inline CSS

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

CSS Border Right color for the above div is #667fa6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #667fa6

HTML with inline CSS

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

CSS Border Top color for the above div is #667fa6

HTML with inline CSS

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

#667fa6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#667fa6 Color code Preview on White Background

This is how #667fa6 Color code will look on white background color. Color contrast ratio is 4.08

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

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.