COLOR #061A09

HEX: #061A09 RGB: (6,26,9)

Color info

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

RGB color model

#061A09 color RGB value is (6,26,9).

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

RGB channels and saturation

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

6
26
9

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

Portions of RGB colors in percentages

R + G + B = 6 + 26 + 9 = 41 (100%)
R 6 of 41 ~ 14.63%
G 26 of 41 ~ 63.41%
B 9 of 41 ~ 21.95'%

%14.63
%63.41
%21.95

CMYK color model

#061A09 color CMYK value is (77,0,65,90).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 65.38%
  • key color value is 89.80%

CMYK: (77,0,65,90)
C77M0Y65K90 (77%, 0%, 65%, 90%)
(0.77 / 0.00 / 0.65 / 0.90)

CMYK percentages

%76.92
%0
%65.38
%89.8

Codes

Color #061A09 in popluar color models

06 1A 09
RGB 6 26 9
HSL 129° 62.50% 6.27%
HSB/HSV 129° 76.92% 10.20%
CMYK 76.92% 0.00% 65.38%
89.80%

Color #061A09 in popluar number systems.

HEX 06 1A 09
Decimal 6 26 9
Binary 110 11010 1001
Octal 6 32 11

Shades and tints

Shades of #061A09

#061A09
(6,26,9)
#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)
#000000
(0,0,0)

Tints of #061A09

#061A09
(6,26,9)
#1C2E1F
(28,46,31)
#324235
(50,66,53)
#48564B
(72,86,75)
#5E6A61
(94,106,97)
#747E77
(116,126,119)
#8A928D
(138,146,141)
#A0A6A3
(160,166,163)
#B6BAB9
(182,186,185)
#CCCECF
(204,206,207)
#E2E2E5
(226,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061A09; }

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

This text font color is #061A09.

Background Color

.myBgColor { background-color: #061A09; }

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

This div background color is #061A09.

Border color

.myBorderColor { border: 1px solid #061A09; }

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

This div border color is #061A09.

Opacity

.myOpacity80 { color: #061A09; opacity: 0.8; }

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

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

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

This text has shadow with #061A09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #061A09.

Preview

Color preview on black background

This text has color #061A09 on black background.


Color preview on white background

This text has color #061A09 on white background.


Black color preview on #061A09 background

This text has black color on #061A09 background.


White color preview on #061A09 background

This text has white color on #061A09 background.


Related colors

Complementary color

Complementary color for #hex is #F9E5F6.


I love getcolorcode.com

Triadic colors

1 #09061A and #1A0906 with #061A09 are triadic colors.

2 #091A06 and #1A0609 with #061A09 are triadic colors.