COLOR #060D09

HEX: #060D09 RGB: (6,13,9)

Color info

#060D09 contains red, green and blue colors in about the same proportion. Web safe color of #060D09 is #000000 (or #000).

RGB color model

#060D09 color RGB value is (6,13,9).

RGB: (6,13,9) (2%, 5%, 4%)

RGB channels and saturation

R 6 of 255 = 2%
G 13 of 255 = 5%
B 9 of 255 = 4%

6
13
9

R + G + B ~ 4%. #060D09 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 13 + 9 = 28 (100%)
R 6 of 28 ~ 21.43%
G 13 of 28 ~ 46.43%
B 9 of 28 ~ 32.14'%

%21.43
%46.43
%32.14

CMYK color model

#060D09 color CMYK value is (54,0,31,95).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 94.90%

CMYK: (54,0,31,95)
C54M0Y31K95 (54%, 0%, 31%, 95%)
(0.54 / 0.00 / 0.31 / 0.95)

CMYK percentages

%53.85
%0
%30.77
%94.9

Codes

Color #060D09 in popluar color models

06 0D 09
RGB 6 13 9
HSL 146° 36.84% 3.73%
HSB/HSV 146° 53.85% 5.10%
CMYK 53.85% 0.00% 30.77%
94.90%

Color #060D09 in popluar number systems.

HEX 06 0D 09
Decimal 6 13 9
Binary 110 1101 1001
Octal 6 15 11

Shades and tints

Shades of #060D09

#060D09
(6,13,9)
#060C09
(6,12,9)
#060B09
(6,11,9)
#060A09
(6,10,9)
#060909
(6,9,9)
#060809
(6,8,9)
#060709
(6,7,9)
#060609
(6,6,9)
#060509
(6,5,9)
#060409
(6,4,9)
#060309
(6,3,9)
#000000
(0,0,0)

Tints of #060D09

#060D09
(6,13,9)
#1C231F
(28,35,31)
#323935
(50,57,53)
#484F4B
(72,79,75)
#5E6561
(94,101,97)
#747B77
(116,123,119)
#8A918D
(138,145,141)
#A0A7A3
(160,167,163)
#B6BDB9
(182,189,185)
#CCD3CF
(204,211,207)
#E2E9E5
(226,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060D09 color. Also use rgb(6,13,9) instead hex code.

Text Font Color

.myTextColor { color: #060D09; }

<p style="color:#060D09">This sample text font color is #060D09.</p>

This text font color is #060D09.

Background Color

.myBgColor { background-color: #060D09; }

<div style="background-color:#060D09">Inner text</div>

This div background color is #060D09.

Border color

.myBorderColor { border: 1px solid #060D09; }

<div style="border:3px solid #060D09">Div</div>

This div border color is #060D09.

Opacity

.myOpacity80 { color: #060D09; opacity: 0.8; }

<p style="color:#060D09;opacity:0.8;">80%</p>

Text with #060D09 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #060D09;}

<p style="text-shadow: 3px 3px 1px #060D09">Text here.</p>

This text has shadow with #060D09 color.


.textShadow {text-shadow: 3px 3px 1px #060D09', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #060D09, 5px 5px 20px red">Text here.</p>

This text has shadow with #060D09 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#060D09, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#060D09, Direction=45, Strength=4)">Text</p>

This text has shadow with #060D09 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #060D09;
-webkit-box-shadow: 1px 1px 3px 2px #060D09;
box-shadow: 1px 1px 3px 2px #060D09;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #060D09; -webkit-box-shadow: 1px 1px 3px 2px #060D09; box-shadow:1px 1px 3px 2px #060D09;">
Div content here
</div>

This div box has shadow with color #060D09.

Preview

Color preview on black background

This text has color #060D09 on black background.


Color preview on white background

This text has color #060D09 on white background.


Black color preview on #060D09 background

This text has black color on #060D09 background.


White color preview on #060D09 background

This text has white color on #060D09 background.


Related colors

Complementary color

Complementary color for #hex is #F9F2F6.


I love getcolorcode.com

Triadic colors

1 #09060D and #0D0906 with #060D09 are triadic colors.

2 #090D06 and #0D0609 with #060D09 are triadic colors.