Skip to main content Skip to docs navigation

#669cac hex color | Download Dark Blue BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Cloudy Sea and its hex is #6699AA Nearest Color Name

Color Hue/Base color: Blue

Hex #669cac Color code in RGB color code model is created after adding 40% red color, 61.18% green color and 67.45% blue color. Hex #669cac Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 9% magenta, 0% yellow and 32.55% black.

Hex #669cac color code is between #5599aa web safe hex color code and #77aabb web safe hex color code. #5599aa is the nearest web safe color code. You can see here many more shades of #669cac color code.

RGB Chart

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

Color Table

Hex Color Code 669cac #669cac
RGB Decimal 102, 156, 172 102, 156, 172
RGB Percent 40%, 61%, 67% rgb(40%, 61%, 67%)
CSS RGBa 102, 156, 172,1 rgba(102,156,172,1)
CMYK Model cmyk(41%,9%,0%,32.55%)
HSL Color Space 194,30% ,54% hsl(194,30% ,54%)
HSV Color Space 194°, 41%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01100110 10011100 10101100
Octal 146 234 254
Decimal 102 156 172
Hex 66 9c ac

Different shades of #669cac color code.

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

Darkest of #669cac
#2b464e
Darker of #669cac
#3d6470
Dark of #669cac
#4e8191
Base of #669cac
#669cac
Light of #669cac
#87b1be
Lighter
#a8c7d0
Lightest
#c9dce2

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

#669cac
#ac7666

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

Split Complementary

#669cac
#ac6679
#ac9966

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

Analogous Color

#66ac93
#66ac9f
#669cac
#6685ac
#6668ac

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

#669cac
#9cac66
#ac669c

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

#669cac
#ac669c
#ac7666
#66ac76

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#669cac
#9966ac
#ac7666
#79ac66

Square 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).

Monochromatic Color with #669cac

#19292d
#2b464e
#3d6470
#4e8191
#669cac
#87b1be
#a8c7d0
#c9dce2
#eaf2f4

Tints of #669cac Color

#669cac
#77a7b5
#88b2be
#99bdc7
#aac8d0
#bbd3da
#ccdee3
#dde9ec
#eef4f5
#ffffff

Shades of #669cac color code

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

#669cac
#5a8a98
#4f7985
#446872
#38565f
#2d454c
#223439
#162226
#0b1113
#000000

Tones

#669cac
#7e8f94
#898989
#898989
#898989

Tones

Similar Color like #669cac color

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

#679dad
#689eae
#699faf
#6aa0b0
#6ba1b1
#6ca2b2
#6da3b3
#6ea4b4
#6fa5b5
#70a6b6
#71a7b7
#72a8b8
#73a9b9
#74aaba
#659bab
#649aaa
#6399a9
#6298a8
#6197a7
#6096a6
#5f95a5
#5e94a4
#5d93a3
#5c92a2
#5b91a1
#5a90a0
#598f9f
#588e9e

Download this Dark Blue

Hex #669cac 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.

#669cac Color Code Preview on Black Background Color

This is how #669cac Color will look on black background color. Color contrast ratio is 6.92

#669cac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #669cac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #669cac

#669cac color code is use for CSS Background Color

Background color for the above div is #669cac

HTML with inline CSS

<div style="background-color:#669cac;"></div>

#669cac color code is use for CSS Border Color

CSS Border color for the above div is #669cac

HTML with inline CSS

<div style="border:5px solid #669cac;"></div>

CSS Border Left color for the above div is #669cac

HTML with inline CSS

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

CSS Border Right color for the above div is #669cac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #669cac

HTML with inline CSS

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

CSS Border Top color for the above div is #669cac

HTML with inline CSS

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

#669cac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#669cac Color code Preview on White Background

This is how #669cac Color code will look on white background color. Color contrast ratio is 3.04

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(102,156,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(172,118,102,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(102,156,172,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }