@
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.

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

#6ccedc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #6ccedc Color code in RGB color code model is created after adding 42.35% red color, 80.78% green color and 86.27% blue color. Hex #6ccedc Color code in CMYK color (process color) code model is generated after subtraction of 51% cyan, 6% magenta, 0% yellow and 13.73% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code6ccedc#6ccedc
RGB Decimal108, 206, 220rgb(108, 206, 220)
RGB Percent42%, 81%, 86%rgb(42%, 81%, 86%)
CSS RGBa108, 206, 220,1rgba(108,206,220,1)
CMYK Modelcmyk(51%,6%,0%,13.73%)
HSL Color Space188,62% ,64%hsl(188,62% ,64%)
HSV Color Space188°, 51%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011011001100111011011100
Octal154316334
Decimal108206220
Hex6ccedc

Different shades of #6ccedc color code.

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

Light Shade of #6ccedc
#95dce6
Dark Shade of #6ccedc
#43c0d2
Saturated Shade of #6ccedc
#63d5e5
Desaturated Shade of #6ccedc
#75c7d3
Grey scale Shade of #6ccedc
#a4a4a4
Brighten Shade
#85e7f5
Most Readable Shade
#000000

Shades of #6ccedc color code

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

#6ccedc
#60b7c3
#54a0ab
#488992
#3c727a
#305b61
#244449
#182d30
#0c1618
#000000

Similar Color like #6ccedc color

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

#6dcfdd
#6ed0de
#6fd1df
#70d2e0
#71d3e1
#72d4e2
#73d5e3
#74d6e4
#75d7e5
#76d8e6
#77d9e7
#78dae8
#79dbe9
#7adcea
#6bcddb
#6accda
#69cbd9
#68cad8
#67c9d7
#66c8d6
#65c7d5
#64c6d4
#63c5d3
#62c4d2
#61c3d1
#60c2d0
#5fc1cf
#5ec0ce

Monochromatic Color with #6ccedc

#6ccedc
#040707
#192f32
#2d575c
#427e87
#57a6b1

Tints of #6ccedc Color

#6ccedc
#7cd3df
#8cd8e3
#9ddee7
#ade3eb
#bde9ef
#ceeef3
#def4f7
#eef9fb
#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

#6ccedc
#dc7a6c

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

Split Complementary

#6ccedc
#dc6c96
#dcb26c

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

Analogous Color

#6cdcbd
#6cdcd4
#6ccedc
#6cb8dc
#6ca1dc

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

#6ccedc
#dc6cce
#cedc6c

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

#6ccedc
#b26cdc
#dc7a6c
#96dc6c

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

#6ccedc
#dc7a6c
#dcb26c
#6c96dc

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

#6ccedc Color Code Preview on Black Background Color

This is how #6ccedc Color will look on black background color. Color contrast ratio is 11.50

#6ccedc in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#6ccedc color code is use for CSS Background Color

Background color for the above div is #6ccedc

HTML with inline CSS

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

#6ccedc color code is use for CSS Border Color

CSS Border color for the above div is #6ccedc

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#6ccedc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6ccedc Color code Preview on White Background

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

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

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(108,206,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,122,108,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(108,206,220,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.