Skip to main content Skip to docs navigation

#6fedff hex color | Download Light 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 Robin’s Egg and its hex is #6DEDFD Nearest Color Name

Color Hue/Base color: Blue

Hex #6fedff Color code in RGB color code model is created after adding 43.53% red color, 92.94% green color and 100% blue color. Hex #6fedff Color code in CMYK color (process color) code model is generated after subtraction of 56% cyan, 7% magenta, 0% yellow and 0% black.

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

RGB Chart

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

Color Table

Hex Color Code 6fedff #6fedff
RGB Decimal 111, 237, 255 111, 237, 255
RGB Percent 44%, 93%, 100% rgb(44%, 93%, 100%)
CSS RGBa 111, 237, 255,1 rgba(111,237,255,1)
CMYK Model cmyk(56%,7%,0%,0%)
HSL Color Space 188,100% ,72% hsl(188,100% ,72%)
HSV Color Space 188°, 56%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01101111 11101101 11111111
Octal 157 355 377
Decimal 111 237 255
Hex 6f ed ff

Different shades of #6fedff color code.

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

Darkest of #6fedff
#00bad5
Darker of #6fedff
#09e0ff
Dark of #6fedff
#3ce7ff
Base of #6fedff
#6fedff
Light of #6fedff
#a2f3ff
Lighter
#d5faff
Lightest
#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

#6fedff
#ff816f

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

Split Complementary

#6fedff
#ff6fa5
#ffc96f

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

Analogous Color

#6fffbd
#6fffd5
#6fedff
#6fbdff
#6f81ff

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

#6fedff
#edff6f
#ff6fed

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

#6fedff
#ff6fed
#ff816f
#6fff81

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

#6fedff
#c96fff
#ff816f
#a5ff6f

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 #6fedff

#008ea2
#00bad5
#09e0ff
#3ce7ff
#6fedff
#a2f3ff
#d5faff
#ffffff
#ffffff

Tints of #6fedff Color

#6fedff
#7fefff
#8ff1ff
#9ff3ff
#aff5ff
#bff7ff
#cff9ff
#dffbff
#effdff
#ffffff

Shades of #6fedff color code

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

#6fedff
#62d2e2
#56b8c6
#4a9eaa
#3d838d
#316971
#254f55
#183438
#0c1a1c
#000000

Tones

#6fedff
#7de2f1
#8cd7e2
#9acdd4
#a9c2c5

Tones

Similar Color like #6fedff color

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

#70eeff
#71efff
#72f0ff
#73f1ff
#74f2ff
#75f3ff
#76f4ff
#77f5ff
#78f6ff
#79f7ff
#7af8ff
#7bf9ff
#7cfaff
#7dfbff
#6eecfe
#6debfd
#6ceafc
#6be9fb
#6ae8fa
#69e7f9
#68e6f8
#67e5f7
#66e4f6
#65e3f5
#64e2f4
#63e1f3
#62e0f2
#61dff1

Download this Light Blue

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

#6fedff Color Code Preview on Black Background Color

This is how #6fedff Color will look on black background color. Color contrast ratio is 15.23

#6fedff in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#6fedff color code is use for CSS Background Color

Background color for the above div is #6fedff

HTML with inline CSS

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

#6fedff color code is use for CSS Border Color

CSS Border color for the above div is #6fedff

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#6fedff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6fedff Color code Preview on White Background

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

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

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(111,237,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,129,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(111,237,255,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }