COLOR #06171C

HEX: #06171C
RGB: (6,23,28)

Color info

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

RGB color model

#06171C color RGB value is (6,23,28).

  • red value is 6;
  • green value is 23;
  • blue value is 28.
RGB:
(6,23,28)
(2%,9%,11%)

RGB channels and saturation

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

6
23
28

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

Portions of RGB colors in percentages

R + G + B =
6 + 23 + 28 = 57 (100%)
R 6 of 57 ~ 10.53%
G 23 of 57 ~ 40.35%
B 28 of 57 ~ 49.12%

%10.53
%40.35
%49.12

CMYK color model

#06171C color CMYK value is (79,18,0,89).

  • cyan value is 78.57%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(79,18,0,89)
C79M18Y0K89 
(79%,18%,0%,89%)
(0.79/0.18/0.00/0.89)	

CMYK percentages

%78.57
%17.86
%0
%89.02

Codes

Color #06171C in popluar color models

06171C
RGB62328
HSL194°64.71%6.67%
HSB/HSV194°78.57%10.98%
CMYK78.57%17.86%0.00%
89.02%

Color #06171C in popluar number systems.

HEX06171C
Decimal62328
Binary1101011111100
Octal62734

Shades and tints

Shades of #06171C

#06171C
(6,23,28)
#06151A
(6,21,26)
#061318
(6,19,24)
#061116
(6,17,22)
#060F14
(6,15,20)
#060D12
(6,13,18)
#060B10
(6,11,16)
#06090E
(6,9,14)
#06070C
(6,7,12)
#06050A
(6,5,10)
#060308
(6,3,8)
#000000
(0,0,0)

Tints of #06171C

#06171C
(6,23,28)
#1C2C30
(28,44,48)
#324144
(50,65,68)
#485658
(72,86,88)
#5E6B6C
(94,107,108)
#748080
(116,128,128)
#8A9594
(138,149,148)
#A0AAA8
(160,170,168)
#B6BFBC
(182,191,188)
#CCD4D0
(204,212,208)
#E2E9E4
(226,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06171C color. Also use rgb(6,23,28) instead hex code.

Text Font Color

.myTextColor { color: #06171C; }

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

This text font color is #06171C.


Background Color

.myBgColor { background-color: #06171C; }

<div style="background-color:#06171C">Inner text</div>

This div background color is #06171C.


Border color

.myBorderColor { border: 1px solid #06171C; }

<div style="border:3px solid #06171C">Div</div>

This div border color is #06171C.


Opacity

.myOpacity80 { color: #06171C; opacity: 0.8; }

<p style="color:#06171C;opacity:0.8;">80%</p>

Text with #06171C 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 #06171C;}

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

This text has shadow with #06171C color.

.textShadow {text-shadow: 3px 3px 1px #06171C, 3px 3px 1px red;}

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

This text has shadow with #06171C primary color and red secondary color.


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

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

This text has shadow with #06171C and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06171C;
-webkit-box-shadow: 1px 1px 3px 2px #06171C;
box-shadow:1px 1px 3px 2px #06171C;">
Div content here</div>
This div box has shadow with color #06171C.

Preview

Color preview on black background

This text has color #06171C on black background.


Color preview on white background

This text has color #06171C on white background.



Black color preview on #06171C background

This text has black color on #06171C background.


White color preview on #06171C background

This text has white color on #06171C background.