crispedge.com

Color picker

Loading...

#674dfb hex color - Blue - Cool color - Information

#674dfb hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #674dfb Color code in RGB color code model is created after adding 40.39% red color, 30.2% green color and 98.43% blue color. Hex #674dfb Color code in CMYK color (process color) code model is generated after subtraction of 59% cyan, 69% magenta, 0% yellow and 2% black.

Hex #674dfb color code is between #6655ff web safe hex color code and #7744ee web safe hex color code. #6655ff is the nearest web safe color code. You can see here many more shades of #674dfb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code674dfb#674dfb
RGB Decimal103, 77, 251rgb(103, 77, 251)
RGB Percent40%, 30%, 98%rgb(40%, 30%, 98%)
CSS RGBa103, 77, 251,1rgba(103,77,251,1)
CMYK Modelcmyk(59%,69%,0%,2%)
HSL Color Space249,96% ,64%hsl(249,96% ,64%)
HSV Color Space249°, 69%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001110100110111111011
Octal147115373
Decimal10377251
Hex674dfb

Different shades of #674dfb color code.

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

Light Shade of #674dfb
#927ffc
Dark Shade of #674dfb
#3c1bfa
Saturated Shade of #674dfb
#6449ff
Desaturated Shade of #674dfb
#6d56f2
Grey scale Shade of #674dfb
#a4a4a4
Brighten Shade
#8066ff
Most Readable Shade
#FFFFFF

Shades of #674dfb color code

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

#674dfb
#5b44df
#503bc3
#4433a7
#392a8b
#2d226f
#221953
#161137
#0b081b
#000000

Similar Color like #674dfb color

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

#684efc
#694ffd
#6a50fe
#6b51ff
#6c52ff
#6d53ff
#6e54ff
#6f55ff
#7056ff
#7157ff
#7258ff
#7359ff
#745aff
#755bff
#664cfa
#654bf9
#644af8
#6349f7
#6248f6
#6147f5
#6046f4
#5f45f3
#5e44f2
#5d43f1
#5c42f0
#5b41ef
#5a40ee
#593fed

Monochromatic Color with #674dfb

#674dfb
#100c26
#211951
#33267b
#4433a6
#5640d0

Tints of #674dfb Color

#674dfb
#7760fb
#8874fb
#9988fc
#aa9cfc
#bbaffd
#ccc3fd
#ddd7fe
#eeebfe
#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

#674dfb
#e1fb4d

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

Split Complementary

#674dfb
#fbbe4d
#8afb4d

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

Analogous Color

#4d79fb
#4d56fb
#674dfb
#8a4dfb
#ad4dfb

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

#674dfb
#fb674d
#4dfb67

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

#674dfb
#fb4d8a
#e1fb4d
#4dfbbe

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

#674dfb
#e1fb4d
#8afb4d
#be4dfb

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 #674dfb 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.

#674dfb Color Code Preview on Black Background Color

This is how #674dfb Color will look on black background color. Color contrast ratio is 4.03

#674dfb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #674dfb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #674dfb

#674dfb color code is use for CSS Background Color

Background color for the above div is #674dfb

HTML with inline CSS

<div style="background-color:#674dfb;"></div>

#674dfb color code is use for CSS Border Color

CSS Border color for the above div is #674dfb

HTML with inline CSS

<div style="border:5px solid #674dfb;"></div>

CSS Border Left color for the above div is #674dfb

HTML with inline CSS

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

CSS Border Right color for the above div is #674dfb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #674dfb

HTML with inline CSS

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

CSS Border Top color for the above div is #674dfb

HTML with inline CSS

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

#674dfb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#674dfb Color code Preview on White Background

This is how #674dfb Color code will look on white background color. Color contrast ratio is 5.21

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

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(103,77,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(225,251,77,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(103,77,251,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.