crispedge.com

Color picker

Loading...

#060a0a hex color - Blue - Cool color - Information

#060a0a hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #060a0a Color code in RGB color code model is created after adding 2.35% red color, 3.92% green color and 3.92% blue color. Hex #060a0a Color code in CMYK color (process color) code model is generated after subtraction of 40% cyan, 0% magenta, 0% yellow and 96% black.

Hex #060a0a color code is between #001111 web safe hex color code and #000000 web safe hex color code. #001111 is the nearest web safe color code. You can see here many more shades of #060a0a color code.

0 Likes 0 Comments | 8 Views

RGB Chart

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

Color Table

Hex Color Code060a0a#060a0a
RGB Decimal6, 10, 10rgb(6, 10, 10)
RGB Percent2%, 4%, 4%rgb(2%, 4%, 4%)
CSS RGBa6, 10, 10,1rgba(6,10,10,1)
CMYK Modelcmyk(40%,0%,0%,96%)
HSL Color Space180,25% ,3%hsl(180,25% ,3%)
HSV Color Space180°, 40%, 4%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001100000101000001010
Octal61212
Decimal61010
Hex060a0a

Different shades of #060a0a color code.

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

Light Shade of #060a0a
#192a2a
Dark Shade of #060a0a
#000000
Saturated Shade of #060a0a
#050b0b
Desaturated Shade of #060a0a
#070909
Grey scale Shade of #060a0a
#080808
Brighten Shade
#1f2323
Most Readable Shade
#FFFFFF

Shades of #060a0a color code

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

#060a0a
#050808
#040707
#040606
#030505
#020404
#020303
#010202
#000101
#000000

Similar Color like #060a0a color

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

#070b0b
#080c0c
#090d0d
#0a0e0e
#0b0f0f
#0c1010
#0d1111
#0e1212
#0f1313
#101414
#111515
#121616
#131717
#141818
#050909
#040808
#030707
#020606
#010505
#000404
#000303
#000202
#000101
#000000

Monochromatic Color with #060a0a

#060a0a
#1f3434
#395f5f
#528989
#6cb4b4
#85dede

Tints of #060a0a Color

#060a0a
#212525
#3d4040
#595b5b
#747676
#909292
#acadad
#c7c8c8
#e3e3e3
#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

#060a0a
#0a0606

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

Split Complementary

#060a0a
#0a0608
#0a0806

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

Analogous Color

#060a08
#060a09
#060a0a
#06090a
#06080a

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

#060a0a
#0a060a
#0a0a06

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

#060a0a
#08060a
#0a0606
#080a06

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

#060a0a
#0a0606
#0a0806
#06080a

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 #060a0a 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.

#060a0a Color Code Preview on Black Background Color

This is how #060a0a Color will look on black background color. Color contrast ratio is 1.06

#060a0a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #060a0a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #060a0a

#060a0a color code is use for CSS Background Color

Background color for the above div is #060a0a

HTML with inline CSS

<div style="background-color:#060a0a;"></div>

#060a0a color code is use for CSS Border Color

CSS Border color for the above div is #060a0a

HTML with inline CSS

<div style="border:5px solid #060a0a;"></div>

CSS Border Left color for the above div is #060a0a

HTML with inline CSS

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

CSS Border Right color for the above div is #060a0a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #060a0a

HTML with inline CSS

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

CSS Border Top color for the above div is #060a0a

HTML with inline CSS

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

#060a0a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#060a0a Color code Preview on White Background

This is how #060a0a Color code will look on white background color. Color contrast ratio is 19.89

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

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

0 Likes 0 Comments | 8 Views

Post your comment:-

By submitting comment you agree to our privacy policy.