crispedge.com

Color picker

Loading...

#6aecbd hex color - Blue - Cool color - Information

#6aecbd hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #6aecbd Color code in RGB color code model is created after adding 41.57% red color, 92.55% green color and 74.12% blue color. Hex #6aecbd Color code in CMYK color (process color) code model is generated after subtraction of 55% cyan, 0% magenta, 20% yellow and 7% black.

Hex #6aecbd color code is between #66eebb web safe hex color code and #77ddcc web safe hex color code. #66eebb is the nearest web safe color code. You can see here many more shades of #6aecbd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code6aecbd#6aecbd
RGB Decimal106, 236, 189rgb(106, 236, 189)
RGB Percent42%, 93%, 74%rgb(42%, 93%, 74%)
CSS RGBa106, 236, 189,1rgba(106,236,189,1)
CMYK Modelcmyk(55%,0%,20%,7%)
HSL Color Space158,77% ,67%hsl(158,77% ,67%)
HSV Color Space158°, 55%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011010101110110010111101
Octal152354275
Decimal106236189
Hex6aecbd

Different shades of #6aecbd color code.

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

Light Shade of #6aecbd
#97f2d1
Dark Shade of #6aecbd
#3de6a9
Saturated Shade of #6aecbd
#62f4bf
Desaturated Shade of #6aecbd
#72e4bb
Grey scale Shade of #6aecbd
#ababab
Brighten Shade
#83ffd6
Most Readable Shade
#000000

Shades of #6aecbd color code

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

#6aecbd
#5ed1a8
#52b793
#469d7e
#3a8369
#2f6854
#234e3f
#17342a
#0b1a15
#000000

Similar Color like #6aecbd color

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

#6bedbe
#6ceebf
#6defc0
#6ef0c1
#6ff1c2
#70f2c3
#71f3c4
#72f4c5
#73f5c6
#74f6c7
#75f7c8
#76f8c9
#77f9ca
#78facb
#69ebbc
#68eabb
#67e9ba
#66e8b9
#65e7b8
#64e6b7
#63e5b6
#62e4b5
#61e3b4
#60e2b3
#5fe1b2
#5ee0b1
#5ddfb0
#5cdeaf

Monochromatic Color with #6aecbd

#6aecbd
#0b1713
#1e4235
#316c57
#449779
#57c19b

Tints of #6aecbd Color

#6aecbd
#7aeec4
#8bf0cb
#9bf2d3
#acf4da
#bcf6e1
#cdf8e9
#ddfaf0
#eefcf7
#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

#6aecbd
#ec6a99

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

Split Complementary

#6aecbd
#ec6ada
#ec7c6a

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

Analogous Color

#6aec89
#6aeca3
#6aecbd
#6aecd7
#6ae7ec

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

#6aecbd
#bd6aec
#ecbd6a

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

#6aecbd
#7c6aec
#ec6a99
#daec6a

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

#6aecbd
#ec6a99
#ec7c6a
#6adaec

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 #6aecbd 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.

#6aecbd Color Code Preview on Black Background Color

This is how #6aecbd Color will look on black background color. Color contrast ratio is 14.35

#6aecbd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#6aecbd color code is use for CSS Background Color

Background color for the above div is #6aecbd

HTML with inline CSS

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

#6aecbd color code is use for CSS Border Color

CSS Border color for the above div is #6aecbd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#6aecbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6aecbd Color code Preview on White Background

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

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(106,236,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(236,106,153,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(106,236,189,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.