@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#676efc hex color - Blue - Cool color - Information

#676efc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #676efc Color code in RGB color code model is created after adding 40.39% red color, 43.14% green color and 98.82% blue color. Hex #676efc Color code in CMYK color (process color) code model is generated after subtraction of 59% cyan, 56% magenta, 0% yellow and 1.18% black.

Hex #676efc color code is between #6666ff web safe hex color code and #7777ee web safe hex color code. #6666ff is the nearest web safe color code. You can see here many more shades of #676efc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code676efc#676efc
RGB Decimal103, 110, 252rgb(103, 110, 252)
RGB Percent40%, 43%, 99%rgb(40%, 43%, 99%)
CSS RGBa103, 110, 252,1rgba(103,110,252,1)
CMYK Modelcmyk(59%,56%,0%,1.18%)
HSL Color Space237,96% ,70%hsl(237,96% ,70%)
HSV Color Space237°, 59%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001110110111011111100
Octal147156374
Decimal103110252
Hex676efc

Different shades of #676efc color code.

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

Light Shade of #676efc
#999efd
Dark Shade of #676efc
#353efb
Saturated Shade of #676efc
#646bff
Desaturated Shade of #676efc
#6f75f4
Grey scale Shade of #676efc
#b1b1b1
Brighten Shade
#8087ff
Most Readable Shade
#FFFFFF

Shades of #676efc color code

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

#676efc
#5b61e0
#5055c4
#4449a8
#393d8c
#2d3070
#222454
#161838
#0b0c1c
#000000

Similar Color like #676efc color

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

#686ffd
#6970fe
#6a71ff
#6b72ff
#6c73ff
#6d74ff
#6e75ff
#6f76ff
#7077ff
#7178ff
#7279ff
#737aff
#747bff
#757cff
#666dfb
#656cfa
#646bf9
#636af8
#6269f7
#6168f6
#6067f5
#5f66f4
#5e65f3
#5d64f2
#5c63f1
#5b62f0
#5a61ef
#5960ee

Monochromatic Color with #676efc

#676efc
#101127
#222452
#33367c
#4449a7
#565bd1

Tints of #676efc Color

#676efc
#777efc
#888efc
#999efd
#aaaefd
#bbbefd
#cccefe
#dddefe
#eeeefe
#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

#676efc
#fcf567

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

Split Complementary

#676efc
#fcab67
#b8fc67

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

Analogous Color

#67aafc
#678cfc
#676efc
#7e67fc
#9c67fc

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

#676efc
#fc676e
#6efc67

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

#676efc
#fc67b8
#fcf567
#67fcaa

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

#676efc
#fcf567
#b8fc67
#ab67fc

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 #676efc 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.

#676efc Color Code Preview on Black Background Color

This is how #676efc Color will look on black background color. Color contrast ratio is 5.21

#676efc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #676efc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #676efc

#676efc color code is use for CSS Background Color

Background color for the above div is #676efc

HTML with inline CSS

<div style="background-color:#676efc;"></div>

#676efc color code is use for CSS Border Color

CSS Border color for the above div is #676efc

HTML with inline CSS

<div style="border:5px solid #676efc;"></div>

CSS Border Left color for the above div is #676efc

HTML with inline CSS

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

CSS Border Right color for the above div is #676efc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #676efc

HTML with inline CSS

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

CSS Border Top color for the above div is #676efc

HTML with inline CSS

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

#676efc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#676efc Color code Preview on White Background

This is how #676efc Color code will look on white background color. Color contrast ratio is 4.03

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

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,110,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(252,245,103,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(103,110,252,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.