COLOR #06121D

HEX: #06121D
RGB: (6,18,29)

Color info

#06121D contains red, green and blue colors in about the same proportion. Web safe color of #06121D is #000033 (or #003).

RGB color model

#06121D color RGB value is (6,18,29).

  • red value is 6;
  • green value is 18;
  • blue value is 29.
RGB:
(6,18,29)
(2%,7%,11%)

RGB channels and saturation

R 6 of 255 = 2%
G 18 of 255 = 7%
B 29 of 255 = 11%

6
18
29

R + G + B ~ 7%. #06121D is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 18 + 29 = 53 (100%)
R 6 of 53 ~ 11.32%
G 18 of 53 ~ 33.96%
B 29 of 53 ~ 54.72%

%11.32
%33.96
%54.72

CMYK color model

#06121D color CMYK value is (79,38,0,89).

  • cyan value is 79.31%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(79,38,0,89)
C79M38Y0K89 
(79%,38%,0%,89%)
(0.79/0.38/0.00/0.89)	

CMYK percentages

%79.31
%37.93
%0
%88.63

Codes

Color #06121D in popluar color models

06121D
RGB61829
HSL209°65.71%6.86%
HSB/HSV209°79.31%11.37%
CMYK79.31%37.93%0.00%
88.63%

Color #06121D in popluar number systems.

HEX06121D
Decimal61829
Binary1101001011101
Octal62235

Shades and tints

Shades of #06121D

#06121D
(6,18,29)
#06111B
(6,17,27)
#061019
(6,16,25)
#060F17
(6,15,23)
#060E15
(6,14,21)
#060D13
(6,13,19)
#060C11
(6,12,17)
#060B0F
(6,11,15)
#060A0D
(6,10,13)
#06090B
(6,9,11)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #06121D

#06121D
(6,18,29)
#1C2731
(28,39,49)
#323C45
(50,60,69)
#485159
(72,81,89)
#5E666D
(94,102,109)
#747B81
(116,123,129)
#8A9095
(138,144,149)
#A0A5A9
(160,165,169)
#B6BABD
(182,186,189)
#CCCFD1
(204,207,209)
#E2E4E5
(226,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06121D color. Also use rgb(6,18,29) instead hex code.

Text Font Color

.myTextColor { color: #06121D; }

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

This text font color is #06121D.


Background Color

.myBgColor { background-color: #06121D; }

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

This div background color is #06121D.


Border color

.myBorderColor { border: 1px solid #06121D; }

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

This div border color is #06121D.


Opacity

.myOpacity80 { color: #06121D; opacity: 0.8; }

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

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

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

This text has shadow with #06121D color.

.textShadow {text-shadow: 3px 3px 1px #06121D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06121D;
-webkit-box-shadow: 1px 1px 3px 2px #06121D;
box-shadow:1px 1px 3px 2px #06121D;">
Div content here</div>
This div box has shadow with color #06121D.

Preview

Color preview on black background

This text has color #06121D on black background.


Color preview on white background

This text has color #06121D on white background.



Black color preview on #06121D background

This text has black color on #06121D background.


White color preview on #06121D background

This text has white color on #06121D background.