crispedge.com

Color picker

Loading...

#69aae7 hex color - Blue - Cool color - Information

#69aae7 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #69aae7 Color code in RGB color code model is created after adding 41.18% red color, 66.67% green color and 90.59% blue color. Hex #69aae7 Color code in CMYK color (process color) code model is generated after subtraction of 55% cyan, 26% magenta, 0% yellow and 9% black.

Hex #69aae7 color code is between #6699ee web safe hex color code and #77bbdd web safe hex color code. #6699ee is the nearest web safe color code. You can see here many more shades of #69aae7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code69aae7#69aae7
RGB Decimal105, 170, 231rgb(105, 170, 231)
RGB Percent41%, 67%, 91%rgb(41%, 67%, 91%)
CSS RGBa105, 170, 231,1rgba(105,170,231,1)
CMYK Modelcmyk(55%,26%,0%,9%)
HSL Color Space209,72% ,66%hsl(209,72% ,66%)
HSV Color Space209°, 55%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011010011010101011100111
Octal151252347
Decimal105170231
Hex69aae7

Different shades of #69aae7 color code.

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

Light Shade of #69aae7
#95c3ee
Dark Shade of #69aae7
#3d91e0
Saturated Shade of #69aae7
#60aaf0
Desaturated Shade of #69aae7
#72aade
Grey scale Shade of #69aae7
#a8a8a8
Brighten Shade
#82c3ff
Most Readable Shade
#000000

Shades of #69aae7 color code

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

#69aae7
#5d97cd
#5184b3
#46719a
#3a5e80
#2e4b66
#23384d
#172533
#0b1219
#000000

Similar Color like #69aae7 color

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

#6aabe8
#6bace9
#6cadea
#6daeeb
#6eafec
#6fb0ed
#70b1ee
#71b2ef
#72b3f0
#73b4f1
#74b5f2
#75b6f3
#76b7f4
#77b8f5
#68a9e6
#67a8e5
#66a7e4
#65a6e3
#64a5e2
#63a4e1
#62a3e0
#61a2df
#60a1de
#5fa0dd
#5e9fdc
#5d9edb
#5c9dda
#5b9cd9

Monochromatic Color with #69aae7

#69aae7
#080e12
#1c2d3d
#2f4c67
#426b92
#568bbc

Tints of #69aae7 Color

#69aae7
#79b3e9
#8abcec
#9bc6ef
#abcff1
#bcd9f4
#cde2f7
#ddecf9
#eef5fc
#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

#69aae7
#e7a669

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

Split Complementary

#69aae7
#e7696b
#e7e569

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

Analogous Color

#69dce7
#69c3e7
#69aae7
#6991e7
#6978e7

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

#69aae7
#e769aa
#aae769

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

#69aae7
#e569e7
#e7a669
#6be769

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

#69aae7
#e7a669
#e7e569
#696be7

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 #69aae7 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.

#69aae7 Color Code Preview on Black Background Color

This is how #69aae7 Color will look on black background color. Color contrast ratio is 8.50

#69aae7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #69aae7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #69aae7

#69aae7 color code is use for CSS Background Color

Background color for the above div is #69aae7

HTML with inline CSS

<div style="background-color:#69aae7;"></div>

#69aae7 color code is use for CSS Border Color

CSS Border color for the above div is #69aae7

HTML with inline CSS

<div style="border:5px solid #69aae7;"></div>

CSS Border Left color for the above div is #69aae7

HTML with inline CSS

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

CSS Border Right color for the above div is #69aae7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #69aae7

HTML with inline CSS

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

CSS Border Top color for the above div is #69aae7

HTML with inline CSS

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

#69aae7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#69aae7 Color code Preview on White Background

This is how #69aae7 Color code will look on white background color. Color contrast ratio is 2.47

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

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(105,170,231,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(231,166,105,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(105,170,231,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.