Skip to main content Skip to docs navigation

#6744cd 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 Dragonlord Purple and its hex is #6241C7 Nearest Color Name

Color Hue/Base color: Blue

Hex #6744cd Color code in RGB color code model is created after adding 40.39% red color, 26.67% green color and 80.39% blue color. Hex #6744cd Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 67% magenta, 0% yellow and 19.61% black.

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

RGB Chart

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

Color Table

Hex Color Code 6744cd #6744cd
RGB Decimal 103, 68, 205 103, 68, 205
RGB Percent 40%, 27%, 80% rgb(40%, 27%, 80%)
CSS RGBa 103, 68, 205,1 rgba(103,68,205,1)
CMYK Model cmyk(50%,67%,0%,19.61%)
HSL Color Space 255,58% ,54% hsl(255,58% ,54%)
HSV Color Space 255°, 67%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01100111 01000100 11001101
Octal 147 104 315
Decimal 103 68 205
Hex 67 44 cd

Different shades of #6744cd color code.

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

Darkest of #6744cd
#2b195f
Darker of #6744cd
#3d2487
Dark of #6744cd
#502faf
Base of #6744cd
#6744cd
Light of #6744cd
#886cd8
Lighter
#a894e3
Lightest
#c9bded

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

#6744cd
#aacd44

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

Split Complementary

#6744cd
#cdac44
#65cd44

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

Analogous Color

#4471cd
#445acd
#6744cd
#9544cd
#cd44cc

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

#6744cd
#44cd67
#cd6744

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

#6744cd
#cd6744
#aacd44
#44aacd

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

#6744cd
#cd4465
#aacd44
#44cdac

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 #6744cd

#190f36
#2b195f
#3d2487
#502faf
#6744cd
#886cd8
#a894e3
#c9bded
#eae5f8

Tints of #6744cd Color

#6744cd
#7758d2
#886dd8
#9982dd
#aa97e3
#bbabe8
#ccc0ee
#ddd5f3
#eeeaf9
#ffffff

Shades of #6744cd color code

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

#6744cd
#5b3cb6
#50349f
#442d88
#392571
#2d1e5b
#221644
#160f2d
#0b0716
#000000

Tones

#6744cd
#735cb5
#7e739e
#898989
#898989

Tones

Similar Color like #6744cd color

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

#6845ce
#6946cf
#6a47d0
#6b48d1
#6c49d2
#6d4ad3
#6e4bd4
#6f4cd5
#704dd6
#714ed7
#724fd8
#7350d9
#7451da
#7552db
#6643cc
#6542cb
#6441ca
#6340c9
#623fc8
#613ec7
#603dc6
#5f3cc5
#5e3bc4
#5d3ac3
#5c39c2
#5b38c1
#5a37c0
#5936bf

Download this Dark Blue

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

#6744cd Color Code Preview on Black Background Color

This is how #6744cd Color will look on black background color. Color contrast ratio is 3.29

#6744cd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#6744cd color code is use for CSS Background Color

Background color for the above div is #6744cd

HTML with inline CSS

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

#6744cd color code is use for CSS Border Color

CSS Border color for the above div is #6744cd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#6744cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6744cd Color code Preview on White Background

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

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

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