Skip to main content Skip to docs navigation

#6aedeb hex color | Download Dark Blue BG image | Information

Color Picker

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

Woow we have a nearby visually matching color name available. It's name is Poseidon Jr. and its hex is #66EEEE Nearest Color Name

Color Hue/Base color: Blue

Hex #6aedeb Color code in RGB color code model is created after adding 41.57% red color, 92.94% green color and 92.16% blue color. Hex #6aedeb Color code in CMYK color (process color) code model is generated after subtraction of 55% cyan, 0% magenta, 1% yellow and 7.06% black.

Hex #6aedeb 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 #6aedeb color code.

RGB Chart

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

Color Table

Hex Color Code 6aedeb #6aedeb
RGB Decimal 106, 237, 235 106, 237, 235
RGB Percent 42%, 93%, 92% rgb(42%, 93%, 92%)
CSS RGBa 106, 237, 235,1 rgba(106,237,235,1)
CMYK Model cmyk(55%,0%,1%,7.06%)
HSL Color Space 179,78% ,67% hsl(179,78% ,67%)
HSV Color Space 179°, 55%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01101010 11101101 11101011
Octal 152 355 353
Decimal 106 237 235
Hex 6a ed eb

Different shades of #6aedeb color code.

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

Darkest of #6aedeb
#14a9a7
Darker of #6aedeb
#1ad7d4
Dark of #6aedeb
#3ce7e5
Base of #6aedeb
#6aedeb
Light of #6aedeb
#97f2f1
Lighter
#c5f8f7
Lightest
#f2fdfd

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

#6aedeb
#ed6a6c

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

Split Complementary

#6aedeb
#ed6aad
#eda96a

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

Analogous Color

#6aed9f
#6aedb4
#6aedeb
#6ac3ed
#6a8ded

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

#6aedeb
#edeb6a
#eb6aed

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

#6aedeb
#eb6aed
#ed6a6c
#6ced6a

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#6aedeb
#a96aed
#ed6a6c
#aded6a

Square 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).

Monochromatic Color with #6aedeb

#0f7c7a
#14a9a7
#1ad7d4
#3ce7e5
#6aedeb
#97f2f1
#c5f8f7
#f2fdfd
#ffffff

Tints of #6aedeb Color

#6aedeb
#7aefed
#8bf1ef
#9bf3f1
#acf5f3
#bcf7f6
#cdf9f8
#ddfbfa
#eefdfc
#ffffff

Shades of #6aedeb color code

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

#6aedeb
#5ed2d0
#52b8b6
#469e9c
#3a8382
#2f6968
#234f4e
#173434
#0b1a1a
#000000

Tones

#6aedeb
#7bdcdb
#8bcccb
#9cbbba
#ababab

Tones

Similar Color like #6aedeb color

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

#6beeec
#6cefed
#6df0ee
#6ef1ef
#6ff2f0
#70f3f1
#71f4f2
#72f5f3
#73f6f4
#74f7f5
#75f8f6
#76f9f7
#77faf8
#78fbf9
#69ecea
#68ebe9
#67eae8
#66e9e7
#65e8e6
#64e7e5
#63e6e4
#62e5e3
#61e4e2
#60e3e1
#5fe2e0
#5ee1df
#5de0de
#5cdfdd

Download this Dark Blue

Hex #6aedeb 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.

#6aedeb Color Code Preview on Black Background Color

This is how #6aedeb Color will look on black background color. Color contrast ratio is 14.93

#6aedeb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#6aedeb color code is use for CSS Background Color

Background color for the above div is #6aedeb

HTML with inline CSS

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

#6aedeb color code is use for CSS Border Color

CSS Border color for the above div is #6aedeb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#6aedeb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6aedeb Color code Preview on White Background

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(106,237,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,106,108,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(106,237,235,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }