Skip to main content Skip to docs navigation

#6ba6a4 hex color | Download Dark Green 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 Fairstar and its hex is #6BA5A9 Nearest Color Name

Color Hue/Base color: Green

Hex #6ba6a4 Color code in RGB color code model is created after adding 41.96% red color, 65.1% green color and 64.31% blue color. Hex #6ba6a4 Color code in CMYK color (process color) code model is generated after subtraction of 36% cyan, 0% magenta, 1% yellow and 34.9% black.

Hex #6ba6a4 color code is between #66aaaa web safe hex color code and #779999 web safe hex color code. #66aaaa is the nearest web safe color code. You can see here many more shades of #6ba6a4 color code.

RGB Chart

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

Color Table

Hex Color Code 6ba6a4 #6ba6a4
RGB Decimal 107, 166, 164 107, 166, 164
RGB Percent 42%, 65%, 64% rgb(42%, 65%, 64%)
CSS RGBa 107, 166, 164,1 rgba(107,166,164,1)
CMYK Model cmyk(36%,0%,1%,34.9%)
HSL Color Space 178,25% ,54% hsl(178,25% ,54%)
HSV Color Space 178°, 36%, 65%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01101011 10100110 10100100
Octal 153 246 244
Decimal 107 166 164
Hex 6b a6 a4

Different shades of #6ba6a4 color code.

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

Darkest of #6ba6a4
#2d4b4a
Darker of #6ba6a4
#406b69
Dark of #6ba6a4
#538b89
Base of #6ba6a4
#6ba6a4
Light of #6ba6a4
#8bb9b8
Lighter
#abcccb
Lightest
#cbdfdf

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

#6ba6a4
#a66b6d

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

Split Complementary

#6ba6a4
#a66b8a
#a6876b

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

Analogous Color

#6ba682
#6ba68b
#6ba6a4
#6b94a6
#6b7ca6

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

#6ba6a4
#a6a46b
#a46ba6

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

#6ba6a4
#a46ba6
#a66b6d
#6da66b

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

#6ba6a4
#876ba6
#a66b6d
#8aa66b

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 #6ba6a4

#1a2b2b
#2d4b4a
#406b69
#538b89
#6ba6a4
#8bb9b8
#abcccb
#cbdfdf
#eaf3f2

Tints of #6ba6a4 Color

#6ba6a4
#7bafae
#8bb9b8
#9cc3c2
#accdcc
#bdd7d6
#cde1e0
#deebea
#eef5f4
#ffffff

Shades of #6ba6a4 color code

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

#6ba6a4
#5f9391
#53817f
#476e6d
#3b5c5b
#2f4948
#233736
#172424
#0b1212
#000000

Tones

#6ba6a4
#838e8e
#898989
#898989
#898989

Tones

Similar Color like #6ba6a4 color

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

#6ca7a5
#6da8a6
#6ea9a7
#6faaa8
#70aba9
#71acaa
#72adab
#73aeac
#74afad
#75b0ae
#76b1af
#77b2b0
#78b3b1
#79b4b2
#6aa5a3
#69a4a2
#68a3a1
#67a2a0
#66a19f
#65a09e
#649f9d
#639e9c
#629d9b
#619c9a
#609b99
#5f9a98
#5e9997
#5d9896

Download this Dark Green

Hex #6ba6a4 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.

#6ba6a4 Color Code Preview on Black Background Color

This is how #6ba6a4 Color will look on black background color. Color contrast ratio is 7.62

#6ba6a4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6ba6a4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6ba6a4

#6ba6a4 color code is use for CSS Background Color

Background color for the above div is #6ba6a4

HTML with inline CSS

<div style="background-color:#6ba6a4;"></div>

#6ba6a4 color code is use for CSS Border Color

CSS Border color for the above div is #6ba6a4

HTML with inline CSS

<div style="border:5px solid #6ba6a4;"></div>

CSS Border Left color for the above div is #6ba6a4

HTML with inline CSS

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

CSS Border Right color for the above div is #6ba6a4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6ba6a4

HTML with inline CSS

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

CSS Border Top color for the above div is #6ba6a4

HTML with inline CSS

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

#6ba6a4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6ba6a4 Color code Preview on White Background

This is how #6ba6a4 Color code will look on white background color. Color contrast ratio is 2.76

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

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(107,166,164,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(166,107,109,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(107,166,164,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }