crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#6771ea hex color - Blue - Cool color - Information

#6771ea hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #6771ea Color code in RGB color code model is created after adding 40.39% red color, 44.31% green color and 91.76% blue color. Hex #6771ea Color code in CMYK color (process color) code model is generated after subtraction of 56% cyan, 52% magenta, 0% yellow and 8% black.

Hex #6771ea color code is between #6677ee web safe hex color code and #7766dd web safe hex color code. #6677ee is the nearest web safe color code. You can see here many more shades of #6771ea color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code6771ea#6771ea
RGB Decimal103, 113, 234rgb(103, 113, 234)
RGB Percent40%, 44%, 92%rgb(40%, 44%, 92%)
CSS RGBa103, 113, 234,1rgba(103,113,234,1)
CMYK Modelcmyk(56%,52%,0%,8%)
HSL Color Space235,76% ,66%hsl(235,76% ,66%)
HSV Color Space235°, 56%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001110111000111101010
Octal147161352
Decimal103113234
Hex6771ea

Different shades of #6771ea color code.

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

Light Shade of #6771ea
#949bf0
Dark Shade of #6771ea
#3a47e4
Saturated Shade of #6771ea
#5e6af3
Desaturated Shade of #6771ea
#7078e1
Grey scale Shade of #6771ea
#a8a8a8
Brighten Shade
#808aff
Most Readable Shade
#FFFFFF

Shades of #6771ea color code

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

#6771ea
#5b64d0
#5057b6
#444b9c
#393e82
#2d3268
#22254e
#161934
#0b0c1a
#000000

Similar Color like #6771ea color

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

#6872eb
#6973ec
#6a74ed
#6b75ee
#6c76ef
#6d77f0
#6e78f1
#6f79f2
#707af3
#717bf4
#727cf5
#737df6
#747ef7
#757ff8
#6670e9
#656fe8
#646ee7
#636de6
#626ce5
#616be4
#606ae3
#5f69e2
#5e68e1
#5d67e0
#5c66df
#5b65de
#5a64dd
#5963dc

Monochromatic Color with #6771ea

#6771ea
#090a15
#1c1f40
#2f336a
#424895
#545cbf

Tints of #6771ea Color

#6771ea
#7780ec
#8890ee
#99a0f1
#aab0f3
#bbbff5
#cccff8
#dddffa
#eeeffc
#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

#6771ea
#eae067

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

Split Complementary

#6771ea
#ea9e67
#b3ea67

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

Analogous Color

#67a5ea
#678bea
#6771ea
#7767ea
#9167ea

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

#6771ea
#ea6771
#71ea67

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

#6771ea
#ea67b2
#eae067
#67ea9e

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

#6771ea
#eae067
#b3ea67
#9e67ea

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 #6771ea 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.

#6771ea Color Code Preview on Black Background Color

This is how #6771ea Color will look on black background color. Color contrast ratio is 5.13

#6771ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6771ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6771ea

#6771ea color code is use for CSS Background Color

Background color for the above div is #6771ea

HTML with inline CSS

<div style="background-color:#6771ea;"></div>

#6771ea color code is use for CSS Border Color

CSS Border color for the above div is #6771ea

HTML with inline CSS

<div style="border:5px solid #6771ea;"></div>

CSS Border Left color for the above div is #6771ea

HTML with inline CSS

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

CSS Border Right color for the above div is #6771ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6771ea

HTML with inline CSS

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

CSS Border Top color for the above div is #6771ea

HTML with inline CSS

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

#6771ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6771ea Color code Preview on White Background

This is how #6771ea Color code will look on white background color. Color contrast ratio is 4.10

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.