crispedge.com

Color picker

Loading...

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

#6bcbaf hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #6bcbaf Color code in RGB color code model is created after adding 41.96% red color, 79.61% green color and 68.63% blue color. Hex #6bcbaf Color code in CMYK color (process color) code model is generated after subtraction of 47% cyan, 0% magenta, 14% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code6bcbaf#6bcbaf
RGB Decimal107, 203, 175rgb(107, 203, 175)
RGB Percent42%, 80%, 69%rgb(42%, 80%, 69%)
CSS RGBa107, 203, 175,1rgba(107,203,175,1)
CMYK Modelcmyk(47%,0%,14%,20%)
HSL Color Space163,48% ,61%hsl(163,48% ,61%)
HSV Color Space163°, 47%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011010111100101110101111
Octal153313257
Decimal107203175
Hex6bcbaf

Different shades of #6bcbaf color code.

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

Light Shade of #6bcbaf
#91d8c3
Dark Shade of #6bcbaf
#45be9b
Saturated Shade of #6bcbaf
#61d5b3
Desaturated Shade of #6bcbaf
#75c1ab
Grey scale Shade of #6bcbaf
#9b9b9b
Brighten Shade
#84e4c8
Most Readable Shade
#000000

Shades of #6bcbaf color code

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

#6bcbaf
#5fb49b
#539d88
#478774
#3b7061
#2f5a4d
#23433a
#172d26
#0b1613
#000000

Similar Color like #6bcbaf color

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

#6cccb0
#6dcdb1
#6eceb2
#6fcfb3
#70d0b4
#71d1b5
#72d2b6
#73d3b7
#74d4b8
#75d5b9
#76d6ba
#77d7bb
#78d8bc
#79d9bd
#6acaae
#69c9ad
#68c8ac
#67c7ab
#66c6aa
#65c5a9
#64c4a8
#63c3a7
#62c2a6
#61c1a5
#60c0a4
#5fbfa3
#5ebea2
#5dbda1

Monochromatic Color with #6bcbaf

#6bcbaf
#81f5d4
#11211c
#284b41
#3e7666
#55a08a

Tints of #6bcbaf Color

#6bcbaf
#7bd0b7
#8bd6c0
#9cdcc9
#ace2d2
#bde7db
#cdede4
#def3ed
#eef9f6
#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

#6bcbaf
#cb6b87

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

Split Complementary

#6bcbaf
#cb6bb7
#cb7f6b

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

Analogous Color

#6bcb89
#6bcb9c
#6bcbaf
#6bcbc2
#6bc1cb

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

#6bcbaf
#af6bcb
#cbaf6b

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

#6bcbaf
#7f6bcb
#cb6b87
#b7cb6b

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

#6bcbaf
#cb6b87
#cb7f6b
#6bb7cb

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

#6bcbaf Color Code Preview on Black Background Color

This is how #6bcbaf Color will look on black background color. Color contrast ratio is 10.79

#6bcbaf in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#6bcbaf color code is use for CSS Background Color

Background color for the above div is #6bcbaf

HTML with inline CSS

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

#6bcbaf color code is use for CSS Border Color

CSS Border color for the above div is #6bcbaf

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#6bcbaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6bcbaf Color code Preview on White Background

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

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

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(107,203,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(203,107,135,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(107,203,175,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.