crispedge.com

Color picker

Loading...

#6181e5 hex color - Blue - Cool color - Information

#6181e5 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #6181e5 Color code in RGB color code model is created after adding 38.04% red color, 50.59% green color and 89.8% blue color. Hex #6181e5 Color code in CMYK color (process color) code model is generated after subtraction of 58% cyan, 44% magenta, 0% yellow and 10% black.

Hex #6181e5 color code is between #6688dd web safe hex color code and #5577ee web safe hex color code. #6688dd is the nearest web safe color code. You can see here many more shades of #6181e5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code6181e5#6181e5
RGB Decimal97, 129, 229rgb(97, 129, 229)
RGB Percent38%, 51%, 90%rgb(38%, 51%, 90%)
CSS RGBa97, 129, 229,1rgba(97,129,229,1)
CMYK Modelcmyk(58%,44%,0%,10%)
HSL Color Space225,72% ,64%hsl(225,72% ,64%)
HSV Color Space225°, 58%, 90%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011000011000000111100101
Octal141201345
Decimal97129229
Hex6181e5

Different shades of #6181e5 color code.

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

Light Shade of #6181e5
#8da4ec
Dark Shade of #6181e5
#355ede
Saturated Shade of #6181e5
#587cee
Desaturated Shade of #6181e5
#6a86dc
Grey scale Shade of #6181e5
#a3a3a3
Brighten Shade
#7a9afe
Most Readable Shade
#FFFFFF

Shades of #6181e5 color code

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

#6181e5
#5672cb
#4b64b2
#405698
#35477f
#2b3965
#202b4c
#151c32
#0a0e19
#000000

Similar Color like #6181e5 color

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

#6282e6
#6383e7
#6484e8
#6585e9
#6686ea
#6787eb
#6888ec
#6989ed
#6a8aee
#6b8bef
#6c8cf0
#6d8df1
#6e8ef2
#6f8ff3
#6080e4
#5f7fe3
#5e7ee2
#5d7de1
#5c7ce0
#5b7bdf
#5a7ade
#5979dd
#5878dc
#5777db
#5676da
#5575d9
#5474d8
#5373d7

Monochromatic Color with #6181e5

#6181e5
#070910
#19213b
#2b3965
#3d5190
#4f69ba

Tints of #6181e5 Color

#6181e5
#728fe7
#849dea
#95abed
#a7b9f0
#b8c7f3
#cad5f6
#dbe3f9
#edf1fc
#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

#6181e5
#e5c561

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

Split Complementary

#6181e5
#e58361
#c3e561

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

Analogous Color

#61b6e5
#619be5
#6181e5
#6167e5
#7661e5

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

#6181e5
#e56181
#81e561

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

#6181e5
#e561c3
#e5c561
#61e583

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

#6181e5
#e5c561
#c3e561
#8361e5

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 #6181e5 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.

#6181e5 Color Code Preview on Black Background Color

This is how #6181e5 Color will look on black background color. Color contrast ratio is 5.78

#6181e5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6181e5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6181e5

#6181e5 color code is use for CSS Background Color

Background color for the above div is #6181e5

HTML with inline CSS

<div style="background-color:#6181e5;"></div>

#6181e5 color code is use for CSS Border Color

CSS Border color for the above div is #6181e5

HTML with inline CSS

<div style="border:5px solid #6181e5;"></div>

CSS Border Left color for the above div is #6181e5

HTML with inline CSS

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

CSS Border Right color for the above div is #6181e5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6181e5

HTML with inline CSS

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

CSS Border Top color for the above div is #6181e5

HTML with inline CSS

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

#6181e5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6181e5 Color code Preview on White Background

This is how #6181e5 Color code will look on white background color. Color contrast ratio is 3.63

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

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(97,129,229,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(229,197,97,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(97,129,229,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.