COLOR #06122D

HEX: #06122D RGB: (6,18,45)

Color info

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

RGB color model

#06122D color RGB value is (6,18,45).

RGB: (6,18,45) (2%, 7%, 18%)

RGB channels and saturation

R 6 of 255 = 2%
G 18 of 255 = 7%
B 45 of 255 = 18%

6
18
45

R + G + B ~ 9%. #06122D is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 18 + 45 = 69 (100%)
R 6 of 69 ~ 8.7%
G 18 of 69 ~ 26.09%
B 45 of 69 ~ 65.22'%

%26.09
%65.22

CMYK color model

#06122D color CMYK value is (87,60,0,82).

  • cyan value is 86.67%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK: (87,60,0,82) C87M60Y0K82 (87%,60%,0%,82%) (0.87/0.60/0.00/0.82) 

CMYK percentages

%86.67
%60
%0
%82.35

Codes

Color #06122D in popluar color models

06 12 2D
RGB 6 18 45
HSL 222° 76.47% 10.00%
HSB/HSV 222° 86.67% 17.65%
CMYK 86.67% 60.00% 0.00%
82.35%

Color #06122D in popluar number systems.

HEX 06 12 2D
Decimal 6 18 45
Binary 110 10010 101101
Octal 6 22 55

Shades and tints

Shades of #06122D

#06122D
(6,18,45)
#061129
(6,17,41)
#061025
(6,16,37)
#060F21
(6,15,33)
#060E1D
(6,14,29)
#060D19
(6,13,25)
#060C15
(6,12,21)
#060B11
(6,11,17)
#060A0D
(6,10,13)
#060909
(6,9,9)
#060805
(6,8,5)
#000000
(0,0,0)

Tints of #06122D

#06122D
(6,18,45)
#1C2740
(28,39,64)
#323C53
(50,60,83)
#485166
(72,81,102)
#5E6679
(94,102,121)
#747B8C
(116,123,140)
#8A909F
(138,144,159)
#A0A5B2
(160,165,178)
#B6BAC5
(182,186,197)
#CCCFD8
(204,207,216)
#E2E4EB
(226,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06122D; }

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

This text font color is #06122D.

Background Color

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

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

This div background color is #06122D.

Border color

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

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

This div border color is #06122D.

Opacity

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

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

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

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

This text has shadow with #06122D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06122D.

Preview

Color preview on black background

This text has color #06122D on black background.


Color preview on white background

This text has color #06122D on white background.


Black color preview on #06122D background

This text has black color on #06122D background.


White color preview on #06122D background

This text has white color on #06122D background.


Related colors

Complementary color

Complementary color for #hex is #F9EDD2.


I love getcolorcode.com

Triadic colors

1 #2D0612 and #122D06 with #06122D are triadic colors.

2 #2D1206 and #12062D with #06122D are triadic colors.