COLOR #061809

HEX: #061809 RGB: (6,24,9)

Color info

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

RGB color model

#061809 color RGB value is (6,24,9).

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

RGB channels and saturation

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

6
24
9

R + G + B ~ 5%. #061809 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 24 + 9 = 39 (100%)
R 6 of 39 ~ 15.38%
G 24 of 39 ~ 61.54%
B 9 of 39 ~ 23.08'%

%15.38
%61.54
%23.08

CMYK color model

#061809 color CMYK value is (75,0,63,91).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 90.59%

CMYK: (75,0,63,91)
C75M0Y63K91 (75%, 0%, 63%, 91%)
(0.75 / 0.00 / 0.63 / 0.91)

CMYK percentages

%75
%0
%62.5
%90.59

Codes

Color #061809 in popluar color models

06 18 09
RGB 6 24 9
HSL 130° 60.00% 5.88%
HSB/HSV 130° 75.00% 9.41%
CMYK 75.00% 0.00% 62.50%
90.59%

Color #061809 in popluar number systems.

HEX 06 18 09
Decimal 6 24 9
Binary 110 11000 1001
Octal 6 30 11

Shades and tints

Shades of #061809

#061809
(6,24,9)
#061609
(6,22,9)
#061409
(6,20,9)
#061209
(6,18,9)
#061009
(6,16,9)
#060E09
(6,14,9)
#060C09
(6,12,9)
#060A09
(6,10,9)
#060809
(6,8,9)
#060609
(6,6,9)
#060409
(6,4,9)
#000000
(0,0,0)

Tints of #061809

#061809
(6,24,9)
#1C2D1F
(28,45,31)
#324235
(50,66,53)
#48574B
(72,87,75)
#5E6C61
(94,108,97)
#748177
(116,129,119)
#8A968D
(138,150,141)
#A0ABA3
(160,171,163)
#B6C0B9
(182,192,185)
#CCD5CF
(204,213,207)
#E2EAE5
(226,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061809; }

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

This text font color is #061809.

Background Color

.myBgColor { background-color: #061809; }

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

This div background color is #061809.

Border color

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

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

This div border color is #061809.

Opacity

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

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

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

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

This text has shadow with #061809 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #061809.

Preview

Color preview on black background

This text has color #061809 on black background.


Color preview on white background

This text has color #061809 on white background.


Black color preview on #061809 background

This text has black color on #061809 background.


White color preview on #061809 background

This text has white color on #061809 background.


Related colors

Complementary color

Complementary color for #hex is #F9E7F6.


I love getcolorcode.com

Triadic colors

1 #090618 and #180906 with #061809 are triadic colors.

2 #091806 and #180609 with #061809 are triadic colors.