COLOR #061014

HEX: #061014
RGB: (6,16,20)

Color info

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

RGB color model

#061014 color RGB value is (6,16,20).

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

RGB channels and saturation

R 6 of 255 = 2%
G 16 of 255 = 6%
B 20 of 255 = 8%

6
16
20

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

Portions of RGB colors in percentages

R + G + B =
6 + 16 + 20 = 42 (100%)
R 6 of 42 ~ 14.29%
G 16 of 42 ~ 38.1%
B 20 of 42 ~ 47.62%

%14.29
%38.1
%47.62

CMYK color model

#061014 color CMYK value is (70,20,0,92).

  • cyan value is 70.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(70,20,0,92)
C70M20Y0K92 
(70%,20%,0%,92%)
(0.70/0.20/0.00/0.92)	

CMYK percentages

%70
%20
%0
%92.16

Codes

Color #061014 in popluar color models

061014
RGB61620
HSL197°53.85%5.10%
HSB/HSV197°70.00%7.84%
CMYK70.00%20.00%0.00%
92.16%

Color #061014 in popluar number systems.

HEX061014
Decimal61620
Binary1101000010100
Octal62024

Shades and tints

Shades of #061014

#061014
(6,16,20)
#060F13
(6,15,19)
#060E12
(6,14,18)
#060D11
(6,13,17)
#060C10
(6,12,16)
#060B0F
(6,11,15)
#060A0E
(6,10,14)
#06090D
(6,9,13)
#06080C
(6,8,12)
#06070B
(6,7,11)
#06060A
(6,6,10)
#000000
(0,0,0)

Tints of #061014

#061014
(6,16,20)
#1C2529
(28,37,41)
#323A3E
(50,58,62)
#484F53
(72,79,83)
#5E6468
(94,100,104)
#74797D
(116,121,125)
#8A8E92
(138,142,146)
#A0A3A7
(160,163,167)
#B6B8BC
(182,184,188)
#CCCDD1
(204,205,209)
#E2E2E6
(226,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061014; }

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

This text font color is #061014.


Background Color

.myBgColor { background-color: #061014; }

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

This div background color is #061014.


Border color

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

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

This div border color is #061014.


Opacity

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

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

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

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

This text has shadow with #061014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061014 on black background.


Color preview on white background

This text has color #061014 on white background.



Black color preview on #061014 background

This text has black color on #061014 background.


White color preview on #061014 background

This text has white color on #061014 background.