COLOR #06170B

HEX: #06170B RGB: (6,23,11)

Color info

#06170B contains red, green and blue colors in about the same proportion. Web safe color of #06170B is #000000 (or #000).

RGB color model

#06170B color RGB value is (6,23,11).

RGB: (6,23,11) (2%, 9%, 4%)

RGB channels and saturation

R 6 of 255 = 2%
G 23 of 255 = 9%
B 11 of 255 = 4%

6
23
11

R + G + B ~ 5%. #06170B is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 23 + 11 = 40 (100%)
R 6 of 40 ~ 15%
G 23 of 40 ~ 57.5%
B 11 of 40 ~ 27.5'%

%15
%57.5
%27.5

CMYK color model

#06170B color CMYK value is (74,0,52,91).

  • cyan value is 73.91%
  • magenta value is 0.00%
  • yellow value is 52.17%
  • key color value is 90.98%

CMYK: (74,0,52,91)
C74M0Y52K91 (74%, 0%, 52%, 91%)
(0.74 / 0.00 / 0.52 / 0.91)

CMYK percentages

%73.91
%0
%52.17
%90.98

Codes

Color #06170B in popluar color models

06 17 0B
RGB 6 23 11
HSL 138° 58.62% 5.69%
HSB/HSV 138° 73.91% 9.02%
CMYK 73.91% 0.00% 52.17%
90.98%

Color #06170B in popluar number systems.

HEX 06 17 0B
Decimal 6 23 11
Binary 110 10111 1011
Octal 6 27 13

Shades and tints

Shades of #06170B

#06170B
(6,23,11)
#06150A
(6,21,10)
#061309
(6,19,9)
#061108
(6,17,8)
#060F07
(6,15,7)
#060D06
(6,13,6)
#060B05
(6,11,5)
#060904
(6,9,4)
#060703
(6,7,3)
#060502
(6,5,2)
#060301
(6,3,1)
#000000
(0,0,0)

Tints of #06170B

#06170B
(6,23,11)
#1C2C21
(28,44,33)
#324137
(50,65,55)
#48564D
(72,86,77)
#5E6B63
(94,107,99)
#748079
(116,128,121)
#8A958F
(138,149,143)
#A0AAA5
(160,170,165)
#B6BFBB
(182,191,187)
#CCD4D1
(204,212,209)
#E2E9E7
(226,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06170B color. Also use rgb(6,23,11) instead hex code.

Text Font Color

.myTextColor { color: #06170B; }

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

This text font color is #06170B.

Background Color

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

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

This div background color is #06170B.

Border color

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

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

This div border color is #06170B.

Opacity

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

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

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

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

This text has shadow with #06170B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06170B.

Preview

Color preview on black background

This text has color #06170B on black background.


Color preview on white background

This text has color #06170B on white background.


Black color preview on #06170B background

This text has black color on #06170B background.


White color preview on #06170B background

This text has white color on #06170B background.


Related colors

Complementary color

Complementary color for #hex is #F9E8F4.


I love getcolorcode.com

Triadic colors

1 #0B0617 and #170B06 with #06170B are triadic colors.

2 #0B1706 and #17060B with #06170B are triadic colors.