crispedge.com

Color picker

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

#6973cc hex color - Blue - Cool color - Information

#6973cc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #6973cc Color code in RGB color code model is created after adding 41.18% red color, 45.1% green color and 80% blue color. Hex #6973cc Color code in CMYK color (process color) code model is generated after subtraction of 49% cyan, 44% magenta, 0% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code6973cc#6973cc
RGB Decimal105, 115, 204rgb(105, 115, 204)
RGB Percent41%, 45%, 80%rgb(41%, 45%, 80%)
CSS RGBa105, 115, 204,1rgba(105,115,204,1)
CMYK Modelcmyk(49%,44%,0%,20%)
HSL Color Space234,49% ,61%hsl(234,49% ,61%)
HSV Color Space234°, 49%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011010010111001111001100
Octal151163314
Decimal105115204
Hex6973cc

Different shades of #6973cc color code.

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

Light Shade of #6973cc
#8f96d9
Dark Shade of #6973cc
#434fbf
Saturated Shade of #6973cc
#5f6bd6
Desaturated Shade of #6973cc
#737bc2
Grey scale Shade of #6973cc
#9a9a9a
Brighten Shade
#828ce5
Most Readable Shade
#FFFFFF

Shades of #6973cc color code

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

#6973cc
#5d66b5
#51599e
#464c88
#3a3f71
#2e335a
#232644
#17192d
#0b0c16
#000000

Similar Color like #6973cc color

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

#6a74cd
#6b75ce
#6c76cf
#6d77d0
#6e78d1
#6f79d2
#707ad3
#717bd4
#727cd5
#737dd6
#747ed7
#757fd8
#7680d9
#7781da
#6872cb
#6771ca
#6670c9
#656fc8
#646ec7
#636dc6
#626cc5
#616bc4
#606ac3
#5f69c2
#5e68c1
#5d67c0
#5c66bf
#5b65be

Monochromatic Color with #6973cc

#6973cc
#7f8bf6
#111322
#272b4c
#3d4377
#535ba1

Tints of #6973cc Color

#6973cc
#7982d1
#8a92d7
#9ba1dd
#abb1e2
#bcc0e8
#cdd0ee
#dddff3
#eeeff9
#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

#6973cc
#ccc269

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

Split Complementary

#6973cc
#cc9169
#a5cc69

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

Analogous Color

#699bcc
#6987cc
#6973cc
#7369cc
#8769cc

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

#6973cc
#cc6973
#73cc69

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

#6973cc
#cc69a4
#ccc269
#69cc90

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

#6973cc
#ccc269
#a5cc69
#9169cc

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 #6973cc 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.

#6973cc Color Code Preview on Black Background Color

This is how #6973cc Color will look on black background color. Color contrast ratio is 4.92

#6973cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6973cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6973cc

#6973cc color code is use for CSS Background Color

Background color for the above div is #6973cc

HTML with inline CSS

<div style="background-color:#6973cc;"></div>

#6973cc color code is use for CSS Border Color

CSS Border color for the above div is #6973cc

HTML with inline CSS

<div style="border:5px solid #6973cc;"></div>

CSS Border Left color for the above div is #6973cc

HTML with inline CSS

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

CSS Border Right color for the above div is #6973cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6973cc

HTML with inline CSS

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

CSS Border Top color for the above div is #6973cc

HTML with inline CSS

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

#6973cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6973cc Color code Preview on White Background

This is how #6973cc Color code will look on white background color. Color contrast ratio is 4.26

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

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.