crispedge.com

Color picker

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

#6fa7cc hex color - Blue - Cool color - Information

#6fa7cc hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #6fa7cc Color code in RGB color code model is created after adding 43.53% red color, 65.49% green color and 80% blue color. Hex #6fa7cc Color code in CMYK color (process color) code model is generated after subtraction of 46% cyan, 18% magenta, 0% yellow and 20% black.

Hex #6fa7cc color code is between #77aabb web safe hex color code and #6699dd web safe hex color code. #77aabb is the nearest web safe color code. You can see here many more shades of #6fa7cc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code6fa7cc#6fa7cc
RGB Decimal111, 167, 204rgb(111, 167, 204)
RGB Percent44%, 65%, 80%rgb(44%, 65%, 80%)
CSS RGBa111, 167, 204,1rgba(111,167,204,1)
CMYK Modelcmyk(46%,18%,0%,20%)
HSL Color Space204,48% ,62%hsl(204,48% ,62%)
HSV Color Space204°, 46%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011011111010011111001100
Octal157247314
Decimal111167204
Hex6fa7cc

Different shades of #6fa7cc color code.

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

Light Shade of #6fa7cc
#95bed9
Dark Shade of #6fa7cc
#4990bf
Saturated Shade of #6fa7cc
#65a9d6
Desaturated Shade of #6fa7cc
#79a5c2
Grey scale Shade of #6fa7cc
#9d9d9d
Brighten Shade
#88c0e5
Most Readable Shade
#000000

Shades of #6fa7cc color code

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

#6fa7cc
#6294b5
#56819e
#4a6f88
#3d5c71
#314a5a
#253744
#18252d
#0c1216
#000000

Similar Color like #6fa7cc color

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

#70a8cd
#71a9ce
#72aacf
#73abd0
#74acd1
#75add2
#76aed3
#77afd4
#78b0d5
#79b1d6
#7ab2d7
#7bb3d8
#7cb4d9
#7db5da
#6ea6cb
#6da5ca
#6ca4c9
#6ba3c8
#6aa2c7
#69a1c6
#68a0c5
#679fc4
#669ec3
#659dc2
#649cc1
#639bc0
#629abf
#6199be

Monochromatic Color with #6fa7cc

#6fa7cc
#86caf6
#121c22
#2a3f4c
#416177
#5884a1

Tints of #6fa7cc Color

#6fa7cc
#7fb0d1
#8fbad7
#9fc4dd
#afcee2
#bfd7e8
#cfe1ee
#dfebf3
#eff5f9
#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

#6fa7cc
#cc946f

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

Split Complementary

#6fa7cc
#cc6f78
#ccc36f

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

Analogous Color

#6fcccc
#6fbacc
#6fa7cc
#6f94cc
#6f82cc

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

#6fa7cc
#cc6fa7
#a7cc6f

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

#6fa7cc
#c26fcc
#cc946f
#78cc6f

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

#6fa7cc
#cc946f
#ccc36f
#6f78cc

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 #6fa7cc 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.

#6fa7cc Color Code Preview on Black Background Color

This is how #6fa7cc Color will look on black background color. Color contrast ratio is 8.08

#6fa7cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6fa7cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6fa7cc

#6fa7cc color code is use for CSS Background Color

Background color for the above div is #6fa7cc

HTML with inline CSS

<div style="background-color:#6fa7cc;"></div>

#6fa7cc color code is use for CSS Border Color

CSS Border color for the above div is #6fa7cc

HTML with inline CSS

<div style="border:5px solid #6fa7cc;"></div>

CSS Border Left color for the above div is #6fa7cc

HTML with inline CSS

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

CSS Border Right color for the above div is #6fa7cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6fa7cc

HTML with inline CSS

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

CSS Border Top color for the above div is #6fa7cc

HTML with inline CSS

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

#6fa7cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6fa7cc Color code Preview on White Background

This is how #6fa7cc Color code will look on white background color. Color contrast ratio is 2.60

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

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.