COLOR #061801

HEX: #061801 RGB: (6,24,1)

Color info

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

RGB color model

#061801 color RGB value is (6,24,1).

RGB: (6,24,1) (2%, 9%, 0%)

RGB channels and saturation

R 6 of 255 = 2%
G 24 of 255 = 9%
B 1 of 255 = 0%

6
24
1

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

Portions of RGB colors in percentages

R + G + B = 6 + 24 + 1 = 31 (100%)
R 6 of 31 ~ 19.35%
G 24 of 31 ~ 77.42%
B 1 of 31 ~ 3.23'%

%19.35
%77.42

CMYK color model

#061801 color CMYK value is (75,0,96,91).

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

CMYK: (75,0,96,91)
C75M0Y96K91 (75%, 0%, 96%, 91%)
(0.75 / 0.00 / 0.96 / 0.91)

CMYK percentages

%75
%0
%95.83
%90.59

Codes

Color #061801 in popluar color models

06 18 01
RGB 6 24 1
HSL 107° 92.00% 4.90%
HSB/HSV 107° 95.83% 9.41%
CMYK 75.00% 0.00% 95.83%
90.59%

Color #061801 in popluar number systems.

HEX 06 18 01
Decimal 6 24 1
Binary 110 11000 1
Octal 6 30 1

Shades and tints

Shades of #061801

#061801
(6,24,1)
#061601
(6,22,1)
#061401
(6,20,1)
#061201
(6,18,1)
#061001
(6,16,1)
#060E01
(6,14,1)
#060C01
(6,12,1)
#060A01
(6,10,1)
#060801
(6,8,1)
#060601
(6,6,1)
#060401
(6,4,1)
#000000
(0,0,0)

Tints of #061801

#061801
(6,24,1)
#1C2D18
(28,45,24)
#32422F
(50,66,47)
#485746
(72,87,70)
#5E6C5D
(94,108,93)
#748174
(116,129,116)
#8A968B
(138,150,139)
#A0ABA2
(160,171,162)
#B6C0B9
(182,192,185)
#CCD5D0
(204,213,208)
#E2EAE7
(226,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061801; }

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

This text font color is #061801.

Background Color

.myBgColor { background-color: #061801; }

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

This div background color is #061801.

Border color

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

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

This div border color is #061801.

Opacity

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

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

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

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

This text has shadow with #061801 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #061801.

Preview

Color preview on black background

This text has color #061801 on black background.


Color preview on white background

This text has color #061801 on white background.


Black color preview on #061801 background

This text has black color on #061801 background.


White color preview on #061801 background

This text has white color on #061801 background.


Related colors

Complementary color

Complementary color for #hex is #F9E7FE.


I love getcolorcode.com

Triadic colors

1 #010618 and #180106 with #061801 are triadic colors.

2 #011806 and #180601 with #061801 are triadic colors.