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

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

#06a6cb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #06a6cb Color code in RGB color code model is created after adding 2.35% red color, 65.1% green color and 79.61% blue color. Hex #06a6cb Color code in CMYK color (process color) code model is generated after subtraction of 97% cyan, 18% magenta, 0% yellow and 20.39% black.

Hex #06a6cb color code is between #00aacc web safe hex color code and #0099bb web safe hex color code. #00aacc is the nearest web safe color code. You can see here many more shades of #06a6cb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code06a6cb#06a6cb
RGB Decimal6, 166, 203rgb(6, 166, 203)
RGB Percent2%, 65%, 80%rgb(2%, 65%, 80%)
CSS RGBa6, 166, 203,1rgba(6,166,203,1)
CMYK Modelcmyk(97%,18%,0%,20.39%)
HSL Color Space191,94% ,41%hsl(191,94% ,41%)
HSV Color Space191°, 97%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001101010011011001011
Octal6246313
Decimal6166203
Hex06a6cb

Different shades of #06a6cb color code.

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

Light Shade of #06a6cb
#0cccf8
Dark Shade of #06a6cb
#057d99
Saturated Shade of #06a6cb
#00aad1
Desaturated Shade of #06a6cb
#109fc1
Grey scale Shade of #06a6cb
#686868
Brighten Shade
#1fbfe4
Most Readable Shade
#000000

Shades of #06a6cb color code

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

#06a6cb
#0593b4
#04819d
#046e87
#035c70
#02495a
#023743
#01242d
#001216
#000000

Similar Color like #06a6cb color

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

#07a7cc
#08a8cd
#09a9ce
#0aaacf
#0babd0
#0cacd1
#0dadd2
#0eaed3
#0fafd4
#10b0d5
#11b1d6
#12b2d7
#13b3d8
#14b4d9
#05a5ca
#04a4c9
#03a3c8
#02a2c7
#01a1c6
#00a0c5
#009fc4
#009ec3
#009dc2
#009cc1
#009bc0
#009abf
#0099be
#0098bd

Monochromatic Color with #06a6cb

#06a6cb
#07c9f5
#011b21
#023e4b
#036076
#0583a0

Tints of #06a6cb Color

#06a6cb
#21afd0
#3db9d6
#59c3dc
#74cde2
#90d7e7
#ace1ed
#c7ebf3
#e3f5f9
#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

#06a6cb
#cb2b06

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

Split Complementary

#06a6cb
#cb0644
#cb8d06

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

Analogous Color

#06cba1
#06cbc9
#06a6cb
#067fcb
#0657cb

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

#06a6cb
#cb06a6
#a6cb06

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

#06a6cb
#8d06cb
#cb2b06
#44cb06

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

#06a6cb
#cb2b06
#cb8d06
#0644cb

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

#06a6cb Color Code Preview on Black Background Color

This is how #06a6cb Color will look on black background color. Color contrast ratio is 7.32

#06a6cb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#06a6cb color code is use for CSS Background Color

Background color for the above div is #06a6cb

HTML with inline CSS

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

#06a6cb color code is use for CSS Border Color

CSS Border color for the above div is #06a6cb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#06a6cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#06a6cb Color code Preview on White Background

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

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

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,166,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(203,43,6,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(6,166,203,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.