@
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.

#06049c hex color - Blue - Cool color - Information

#06049c hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #06049c Color code in RGB color code model is created after adding 2.35% red color, 1.57% green color and 61.18% blue color. Hex #06049c Color code in CMYK color (process color) code model is generated after subtraction of 96% cyan, 97% magenta, 0% yellow and 38.82% black.

Hex #06049c color code is between #000099 web safe hex color code and #0000aa web safe hex color code. #000099 is the nearest web safe color code. You can see here many more shades of #06049c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 06049c #06049c
RGB Decimal 6, 4, 156 rgb(6, 4, 156)
RGB Percent 2%, 2%, 61% rgb(2%, 2%, 61%)
CSS RGBa 6, 4, 156,1 rgba(6,4,156,1)
CMYK Model cmyk(96%,97%,0%,38.82%)
HSL Color Space 241,95% ,31% hsl(241,95% ,31%)
HSV Color Space 241°, 97%, 61%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000110 00000100 10011100
Octal 6 4 234
Decimal 6 4 156
Hex 06 04 9c

Different shades of #06049c color code.

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

Light Shade of #06049c
#0805ce
Dark Shade of #06049c
#04036a
Saturated Shade of #06049c
#0200a0
Desaturated Shade of #06049c
#0e0c94
Grey scale Shade of #06049c
#505050
Brighten Shade
#1f1db5
Most Readable Shade
#FFFFFF

Shades of #06049c color code

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

#06049c
#05038a
#040379
#040268
#030256
#020145
#020134
#010022
#000011
#000000

Similar Color like #06049c color

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

#07059d
#08069e
#09079f
#0a08a0
#0b09a1
#0c0aa2
#0d0ba3
#0e0ca4
#0f0da5
#100ea6
#110fa7
#1210a8
#1311a9
#1412aa
#05039b
#04029a
#030199
#020098
#010097
#000096
#000095
#000094
#000093
#000092
#000091
#000090
#00008f
#00008e

Monochromatic Color with #06049c

#06049c
#0805c6
#0906f1
#01011c
#030247
#040371

Tints of #06049c Color

#06049c
#211fa7
#3d3bb2
#5957bd
#7473c8
#908fd3
#acabde
#c7c7e9
#e3e3f4
#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

#06049c
#9a9c04

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

Split Complementary

#06049c
#9c5204
#4e9c04

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

Analogous Color

#043f9c
#04209c
#06049c
#24049c
#43049c

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

#06049c
#9c0604
#049c06

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

#06049c
#9c044e
#9a9c04
#049c52

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

#06049c
#9a9c04
#4e9c04
#52049c

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 #06049c 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.

#06049c Color Code Preview on Black Background Color

This is how #06049c Color will look on black background color. Color contrast ratio is 1.51

#06049c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #06049c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #06049c

#06049c color code is use for CSS Background Color

Background color for the above div is #06049c

HTML with inline CSS

<div style="background-color:#06049c;"></div>

#06049c color code is use for CSS Border Color

CSS Border color for the above div is #06049c

HTML with inline CSS

<div style="border:5px solid #06049c;"></div>

CSS Border Left color for the above div is #06049c

HTML with inline CSS

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

CSS Border Right color for the above div is #06049c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #06049c

HTML with inline CSS

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

CSS Border Top color for the above div is #06049c

HTML with inline CSS

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

#06049c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#06049c Color code Preview on White Background

This is how #06049c Color code will look on white background color. Color contrast ratio is 13.95

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(6,4,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(154,156,4,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(6,4,156,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.