COLOR #06112A

HEX: #06112A RGB: (6,17,42)

Color info

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

RGB color model

#06112A color RGB value is (6,17,42).

RGB: (6,17,42) (2%, 7%, 16%)

RGB channels and saturation

R 6 of 255 = 2%
G 17 of 255 = 7%
B 42 of 255 = 16%

6
17
42

R + G + B ~ 8%. #06112A is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 17 + 42 = 65 (100%)
R 6 of 65 ~ 9.23%
G 17 of 65 ~ 26.15%
B 42 of 65 ~ 64.62'%

%26.15
%64.62

CMYK color model

#06112A color CMYK value is (86,60,0,84).

  • cyan value is 85.71%
  • magenta value is 59.52%
  • yellow value is 0.00%
  • key color value is 83.53%

CMYK: (86,60,0,84)
C86M60Y0K84 (86%, 60%, 0%, 84%)
(0.86 / 0.60 / 0.00 / 0.84)

CMYK percentages

%85.71
%59.52
%0
%83.53

Codes

Color #06112A in popluar color models

06 11 2A
RGB 6 17 42
HSL 222° 75.00% 9.41%
HSB/HSV 222° 85.71% 16.47%
CMYK 85.71% 59.52% 0.00%
83.53%

Color #06112A in popluar number systems.

HEX 06 11 2A
Decimal 6 17 42
Binary 110 10001 101010
Octal 6 21 52

Shades and tints

Shades of #06112A

#06112A
(6,17,42)
#061027
(6,16,39)
#060F24
(6,15,36)
#060E21
(6,14,33)
#060D1E
(6,13,30)
#060C1B
(6,12,27)
#060B18
(6,11,24)
#060A15
(6,10,21)
#060912
(6,9,18)
#06080F
(6,8,15)
#06070C
(6,7,12)
#000000
(0,0,0)

Tints of #06112A

#06112A
(6,17,42)
#1C263D
(28,38,61)
#323B50
(50,59,80)
#485063
(72,80,99)
#5E6576
(94,101,118)
#747A89
(116,122,137)
#8A8F9C
(138,143,156)
#A0A4AF
(160,164,175)
#B6B9C2
(182,185,194)
#CCCED5
(204,206,213)
#E2E3E8
(226,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06112A color. Also use rgb(6,17,42) instead hex code.

Text Font Color

.myTextColor { color: #06112A; }

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

This text font color is #06112A.

Background Color

.myBgColor { background-color: #06112A; }

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

This div background color is #06112A.

Border color

.myBorderColor { border: 1px solid #06112A; }

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

This div border color is #06112A.

Opacity

.myOpacity80 { color: #06112A; opacity: 0.8; }

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

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

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

This text has shadow with #06112A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06112A.

Preview

Color preview on black background

This text has color #06112A on black background.


Color preview on white background

This text has color #06112A on white background.


Black color preview on #06112A background

This text has black color on #06112A background.


White color preview on #06112A background

This text has white color on #06112A background.


Related colors

Complementary color

Complementary color for #hex is #F9EED5.


I love getcolorcode.com

Triadic colors

1 #2A0611 and #112A06 with #06112A are triadic colors.

2 #2A1106 and #11062A with #06112A are triadic colors.