crispedge.com

Color picker

Loading...

#6888f4 hex color - Blue - Cool color - Information

#6888f4 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #6888f4 Color code in RGB color code model is created after adding 40.78% red color, 53.33% green color and 95.69% blue color. Hex #6888f4 Color code in CMYK color (process color) code model is generated after subtraction of 57% cyan, 44% magenta, 0% yellow and 4% black.

Hex #6888f4 color code is between #6677ee web safe hex color code and #7799ff web safe hex color code. #6677ee is the nearest web safe color code. You can see here many more shades of #6888f4 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code6888f4#6888f4
RGB Decimal104, 136, 244rgb(104, 136, 244)
RGB Percent41%, 53%, 96%rgb(41%, 53%, 96%)
CSS RGBa104, 136, 244,1rgba(104,136,244,1)
CMYK Modelcmyk(57%,44%,0%,4%)
HSL Color Space226,86% ,68%hsl(226,86% ,68%)
HSV Color Space226°, 57%, 96%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011010001000100011110100
Octal150210364
Decimal104136244
Hex6888f4

Different shades of #6888f4 color code.

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

Light Shade of #6888f4
#98adf7
Dark Shade of #6888f4
#3863f1
Saturated Shade of #6888f4
#6084fc
Desaturated Shade of #6888f4
#708cec
Grey scale Shade of #6888f4
#aeaeae
Brighten Shade
#81a1ff
Most Readable Shade
#000000

Shades of #6888f4 color code

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

#6888f4
#5c78d8
#5069bd
#455aa2
#394b87
#2e3c6c
#222d51
#171e36
#0b0f1b
#000000

Similar Color like #6888f4 color

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

#6989f5
#6a8af6
#6b8bf7
#6c8cf8
#6d8df9
#6e8efa
#6f8ffb
#7090fc
#7191fd
#7292fe
#7393ff
#7494ff
#7595ff
#7696ff
#6787f3
#6686f2
#6585f1
#6484f0
#6383ef
#6282ee
#6181ed
#6080ec
#5f7feb
#5e7eea
#5d7de9
#5c7ce8
#5b7be7
#5a7ae6

Monochromatic Color with #6888f4

#6888f4
#0d121f
#20294a
#324174
#44599f
#5670c9

Tints of #6888f4 Color

#6888f4
#7895f5
#89a2f6
#9aaff7
#abbcf8
#bbcafa
#ccd7fb
#dde4fc
#eef1fd
#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

#6888f4
#f4d468

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

Split Complementary

#6888f4
#f48e68
#cef468

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

Analogous Color

#68c0f4
#68a4f4
#6888f4
#686cf4
#8068f4

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

#6888f4
#f46888
#88f468

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

#6888f4
#f468ce
#f4d468
#68f48e

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

#6888f4
#f4d468
#cef468
#8e68f4

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 #6888f4 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.

#6888f4 Color Code Preview on Black Background Color

This is how #6888f4 Color will look on black background color. Color contrast ratio is 6.42

#6888f4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6888f4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6888f4

#6888f4 color code is use for CSS Background Color

Background color for the above div is #6888f4

HTML with inline CSS

<div style="background-color:#6888f4;"></div>

#6888f4 color code is use for CSS Border Color

CSS Border color for the above div is #6888f4

HTML with inline CSS

<div style="border:5px solid #6888f4;"></div>

CSS Border Left color for the above div is #6888f4

HTML with inline CSS

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

CSS Border Right color for the above div is #6888f4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6888f4

HTML with inline CSS

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

CSS Border Top color for the above div is #6888f4

HTML with inline CSS

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

#6888f4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6888f4 Color code Preview on White Background

This is how #6888f4 Color code will look on white background color. Color contrast ratio is 3.27

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

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(104,136,244,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(244,212,104,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(104,136,244,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.