Skip to main content Skip to docs navigation

#006dbf 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 Sapphire Blue and its hex is #0067BC Nearest Color Name

Color Hue/Base color: Blue

Hex #006dbf Color code in RGB color code model is created after adding 0% red color, 42.75% green color and 74.9% blue color. Hex #006dbf Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 43% magenta, 0% yellow and 25.1% black.

Hex #006dbf color code is between #0066bb web safe hex color code and #0077cc web safe hex color code. #0066bb is the nearest web safe color code. You can see here many more shades of #006dbf color code.

RGB Chart

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

Color Table

Hex Color Code 006dbf #006dbf
RGB Decimal 0, 109, 191 0, 109, 191
RGB Percent 0%, 43%, 75% rgb(0%, 43%, 75%)
CSS RGBa 0, 109, 191,1 rgba(0,109,191,1)
CMYK Model cmyk(100%,43%,0%,25.1%)
HSL Color Space 206,100% ,37% hsl(206,100% ,37%)
HSV Color Space 206°, 100%, 75%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000000 01101101 10111111
Octal 0 155 277
Decimal 0 109 191
Hex 00 6d bf

Different shades of #006dbf color code.

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

Darkest of #006dbf
#001626
Darker of #006dbf
#003359
Dark of #006dbf
#00508c
Base of #006dbf
#006dbf
Light of #006dbf
#008af2
Lighter
#26a2ff
Lightest
#59b8ff

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

#006dbf
#bf5200

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

Split Complementary

#006dbf
#bf000d
#bfb100

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

Analogous Color

#00bfa2
#00bdbf
#006dbf
#002dbf
#2200bf

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

#006dbf
#6dbf00
#bf006d

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

#006dbf
#bf006d
#bf5200
#00bf52

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

#006dbf
#b100bf
#bf5200
#0dbf00

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 #006dbf

#000000
#001626
#003359
#00508c
#006dbf
#008af2
#26a2ff
#59b8ff
#8cceff

Tints of #006dbf Color

#006dbf
#1c7dc6
#388dcd
#559dd4
#71addb
#8dbee2
#aacee9
#c6def0
#e2eef7
#ffffff

Shades of #006dbf color code

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

#006dbf
#0060a9
#005494
#00487f
#003c6a
#003054
#00243f
#00182a
#000c15
#000000

Tones

#006dbf
#136aac
#266899
#396586
#4c6273

Tones

Similar Color like #006dbf color

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

#016ec0
#026fc1
#0370c2
#0471c3
#0572c4
#0673c5
#0774c6
#0875c7
#0976c8
#0a77c9
#0b78ca
#0c79cb
#0d7acc
#0e7bcd
#006cbe
#006bbd
#006abc
#0069bb
#0068ba
#0067b9
#0066b8
#0065b7
#0064b6
#0063b5
#0062b4
#0061b3
#0060b2
#005fb1

Download this Dark Blue

Hex #006dbf 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.

#006dbf Color Code Preview on Black Background Color

This is how #006dbf Color will look on black background color. Color contrast ratio is 3.94

#006dbf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #006dbf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #006dbf

#006dbf color code is use for CSS Background Color

Background color for the above div is #006dbf

HTML with inline CSS

<div style="background-color:#006dbf;"></div>

#006dbf color code is use for CSS Border Color

CSS Border color for the above div is #006dbf

HTML with inline CSS

<div style="border:5px solid #006dbf;"></div>

CSS Border Left color for the above div is #006dbf

HTML with inline CSS

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

CSS Border Right color for the above div is #006dbf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #006dbf

HTML with inline CSS

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

CSS Border Top color for the above div is #006dbf

HTML with inline CSS

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

#006dbf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#006dbf Color code Preview on White Background

This is how #006dbf Color code will look on white background color. Color contrast ratio is 5.33

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

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(0,109,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(191,82,0,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(0,109,191,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }