COLOR #060409

HEX: #060409 RGB: (6,4,9)

Color info

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

RGB color model

#060409 color RGB value is (6,4,9).

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

RGB channels and saturation

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

6
4
9

R + G + B ~ 3%. #060409 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 4 + 9 = 19 (100%)
R 6 of 19 ~ 31.58%
G 4 of 19 ~ 21.05%
B 9 of 19 ~ 47.37'%

%31.58
%21.05
%47.37

CMYK color model

#060409 color CMYK value is (33,56,0,96).

  • cyan value is 33.33%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 96.47%

CMYK: (33,56,0,96)
C33M56Y0K96 (33%, 56%, 0%, 96%)
(0.33 / 0.56 / 0.00 / 0.96)

CMYK percentages

%33.33
%55.56
%0
%96.47

Codes

Color #060409 in popluar color models

06 04 09
RGB 6 4 9
HSL 264° 38.46% 2.55%
HSB/HSV 264° 55.56% 3.53%
CMYK 33.33% 55.56% 0.00%
96.47%

Color #060409 in popluar number systems.

HEX 06 04 09
Decimal 6 4 9
Binary 110 100 1001
Octal 6 4 11

Shades and tints

Tints of #060409

#060409
(6,4,9)
#1C1A1F
(28,26,31)
#323035
(50,48,53)
#48464B
(72,70,75)
#5E5C61
(94,92,97)
#747277
(116,114,119)
#8A888D
(138,136,141)
#A09EA3
(160,158,163)
#B6B4B9
(182,180,185)
#CCCACF
(204,202,207)
#E2E0E5
(226,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060409; }

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

This text font color is #060409.

Background Color

.myBgColor { background-color: #060409; }

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

This div background color is #060409.

Border color

.myBorderColor { border: 1px solid #060409; }

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

This div border color is #060409.

Opacity

.myOpacity80 { color: #060409; opacity: 0.8; }

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

Text with #060409 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 #060409;}

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

This text has shadow with #060409 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060409.

Preview

Color preview on black background

This text has color #060409 on black background.


Color preview on white background

This text has color #060409 on white background.


Black color preview on #060409 background

This text has black color on #060409 background.


White color preview on #060409 background

This text has white color on #060409 background.


Related colors

Complementary color

Complementary color for #hex is #F9FBF6.


I love getcolorcode.com

Triadic colors

1 #090604 and #040906 with #060409 are triadic colors.

2 #090406 and #040609 with #060409 are triadic colors.