COLOR #06161B

HEX: #06161B RGB: (6,22,27)

Color info

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

RGB color model

#06161B color RGB value is (6,22,27).

RGB: (6,22,27) (2%, 9%, 11%)

RGB channels and saturation

R 6 of 255 = 2%
G 22 of 255 = 9%
B 27 of 255 = 11%

6
22
27

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

Portions of RGB colors in percentages

R + G + B = 6 + 22 + 27 = 55 (100%)
R 6 of 55 ~ 10.91%
G 22 of 55 ~ 40%
B 27 of 55 ~ 49.09'%

%10.91
%40
%49.09

CMYK color model

#06161B color CMYK value is (78,19,0,89).

  • cyan value is 77.78%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 89.41%

CMYK: (78,19,0,89)
C78M19Y0K89 (78%, 19%, 0%, 89%)
(0.78 / 0.19 / 0.00 / 0.89)

CMYK percentages

%77.78
%18.52
%0
%89.41

Codes

Color #06161B in popluar color models

06 16 1B
RGB 6 22 27
HSL 194° 63.64% 6.47%
HSB/HSV 194° 77.78% 10.59%
CMYK 77.78% 18.52% 0.00%
89.41%

Color #06161B in popluar number systems.

HEX 06 16 1B
Decimal 6 22 27
Binary 110 10110 11011
Octal 6 26 33

Shades and tints

Shades of #06161B

#06161B
(6,22,27)
#061419
(6,20,25)
#061217
(6,18,23)
#061015
(6,16,21)
#060E13
(6,14,19)
#060C11
(6,12,17)
#060A0F
(6,10,15)
#06080D
(6,8,13)
#06060B
(6,6,11)
#060409
(6,4,9)
#060207
(6,2,7)
#000000
(0,0,0)

Tints of #06161B

#06161B
(6,22,27)
#1C2B2F
(28,43,47)
#324043
(50,64,67)
#485557
(72,85,87)
#5E6A6B
(94,106,107)
#747F7F
(116,127,127)
#8A9493
(138,148,147)
#A0A9A7
(160,169,167)
#B6BEBB
(182,190,187)
#CCD3CF
(204,211,207)
#E2E8E3
(226,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06161B color. Also use rgb(6,22,27) instead hex code.

Text Font Color

.myTextColor { color: #06161B; }

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

This text font color is #06161B.

Background Color

.myBgColor { background-color: #06161B; }

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

This div background color is #06161B.

Border color

.myBorderColor { border: 1px solid #06161B; }

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

This div border color is #06161B.

Opacity

.myOpacity80 { color: #06161B; opacity: 0.8; }

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

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

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

This text has shadow with #06161B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06161B.

Preview

Color preview on black background

This text has color #06161B on black background.


Color preview on white background

This text has color #06161B on white background.


Black color preview on #06161B background

This text has black color on #06161B background.


White color preview on #06161B background

This text has white color on #06161B background.


Related colors

Complementary color

Complementary color for #06161B is #F9E9E4.


I love getcolorcode.com

Triadic colors

1 #1B0616 and #161B06 with #06161B are triadic colors.

2 #1B1606 and #16061B with #06161B are triadic colors.