crispedge.com

Color picker

Loading...

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

#6fdfdf hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #6fdfdf Color code in RGB color code model is created after adding 43.53% red color, 87.45% green color and 87.45% blue color. Hex #6fdfdf Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 0% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code6fdfdf#6fdfdf
RGB Decimal111, 223, 223rgb(111, 223, 223)
RGB Percent44%, 87%, 87%rgb(44%, 87%, 87%)
CSS RGBa111, 223, 223,1rgba(111,223,223,1)
CMYK Modelcmyk(50%,0%,0%,13%)
HSL Color Space180,64% ,65%hsl(180,64% ,65%)
HSV Color Space180°, 50%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011011111101111111011111
Octal157337337
Decimal111223223
Hex6fdfdf

Different shades of #6fdfdf color code.

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

Light Shade of #6fdfdf
#99e8e8
Dark Shade of #6fdfdf
#45d6d6
Saturated Shade of #6fdfdf
#66e8e8
Desaturated Shade of #6fdfdf
#78d6d6
Grey scale Shade of #6fdfdf
#a7a7a7
Brighten Shade
#88f8f8
Most Readable Shade
#000000

Shades of #6fdfdf color code

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

#6fdfdf
#62c6c6
#56adad
#4a9494
#3d7b7b
#316363
#254a4a
#183131
#0c1818
#000000

Similar Color like #6fdfdf color

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

#70e0e0
#71e1e1
#72e2e2
#73e3e3
#74e4e4
#75e5e5
#76e6e6
#77e7e7
#78e8e8
#79e9e9
#7aeaea
#7bebeb
#7cecec
#7deded
#6edede
#6ddddd
#6cdcdc
#6bdbdb
#6adada
#69d9d9
#68d8d8
#67d7d7
#66d6d6
#65d5d5
#64d4d4
#63d3d3
#62d2d2
#61d1d1

Monochromatic Color with #6fdfdf

#6fdfdf
#050a0a
#1a3535
#305f5f
#458a8a
#5ab4b4

Tints of #6fdfdf Color

#6fdfdf
#7fe2e2
#8fe6e6
#9fe9e9
#afeded
#bff0f0
#cff4f4
#dff7f7
#effbfb
#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

#6fdfdf
#df6f6f

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

Split Complementary

#6fdfdf
#df6fa7
#dfa76f

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

Analogous Color

#6fdfb2
#6fdfc9
#6fdfdf
#6fc9df
#6fb2df

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

#6fdfdf
#df6fdf
#dfdf6f

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

#6fdfdf
#a76fdf
#df6f6f
#a7df6f

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

#6fdfdf
#df6f6f
#dfa76f
#6fa7df

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

#6fdfdf Color Code Preview on Black Background Color

This is how #6fdfdf Color will look on black background color. Color contrast ratio is 13.30

#6fdfdf in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#6fdfdf color code is use for CSS Background Color

Background color for the above div is #6fdfdf

HTML with inline CSS

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

#6fdfdf color code is use for CSS Border Color

CSS Border color for the above div is #6fdfdf

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#6fdfdf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6fdfdf Color code Preview on White Background

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

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

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(111,223,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(223,111,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(111,223,223,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.