crispedge.com

Color picker

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

#006ce5 hex color - Blue - Cool color - Information

#006ce5 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #006ce5 Color code in RGB color code model is created after adding 0% red color, 42.35% green color and 89.8% blue color. Hex #006ce5 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 53% magenta, 0% yellow and 10% black.

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

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Code006ce5#006ce5
RGB Decimal0, 108, 229rgb(0, 108, 229)
RGB Percent0%, 42%, 90%rgb(0%, 42%, 90%)
CSS RGBa0, 108, 229,1rgba(0,108,229,1)
CMYK Modelcmyk(100%,53%,0%,10%)
HSL Color Space212,100% ,45%hsl(212,100% ,45%)
HSV Color Space212°, 100%, 90%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000110110011100101
Octal0154345
Decimal0108229
Hex006ce5

Different shades of #006ce5 color code.

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

Light Shade of #006ce5
#1985ff
Dark Shade of #006ce5
#0054b2
Saturated Shade of #006ce5
#006ce5
Desaturated Shade of #006ce5
#0b6dda
Grey scale Shade of #006ce5
#727272
Brighten Shade
#1985fe
Most Readable Shade
#FFFFFF

Shades of #006ce5 color code

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

#006ce5
#0060cb
#0054b2
#004898
#003c7f
#003065
#00244c
#001832
#000c19
#000000

Similar Color like #006ce5 color

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

#016de6
#026ee7
#036fe8
#0470e9
#0571ea
#0672eb
#0773ec
#0874ed
#0975ee
#0a76ef
#0b77f0
#0c78f1
#0d79f2
#0e7af3
#006be4
#006ae3
#0069e2
#0068e1
#0067e0
#0066df
#0065de
#0064dd
#0063dc
#0062db
#0061da
#0060d9
#005fd8
#005ed7

Monochromatic Color with #006ce5

#006ce5
#000810
#001c3b
#003065
#004490
#0058ba

Tints of #006ce5 Color

#006ce5
#1c7ce7
#388cea
#559ded
#71adf0
#8dbdf3
#aacef6
#c6def9
#e2eefc
#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

#006ce5
#e57900

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

Split Complementary

#006ce5
#e50700
#dfe500

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

Analogous Color

#00c8e5
#009ae5
#006ce5
#003ee5
#0010e5

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

#006ce5
#e5006c
#6ce500

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

#006ce5
#e500de
#e57900
#00e506

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

#006ce5
#e57900
#dfe500
#0700e5

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 #006ce5 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.

#006ce5 Color Code Preview on Black Background Color

This is how #006ce5 Color will look on black background color. Color contrast ratio is 4.28

#006ce5 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#006ce5 color code is use for CSS Background Color

Background color for the above div is #006ce5

HTML with inline CSS

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

#006ce5 color code is use for CSS Border Color

CSS Border color for the above div is #006ce5

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#006ce5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#006ce5 Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.