crispedge.com

Color picker

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

#6397ad hex color - Blue - Cool color - Information

#6397ad hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #6397ad Color code in RGB color code model is created after adding 38.82% red color, 59.22% green color and 67.84% blue color. Hex #6397ad Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 13% magenta, 0% yellow and 32% black.

Hex #6397ad color code is between #6699aa web safe hex color code and #5588bb web safe hex color code. #6699aa is the nearest web safe color code. You can see here many more shades of #6397ad color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code6397ad#6397ad
RGB Decimal99, 151, 173rgb(99, 151, 173)
RGB Percent39%, 59%, 68%rgb(39%, 59%, 68%)
CSS RGBa99, 151, 173,1rgba(99,151,173,1)
CMYK Modelcmyk(43%,13%,0%,32%)
HSL Color Space198,31% ,53%hsl(198,31% ,53%)
HSV Color Space198°, 43%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011000111001011110101101
Octal143227255
Decimal99151173
Hex6397ad

Different shades of #6397ad color code.

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

Light Shade of #6397ad
#84adbf
Dark Shade of #6397ad
#4c7c91
Saturated Shade of #6397ad
#579cb9
Desaturated Shade of #6397ad
#6f92a1
Grey scale Shade of #6397ad
#888888
Brighten Shade
#7cb0c6
Most Readable Shade
#000000

Shades of #6397ad color code

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

#6397ad
#588699
#4d7586
#426473
#375360
#2c434c
#213239
#162126
#0b1013
#000000

Similar Color like #6397ad color

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

#6498ae
#6599af
#669ab0
#679bb1
#689cb2
#699db3
#6a9eb4
#6b9fb5
#6ca0b6
#6da1b7
#6ea2b8
#6fa3b9
#70a4ba
#71a5bb
#6296ac
#6195ab
#6094aa
#5f93a9
#5e92a8
#5d91a7
#5c90a6
#5b8fa5
#5a8ea4
#598da3
#588ca2
#578ba1
#568aa0
#55899f

Monochromatic Color with #6397ad

#6397ad
#7bbcd7
#020303
#1a282d
#324d58
#4b7282

Tints of #6397ad Color

#6397ad
#74a2b6
#85aebf
#97b9c8
#a8c5d1
#b9d0da
#cbdce3
#dce7ec
#edf3f5
#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

#6397ad
#ad7963

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

Split Complementary

#6397ad
#ad6372
#ad9e63

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

Analogous Color

#63ada5
#63a6ad
#6397ad
#6388ad
#6379ad

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

#6397ad
#ad6397
#97ad63

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

#6397ad
#9e63ad
#ad7963
#72ad63

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

#6397ad
#ad7963
#ad9e63
#6372ad

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 #6397ad 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.

#6397ad Color Code Preview on Black Background Color

This is how #6397ad Color will look on black background color. Color contrast ratio is 6.56

#6397ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6397ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6397ad

#6397ad color code is use for CSS Background Color

Background color for the above div is #6397ad

HTML with inline CSS

<div style="background-color:#6397ad;"></div>

#6397ad color code is use for CSS Border Color

CSS Border color for the above div is #6397ad

HTML with inline CSS

<div style="border:5px solid #6397ad;"></div>

CSS Border Left color for the above div is #6397ad

HTML with inline CSS

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

CSS Border Right color for the above div is #6397ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6397ad

HTML with inline CSS

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

CSS Border Top color for the above div is #6397ad

HTML with inline CSS

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

#6397ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6397ad Color code Preview on White Background

This is how #6397ad Color code will look on white background color. Color contrast ratio is 3.20

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

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.