Skip to main content Skip to docs navigation

#643fdb 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 Majorelle Blue and its hex is #6050DC Nearest Color Name

Color Hue/Base color: Blue

Hex #643fdb Color code in RGB color code model is created after adding 39.22% red color, 24.71% green color and 85.88% blue color. Hex #643fdb Color code in CMYK color (process color) code model is generated after subtraction of 54% cyan, 71% magenta, 0% yellow and 14.12% black.

Hex #643fdb color code is between #6644dd web safe hex color code and #5533cc web safe hex color code. #6644dd is the nearest web safe color code. You can see here many more shades of #643fdb color code.

RGB Chart

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

Color Table

Hex Color Code 643fdb #643fdb
RGB Decimal 100, 63, 219 100, 63, 219
RGB Percent 39%, 25%, 86% rgb(39%, 25%, 86%)
CSS RGBa 100, 63, 219,1 rgba(100,63,219,1)
CMYK Model cmyk(54%,71%,0%,14.12%)
HSL Color Space 254,68% ,55% hsl(254,68% ,55%)
HSV Color Space 254°, 71%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01100100 00111111 11011011
Octal 144 77 333
Decimal 100 63 219
Hex 64 3f db

Different shades of #643fdb color code.

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

Darkest of #643fdb
#29146d
Darker of #643fdb
#3a1c98
Dark of #643fdb
#4a24c3
Base of #643fdb
#643fdb
Light of #643fdb
#876ae3
Lighter
#a995eb
Lightest
#ccc0f3

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

#643fdb
#b6db3f

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

Split Complementary

#643fdb
#dbb23f
#68db3f

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

Analogous Color

#3f75db
#3f5bdb
#643fdb
#983fdb
#d93fdb

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

#643fdb
#3fdb64
#db643f

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

#643fdb
#db643f
#b6db3f
#3fb6db

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

#643fdb
#db3f68
#b6db3f
#3fdbb2

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 #643fdb

#190c42
#29146d
#3a1c98
#4a24c3
#643fdb
#876ae3
#a995eb
#ccc0f3
#efebfb

Tints of #643fdb Color

#643fdb
#7554df
#8669e3
#977fe7
#a894eb
#baa9ef
#cbbff3
#dcd4f7
#ede9fb
#ffffff

Shades of #643fdb color code

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

#643fdb
#5838c2
#4d31aa
#422a92
#372379
#2c1c61
#211549
#160e30
#0b0718
#000000

Tones

#643fdb
#7056c4
#7c6dad
#888397
#8d8d8d

Tones

Similar Color like #643fdb color

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

#6540dc
#6641dd
#6742de
#6843df
#6944e0
#6a45e1
#6b46e2
#6c47e3
#6d48e4
#6e49e5
#6f4ae6
#704be7
#714ce8
#724de9
#633eda
#623dd9
#613cd8
#603bd7
#5f3ad6
#5e39d5
#5d38d4
#5c37d3
#5b36d2
#5a35d1
#5934d0
#5833cf
#5732ce
#5631cd

Download this Dark Blue

Hex #643fdb 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.

#643fdb Color Code Preview on Black Background Color

This is how #643fdb Color will look on black background color. Color contrast ratio is 3.28

#643fdb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #643fdb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #643fdb

#643fdb color code is use for CSS Background Color

Background color for the above div is #643fdb

HTML with inline CSS

<div style="background-color:#643fdb;"></div>

#643fdb color code is use for CSS Border Color

CSS Border color for the above div is #643fdb

HTML with inline CSS

<div style="border:5px solid #643fdb;"></div>

CSS Border Left color for the above div is #643fdb

HTML with inline CSS

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

CSS Border Right color for the above div is #643fdb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #643fdb

HTML with inline CSS

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

CSS Border Top color for the above div is #643fdb

HTML with inline CSS

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

#643fdb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#643fdb Color code Preview on White Background

This is how #643fdb Color code will look on white background color. Color contrast ratio is 6.41

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

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