COLOR #061017

HEX: #061017
RGB: (6,16,23)

Color info

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

RGB color model

#061017 color RGB value is (6,16,23).

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

RGB channels and saturation

R 6 of 255 = 2%
G 16 of 255 = 6%
B 23 of 255 = 9%

6
16
23

R + G + B ~ 6%. #061017 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 16 + 23 = 45 (100%)
R 6 of 45 ~ 13.33%
G 16 of 45 ~ 35.56%
B 23 of 45 ~ 51.11%

%13.33
%35.56
%51.11

CMYK color model

#061017 color CMYK value is (74,30,0,91).

  • cyan value is 73.91%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(74,30,0,91)
C74M30Y0K91 
(74%,30%,0%,91%)
(0.74/0.30/0.00/0.91)	

CMYK percentages

%73.91
%30.43
%0
%90.98

Codes

Color #061017 in popluar color models

061017
RGB61623
HSL205°58.62%5.69%
HSB/HSV205°73.91%9.02%
CMYK73.91%30.43%0.00%
90.98%

Color #061017 in popluar number systems.

HEX061017
Decimal61623
Binary1101000010111
Octal62027

Shades and tints

Shades of #061017

#061017
(6,16,23)
#060F15
(6,15,21)
#060E13
(6,14,19)
#060D11
(6,13,17)
#060C0F
(6,12,15)
#060B0D
(6,11,13)
#060A0B
(6,10,11)
#060909
(6,9,9)
#060807
(6,8,7)
#060705
(6,7,5)
#060603
(6,6,3)
#000000
(0,0,0)

Tints of #061017

#061017
(6,16,23)
#1C252C
(28,37,44)
#323A41
(50,58,65)
#484F56
(72,79,86)
#5E646B
(94,100,107)
#747980
(116,121,128)
#8A8E95
(138,142,149)
#A0A3AA
(160,163,170)
#B6B8BF
(182,184,191)
#CCCDD4
(204,205,212)
#E2E2E9
(226,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061017; }

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

This text font color is #061017.


Background Color

.myBgColor { background-color: #061017; }

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

This div background color is #061017.


Border color

.myBorderColor { border: 1px solid #061017; }

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

This div border color is #061017.


Opacity

.myOpacity80 { color: #061017; opacity: 0.8; }

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

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

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

This text has shadow with #061017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061017 on black background.


Color preview on white background

This text has color #061017 on white background.



Black color preview on #061017 background

This text has black color on #061017 background.


White color preview on #061017 background

This text has white color on #061017 background.