Skip to main content Skip to docs navigation

#6992cd hex color | Download Dark Blue BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Zeus Temple and its hex is #6C94CD Nearest Color Name

Color Hue/Base color: Blue

Hex #6992cd Color code in RGB color code model is created after adding 41.18% red color, 57.25% green color and 80.39% blue color. Hex #6992cd Color code in CMYK color (process color) code model is generated after subtraction of 49% cyan, 29% magenta, 0% yellow and 19.61% black.

Hex #6992cd color code is between #6699cc web safe hex color code and #7788dd web safe hex color code. #6699cc is the nearest web safe color code. You can see here many more shades of #6992cd color code.

RGB Chart

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

Color Table

Hex Color Code 6992cd #6992cd
RGB Decimal 105, 146, 205 105, 146, 205
RGB Percent 41%, 57%, 80% rgb(41%, 57%, 80%)
CSS RGBa 105, 146, 205,1 rgba(105,146,205,1)
CMYK Model cmyk(49%,29%,0%,19.61%)
HSL Color Space 215,50% ,61% hsl(215,50% ,61%)
HSV Color Space 215°, 49%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01101001 10010010 11001101
Octal 151 222 315
Decimal 105 146 205
Hex 69 92 cd

Different shades of #6992cd color code.

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

Darkest of #6992cd
#274776
Darker of #6992cd
#345f9c
Dark of #6992cd
#4376c0
Base of #6992cd
#6992cd
Light of #6992cd
#8faeda
Lighter
#b5cae6
Lightest
#dce5f3

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

#6992cd
#cda469

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

Split Complementary

#6992cd
#cd7269
#c4cd69

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

Analogous Color

#69cccd
#69bccd
#6992cd
#6971cd
#8b69cd

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

#6992cd
#92cd69
#cd6992

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

#6992cd
#cd6992
#cda469
#69cda4

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#6992cd
#cd69c4
#cda469
#69cd72

Square 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).

Monochromatic Color with #6992cd

#1a304f
#274776
#345f9c
#4376c0
#6992cd
#8faeda
#b5cae6
#dce5f3
#ffffff

Tints of #6992cd Color

#6992cd
#799ed2
#8aaad8
#9bb6dd
#abc2e3
#bccee8
#cddaee
#dde6f3
#eef2f9
#ffffff

Shades of #6992cd color code

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

#6992cd
#5d81b6
#51719f
#466188
#3a5171
#2e405b
#233044
#17202d
#0b1016
#000000

Tones

#6992cd
#7d96b9
#9199a5
#9b9b9b
#9b9b9b

Tones

Similar Color like #6992cd color

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

#6a93ce
#6b94cf
#6c95d0
#6d96d1
#6e97d2
#6f98d3
#7099d4
#719ad5
#729bd6
#739cd7
#749dd8
#759ed9
#769fda
#77a0db
#6891cc
#6790cb
#668fca
#658ec9
#648dc8
#638cc7
#628bc6
#618ac5
#6089c4
#5f88c3
#5e87c2
#5d86c1
#5c85c0
#5b84bf

Download this Dark Blue

Hex #6992cd 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.

#6992cd Color Code Preview on Black Background Color

This is how #6992cd Color will look on black background color. Color contrast ratio is 6.59

#6992cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6992cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6992cd

#6992cd color code is use for CSS Background Color

Background color for the above div is #6992cd

HTML with inline CSS

<div style="background-color:#6992cd;"></div>

#6992cd color code is use for CSS Border Color

CSS Border color for the above div is #6992cd

HTML with inline CSS

<div style="border:5px solid #6992cd;"></div>

CSS Border Left color for the above div is #6992cd

HTML with inline CSS

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

CSS Border Right color for the above div is #6992cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6992cd

HTML with inline CSS

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

CSS Border Top color for the above div is #6992cd

HTML with inline CSS

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

#6992cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6992cd Color code Preview on White Background

This is how #6992cd Color code will look on white background color. Color contrast ratio is 3.18

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(105,146,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(205,164,105,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(105,146,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }