Skip to main content Skip to docs navigation

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

On this page
@
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.

Color Hue/Base color: Blue

Hex #06c9ed Color code in RGB color code model is created after adding 2.35% red color, 78.82% green color and 92.94% blue color. Hex #06c9ed Color code in CMYK color (process color) code model is generated after subtraction of 97% cyan, 15% magenta, 0% yellow and 7.06% black.

Hex #06c9ed color code is between #00ccee web safe hex color code and #00bbdd web safe hex color code. #00ccee is the nearest web safe color code. You can see here many more shades of #06c9ed color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 06c9ed #06c9ed
RGB Decimal 6, 201, 237 rgb(6, 201, 237)
RGB Percent 2%, 79%, 93% rgb(2%, 79%, 93%)
CSS RGBa 6, 201, 237,1 rgba(6,201,237,1)
CMYK Model cmyk(97%,15%,0%,7.06%)
HSL Color Space 189,95% ,48% hsl(189,95% ,48%)
HSV Color Space 189°, 97%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000110 11001001 11101101
Octal 6 311 355
Decimal 6 201 237
Hex 06 c9 ed

Different shades of #06c9ed color code.

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

Light Shade of #06c9ed
#2cdafa
Dark Shade of #06c9ed
#059fbb
Saturated Shade of #06c9ed
#00cdf3
Desaturated Shade of #06c9ed
#12c1e1
Grey scale Shade of #06c9ed
#797979
Brighten Shade
#1fe2ff
Most Readable Shade
#000000

Shades of #06c9ed color code

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

#06c9ed
#05b2d2
#049cb8
#04869e
#036f83
#025969
#02434f
#012c34
#00161a
#000000

Similar Color like #06c9ed color

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

#07caee
#08cbef
#09ccf0
#0acdf1
#0bcef2
#0ccff3
#0dd0f4
#0ed1f5
#0fd2f6
#10d3f7
#11d4f8
#12d5f9
#13d6fa
#14d7fb
#05c8ec
#04c7eb
#03c6ea
#02c5e9
#01c4e8
#00c3e7
#00c2e6
#00c1e5
#00c0e4
#00bfe3
#00bee2
#00bde1
#00bce0
#00bbdf

Monochromatic Color with #06c9ed

#06c9ed
#011518
#023943
#035d6d
#048198
#05a5c2

Tints of #06c9ed Color

#06c9ed
#21cfef
#3dd5f1
#59dbf3
#74e1f5
#90e7f7
#acedf9
#c7f3fb
#e3f9fd
#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

#06c9ed
#ed2a06

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

Split Complementary

#06c9ed
#ed0656
#ed9d06

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

Analogous Color

#06edb5
#06ede3
#06c9ed
#069bed
#066ded

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

#06c9ed
#ed06c9
#c9ed06

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

#06c9ed
#9d06ed
#ed2a06
#55ed06

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

#06c9ed
#ed2a06
#ed9d06
#0656ed

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

#06c9ed Color Code Preview on Black Background Color

This is how #06c9ed Color will look on black background color. Color contrast ratio is 10.59

#06c9ed in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#06c9ed color code is use for CSS Background Color

Background color for the above div is #06c9ed

HTML with inline CSS

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

#06c9ed color code is use for CSS Border Color

CSS Border color for the above div is #06c9ed

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#06c9ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#06c9ed Color code Preview on White Background

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

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

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,201,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,42,6,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(6,201,237,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.