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

#06e0cf hex color - Blue - Cool color - Information

#06e0cf hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #06e0cf Color code in RGB color code model is created after adding 2.35% red color, 87.84% green color and 81.18% blue color. Hex #06e0cf Color code in CMYK color (process color) code model is generated after subtraction of 97% cyan, 0% magenta, 8% yellow and 12.16% black.

Hex #06e0cf color code is between #00ddcc web safe hex color code and #00eedd web safe hex color code. #00ddcc is the nearest web safe color code. You can see here many more shades of #06e0cf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code06e0cf#06e0cf
RGB Decimal6, 224, 207rgb(6, 224, 207)
RGB Percent2%, 88%, 81%rgb(2%, 88%, 81%)
CSS RGBa6, 224, 207,1rgba(6,224,207,1)
CMYK Modelcmyk(97%,0%,8%,12.16%)
HSL Color Space175,95% ,45%hsl(175,95% ,45%)
HSV Color Space175°, 97%, 88%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001101110000011001111
Octal6340317
Decimal6224207
Hex06e0cf

Different shades of #06e0cf color code.

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

Light Shade of #06e0cf
#20f9e8
Dark Shade of #06e0cf
#05aea1
Saturated Shade of #06e0cf
#00e6d4
Desaturated Shade of #06e0cf
#11d4c5
Grey scale Shade of #06e0cf
#737373
Brighten Shade
#1ff9e8
Most Readable Shade
#000000

Shades of #06e0cf color code

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

#06e0cf
#05c7b8
#04aea1
#04958a
#037c73
#02635c
#024a45
#01312e
#001817
#000000

Similar Color like #06e0cf color

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

#07e1d0
#08e2d1
#09e3d2
#0ae4d3
#0be5d4
#0ce6d5
#0de7d6
#0ee8d7
#0fe9d8
#10ead9
#11ebda
#12ecdb
#13eddc
#14eedd
#05dfce
#04decd
#03ddcc
#02dccb
#01dbca
#00dac9
#00d9c8
#00d8c7
#00d7c6
#00d6c5
#00d5c4
#00d4c3
#00d3c2
#00d2c1

Monochromatic Color with #06e0cf

#06e0cf
#000b0b
#013632
#036059
#048b80
#05b5a8

Tints of #06e0cf Color

#06e0cf
#21e3d4
#3de6d9
#59eadf
#74ede4
#90f1e9
#acf4ef
#c7f8f4
#e3fbf9
#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

#06e0cf
#e00617

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

Split Complementary

#06e0cf
#e00684
#e06206

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

Analogous Color

#06e078
#06e0a3
#06e0cf
#06c5e0
#069ae0

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

#06e0cf
#cf06e0
#e0cf06

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

#06e0cf
#6206e0
#e00617
#84e006

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

#06e0cf
#e00617
#e06206
#0684e0

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 #06e0cf 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.

#06e0cf Color Code Preview on Black Background Color

This is how #06e0cf Color will look on black background color. Color contrast ratio is 12.57

#06e0cf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #06e0cf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #06e0cf

#06e0cf color code is use for CSS Background Color

Background color for the above div is #06e0cf

HTML with inline CSS

<div style="background-color:#06e0cf;"></div>

#06e0cf color code is use for CSS Border Color

CSS Border color for the above div is #06e0cf

HTML with inline CSS

<div style="border:5px solid #06e0cf;"></div>

CSS Border Left color for the above div is #06e0cf

HTML with inline CSS

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

CSS Border Right color for the above div is #06e0cf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #06e0cf

HTML with inline CSS

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

CSS Border Top color for the above div is #06e0cf

HTML with inline CSS

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

#06e0cf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#06e0cf Color code Preview on White Background

This is how #06e0cf Color code will look on white background color. Color contrast ratio is 1.67

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

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(6,224,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(224,6,23,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(6,224,207,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.