COLOR #06111E

HEX: #06111E RGB: (6,17,30)

Color info

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

RGB color model

#06111E color RGB value is (6,17,30).

RGB: (6,17,30) (2%, 7%, 12%)

RGB channels and saturation

R 6 of 255 = 2%
G 17 of 255 = 7%
B 30 of 255 = 12%

6
17
30

R + G + B ~ 7%. #06111E is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 17 + 30 = 53 (100%)
R 6 of 53 ~ 11.32%
G 17 of 53 ~ 32.08%
B 30 of 53 ~ 56.6'%

%11.32
%32.08
%56.6

CMYK color model

#06111E color CMYK value is (80,43,0,88).

  • cyan value is 80.00%
  • magenta value is 43.33%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (80,43,0,88)
C80M43Y0K88 (80%, 43%, 0%, 88%)
(0.80 / 0.43 / 0.00 / 0.88)

CMYK percentages

%80
%43.33
%0
%88.24

Codes

Color #06111E in popluar color models

06 11 1E
RGB 6 17 30
HSL 213° 66.67% 7.06%
HSB/HSV 213° 80.00% 11.76%
CMYK 80.00% 43.33% 0.00%
88.24%

Color #06111E in popluar number systems.

HEX 06 11 1E
Decimal 6 17 30
Binary 110 10001 11110
Octal 6 21 36

Shades and tints

Shades of #06111E

#06111E
(6,17,30)
#06101C
(6,16,28)
#060F1A
(6,15,26)
#060E18
(6,14,24)
#060D16
(6,13,22)
#060C14
(6,12,20)
#060B12
(6,11,18)
#060A10
(6,10,16)
#06090E
(6,9,14)
#06080C
(6,8,12)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #06111E

#06111E
(6,17,30)
#1C2632
(28,38,50)
#323B46
(50,59,70)
#48505A
(72,80,90)
#5E656E
(94,101,110)
#747A82
(116,122,130)
#8A8F96
(138,143,150)
#A0A4AA
(160,164,170)
#B6B9BE
(182,185,190)
#CCCED2
(204,206,210)
#E2E3E6
(226,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06111E color. Also use rgb(6,17,30) instead hex code.

Text Font Color

.myTextColor { color: #06111E; }

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

This text font color is #06111E.

Background Color

.myBgColor { background-color: #06111E; }

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

This div background color is #06111E.

Border color

.myBorderColor { border: 1px solid #06111E; }

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

This div border color is #06111E.

Opacity

.myOpacity80 { color: #06111E; opacity: 0.8; }

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

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

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

This text has shadow with #06111E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06111E.

Preview

Color preview on black background

This text has color #06111E on black background.


Color preview on white background

This text has color #06111E on white background.


Black color preview on #06111E background

This text has black color on #06111E background.


White color preview on #06111E background

This text has white color on #06111E background.


Related colors

Complementary color

Complementary color for #hex is #F9EEE1.


I love getcolorcode.com

Triadic colors

1 #1E0611 and #111E06 with #06111E are triadic colors.

2 #1E1106 and #11061E with #06111E are triadic colors.