crispedge.com

Color picker

Loading...

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

#6ebdea hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code6ebdea#6ebdea
RGB Decimal110, 189, 234rgb(110, 189, 234)
RGB Percent43%, 74%, 92%rgb(43%, 74%, 92%)
CSS RGBa110, 189, 234,1rgba(110,189,234,1)
CMYK Modelcmyk(53%,19%,0%,8%)
HSL Color Space202,75% ,67%hsl(202,75% ,67%)
HSV Color Space202°, 53%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011011101011110111101010
Octal156275352
Decimal110189234
Hex6ebdea

Different shades of #6ebdea color code.

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

Light Shade of #6ebdea
#9bd1f0
Dark Shade of #6ebdea
#41a9e4
Saturated Shade of #6ebdea
#66bff2
Desaturated Shade of #6ebdea
#76bbe2
Grey scale Shade of #6ebdea
#acacac
Brighten Shade
#87d6ff
Most Readable Shade
#000000

Shades of #6ebdea color code

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

#6ebdea
#61a8d0
#5593b6
#497e9c
#3d6982
#305468
#243f4e
#182a34
#0c151a
#000000

Similar Color like #6ebdea color

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

#6fbeeb
#70bfec
#71c0ed
#72c1ee
#73c2ef
#74c3f0
#75c4f1
#76c5f2
#77c6f3
#78c7f4
#79c8f5
#7ac9f6
#7bcaf7
#7ccbf8
#6dbce9
#6cbbe8
#6bbae7
#6ab9e6
#69b8e5
#68b7e4
#67b6e3
#66b5e2
#65b4e1
#64b3e0
#63b2df
#62b1de
#61b0dd
#60afdc

Monochromatic Color with #6ebdea

#6ebdea
#0a1115
#1e3440
#32566a
#467895
#5a9bbf

Tints of #6ebdea Color

#6ebdea
#7ec4ec
#8ecbee
#9ed3f1
#aedaf3
#bee1f5
#cee9f8
#def0fa
#eef7fc
#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

#6ebdea
#ea9b6e

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

Split Complementary

#6ebdea
#ea6e7f
#ead96e

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

Analogous Color

#6eeae5
#6ed6ea
#6ebdea
#6ea4ea
#6e8bea

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

#6ebdea
#ea6ebd
#bdea6e

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

#6ebdea
#d96eea
#ea9b6e
#7fea6e

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

#6ebdea
#ea9b6e
#ead96e
#6e7fea

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

#6ebdea Color Code Preview on Black Background Color

This is how #6ebdea Color will look on black background color. Color contrast ratio is 10.13

#6ebdea in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#6ebdea color code is use for CSS Background Color

Background color for the above div is #6ebdea

HTML with inline CSS

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

#6ebdea color code is use for CSS Border Color

CSS Border color for the above div is #6ebdea

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#6ebdea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6ebdea Color code Preview on White Background

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

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

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