crispedge.com

Color picker

Loading...

#6eebeb hex color - Blue - Cool color - Information

#6eebeb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #6eebeb Color code in RGB color code model is created after adding 43.14% red color, 92.16% green color and 92.16% blue color. Hex #6eebeb Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 0% magenta, 0% yellow and 8% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code6eebeb#6eebeb
RGB Decimal110, 235, 235rgb(110, 235, 235)
RGB Percent43%, 92%, 92%rgb(43%, 92%, 92%)
CSS RGBa110, 235, 235,1rgba(110,235,235,1)
CMYK Modelcmyk(53%,0%,0%,8%)
HSL Color Space180,76% ,68%hsl(180,76% ,68%)
HSV Color Space180°, 53%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011011101110101111101011
Octal156353353
Decimal110235235
Hex6eebeb

Different shades of #6eebeb color code.

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

Light Shade of #6eebeb
#9bf1f1
Dark Shade of #6eebeb
#41e5e5
Saturated Shade of #6eebeb
#66f3f3
Desaturated Shade of #6eebeb
#76e3e3
Grey scale Shade of #6eebeb
#acacac
Brighten Shade
#87ffff
Most Readable Shade
#000000

Shades of #6eebeb color code

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

#6eebeb
#61d0d0
#55b6b6
#499c9c
#3d8282
#306868
#244e4e
#183434
#0c1a1a
#000000

Similar Color like #6eebeb color

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

#6fecec
#70eded
#71eeee
#72efef
#73f0f0
#74f1f1
#75f2f2
#76f3f3
#77f4f4
#78f5f5
#79f6f6
#7af7f7
#7bf8f8
#7cf9f9
#6deaea
#6ce9e9
#6be8e8
#6ae7e7
#69e6e6
#68e5e5
#67e4e4
#66e3e3
#65e2e2
#64e1e1
#63e0e0
#62dfdf
#61dede
#60dddd

Monochromatic Color with #6eebeb

#6eebeb
#0b1616
#1e4141
#326b6b
#469696
#5ac0c0

Tints of #6eebeb Color

#6eebeb
#7eeded
#8eefef
#9ef1f1
#aef3f3
#bef6f6
#cef8f8
#defafa
#eefcfc
#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

#6eebeb
#eb6e6e

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

Split Complementary

#6eebeb
#eb6ead
#ebad6e

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

Analogous Color

#6eebb9
#6eebd2
#6eebeb
#6ed2eb
#6eb9eb

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

#6eebeb
#eb6eeb
#ebeb6e

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

#6eebeb
#ac6eeb
#eb6e6e
#aceb6e

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

#6eebeb
#eb6e6e
#ebad6e
#6eadeb

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 #6eebeb 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.

#6eebeb Color Code Preview on Black Background Color

This is how #6eebeb Color will look on black background color. Color contrast ratio is 14.75

#6eebeb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#6eebeb color code is use for CSS Background Color

Background color for the above div is #6eebeb

HTML with inline CSS

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

#6eebeb color code is use for CSS Border Color

CSS Border color for the above div is #6eebeb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#6eebeb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6eebeb Color code Preview on White Background

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

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

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(110,235,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,110,110,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(110,235,235,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.