crispedge.com

#615daf hex color - Blue - Cool color - Information

#615daf hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #615daf Color code in RGB color code model is created after adding 38.04% red color, 36.47% green color and 68.63% blue color. Hex #615daf Color code in CMYK color (process color) code model is generated after subtraction of 45% cyan, 47% magenta, 0% yellow and 31% black.

Hex #615daf color code is between #6655aa web safe hex color code and #5566bb web safe hex color code. #6655aa is the nearest web safe color code. You can see here many more shades of #615daf color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code615daf#615daf
RGB Decimal97, 93, 175rgb(97, 93, 175)
RGB Percent38%, 36%, 69%rgb(38%, 36%, 69%)
CSS RGBa97, 93, 175,1rgba(97,93,175,1)
CMYK Modelcmyk(45%,47%,0%,31%)
HSL Color Space243,34% ,53%hsl(243,34% ,53%)
HSV Color Space243°, 47%, 69%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011000010101110110101111
Octal141135257
Decimal9793175
Hex615daf

Different shades of #615daf color code.

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

Light Shade of #615daf
#827fc0
Dark Shade of #615daf
#4b4891
Saturated Shade of #615daf
#5651bb
Desaturated Shade of #615daf
#6c69a3
Grey scale Shade of #615daf
#868686
Brighten Shade
#7a76c8
Most Readable Shade
#FFFFFF

Shades of #615daf color code

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

#615daf
#56529b
#4b4888
#403e74
#353361
#2b294d
#201f3a
#151426
#0a0a13
#000000

Similar Color like #615daf color

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

#625eb0
#635fb1
#6460b2
#6561b3
#6662b4
#6763b5
#6864b6
#6965b7
#6a66b8
#6b67b9
#6c68ba
#6d69bb
#6e6abc
#6f6bbd
#605cae
#5f5bad
#5e5aac
#5d59ab
#5c58aa
#5b57a9
#5a56a8
#5955a7
#5854a6
#5753a5
#5652a4
#5551a3
#5450a2
#534fa1

Monochromatic Color with #615daf

#615daf
#7974d9
#030305
#1a192f
#32305a
#494684

Tints of #615daf Color

#615daf
#726fb7
#8481c0
#9593c9
#a7a5d2
#b8b7db
#cac9e4
#dbdbed
#ededf6
#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

#615daf
#abaf5d

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

Split Complementary

#615daf
#af8a5d
#82af5d

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

Analogous Color

#5d7aaf
#5d69af
#615daf
#715daf
#825daf

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

#615daf
#af615d
#5daf61

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

#615daf
#af5d82
#abaf5d
#5daf8a

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

#615daf
#abaf5d
#82af5d
#8a5daf

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 #615daf 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.

#615daf Color Code Preview on Black Background Color

This is how #615daf Color will look on black background color. Color contrast ratio is 3.69

#615daf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #615daf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #615daf

#615daf color code is use for CSS Background Color

Background color for the above div is #615daf

HTML with inline CSS

<div style="background-color:#615daf;"></div>

#615daf color code is use for CSS Border Color

CSS Border color for the above div is #615daf

HTML with inline CSS

<div style="border:5px solid #615daf;"></div>

CSS Border Left color for the above div is #615daf

HTML with inline CSS

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

CSS Border Right color for the above div is #615daf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #615daf

HTML with inline CSS

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

CSS Border Top color for the above div is #615daf

HTML with inline CSS

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

#615daf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#615daf Color code Preview on White Background

This is how #615daf Color code will look on white background color. Color contrast ratio is 5.69

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

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,93,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(171,175,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(97,93,175,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>