crispedge.com

Color picker

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

#6470db hex color - Blue - Cool color - Information

#6470db hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #6470db Color code in RGB color code model is created after adding 39.22% red color, 43.92% green color and 85.88% blue color. Hex #6470db Color code in CMYK color (process color) code model is generated after subtraction of 54% cyan, 49% magenta, 0% yellow and 14% black.

Hex #6470db color code is between #6677dd web safe hex color code and #5566cc web safe hex color code. #6677dd is the nearest web safe color code. You can see here many more shades of #6470db color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code6470db#6470db
RGB Decimal100, 112, 219rgb(100, 112, 219)
RGB Percent39%, 44%, 86%rgb(39%, 44%, 86%)
CSS RGBa100, 112, 219,1rgba(100,112,219,1)
CMYK Modelcmyk(54%,49%,0%,14%)
HSL Color Space234,62% ,63%hsl(234,62% ,63%)
HSV Color Space234°, 54%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001000111000011011011
Octal144160333
Decimal100112219
Hex6470db

Different shades of #6470db color code.

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

Light Shade of #6470db
#8d96e5
Dark Shade of #6470db
#3b4ad1
Saturated Shade of #6470db
#5a68e5
Desaturated Shade of #6470db
#6e78d1
Grey scale Shade of #6470db
#9f9f9f
Brighten Shade
#7d89f4
Most Readable Shade
#FFFFFF

Shades of #6470db color code

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

#6470db
#5863c2
#4d57aa
#424a92
#373e79
#2c3161
#212549
#161830
#0b0c18
#000000

Similar Color like #6470db color

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

#6571dc
#6672dd
#6773de
#6874df
#6975e0
#6a76e1
#6b77e2
#6c78e3
#6d79e4
#6e7ae5
#6f7be6
#707ce7
#717de8
#727ee9
#636fda
#626ed9
#616dd8
#606cd7
#5f6bd6
#5e6ad5
#5d69d4
#5c68d3
#5b67d2
#5a66d1
#5965d0
#5864cf
#5763ce
#5662cd

Monochromatic Color with #6470db

#6470db
#030306
#161931
#2a2f5b
#3d4586
#515ab0

Tints of #6470db Color

#6470db
#757fdf
#868fe3
#979fe7
#a8afeb
#babfef
#cbcff3
#dcdff7
#edeffb
#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

#6470db
#dbcf64

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

Split Complementary

#6470db
#db9364
#acdb64

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

Analogous Color

#64a0db
#6488db
#6470db
#7064db
#8864db

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

#6470db
#db6470
#70db64

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

#6470db
#db64ab
#dbcf64
#64db93

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

#6470db
#dbcf64
#acdb64
#9364db

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 #6470db 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.

#6470db Color Code Preview on Black Background Color

This is how #6470db Color will look on black background color. Color contrast ratio is 4.88

#6470db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6470db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6470db

#6470db color code is use for CSS Background Color

Background color for the above div is #6470db

HTML with inline CSS

<div style="background-color:#6470db;"></div>

#6470db color code is use for CSS Border Color

CSS Border color for the above div is #6470db

HTML with inline CSS

<div style="border:5px solid #6470db;"></div>

CSS Border Left color for the above div is #6470db

HTML with inline CSS

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

CSS Border Right color for the above div is #6470db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6470db

HTML with inline CSS

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

CSS Border Top color for the above div is #6470db

HTML with inline CSS

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

#6470db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6470db Color code Preview on White Background

This is how #6470db Color code will look on white background color. Color contrast ratio is 4.30

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

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.