crispedge.com

Color picker

Loading...

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

#6dede6 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #6dede6 Color code in RGB color code model is created after adding 42.75% red color, 92.94% green color and 90.2% blue color. Hex #6dede6 Color code in CMYK color (process color) code model is generated after subtraction of 54% cyan, 0% magenta, 3% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code6dede6#6dede6
RGB Decimal109, 237, 230rgb(109, 237, 230)
RGB Percent43%, 93%, 90%rgb(43%, 93%, 90%)
CSS RGBa109, 237, 230,1rgba(109,237,230,1)
CMYK Modelcmyk(54%,0%,3%,7%)
HSL Color Space177,78% ,68%hsl(177,78% ,68%)
HSV Color Space177°, 54%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011011011110110111100110
Octal155355346
Decimal109237230
Hex6dede6

Different shades of #6dede6 color code.

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

Light Shade of #6dede6
#9af3ee
Dark Shade of #6dede6
#40e7de
Saturated Shade of #6dede6
#65f5ed
Desaturated Shade of #6dede6
#75e5df
Grey scale Shade of #6dede6
#adadad
Brighten Shade
#86ffff
Most Readable Shade
#000000

Shades of #6dede6 color code

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

#6dede6
#60d2cc
#54b8b2
#489e99
#3c837f
#306966
#244f4c
#183433
#0c1a19
#000000

Similar Color like #6dede6 color

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

#6eeee7
#6fefe8
#70f0e9
#71f1ea
#72f2eb
#73f3ec
#74f4ed
#75f5ee
#76f6ef
#77f7f0
#78f8f1
#79f9f2
#7afaf3
#7bfbf4
#6cece5
#6bebe4
#6aeae3
#69e9e2
#68e8e1
#67e7e0
#66e6df
#65e5de
#64e4dd
#63e3dc
#62e2db
#61e1da
#60e0d9
#5fdfd8

Monochromatic Color with #6dede6

#6dede6
#0b1818
#1f4341
#326d6a
#469893
#59c2bd

Tints of #6dede6 Color

#6dede6
#7defe8
#8df1eb
#9df3ee
#adf5f1
#bef7f3
#cef9f6
#defbf9
#eefdfc
#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

#6dede6
#ed6d74

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

Split Complementary

#6dede6
#ed6db4
#eda66d

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

Analogous Color

#6dedb3
#6dedcc
#6dede6
#6ddaed
#6dc1ed

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

#6dede6
#e66ded
#ede66d

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

#6dede6
#a66ded
#ed6d74
#b4ed6d

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

#6dede6
#ed6d74
#eda66d
#6db4ed

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

#6dede6 Color Code Preview on Black Background Color

This is how #6dede6 Color will look on black background color. Color contrast ratio is 14.91

#6dede6 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#6dede6 color code is use for CSS Background Color

Background color for the above div is #6dede6

HTML with inline CSS

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

#6dede6 color code is use for CSS Border Color

CSS Border color for the above div is #6dede6

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#6dede6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6dede6 Color code Preview on White Background

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

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

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(109,237,230,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,109,116,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(109,237,230,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.