COLOR #060414

HEX: #060414
RGB: (6,4,20)

Color info

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

RGB color model

#060414 color RGB value is (6,4,20).

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

RGB channels and saturation

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

6
4
20

R + G + B ~ 4%. #060414 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 4 + 20 = 30 (100%)
R 6 of 30 ~ 20%
G 4 of 30 ~ 13.33%
B 20 of 30 ~ 66.67%

%20
%13.33
%66.67

CMYK color model

#060414 color CMYK value is (70,80,0,92).

  • cyan value is 70.00%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(70,80,0,92)
C70M80Y0K92 
(70%,80%,0%,92%)
(0.70/0.80/0.00/0.92)	

CMYK percentages

%70
%80
%0
%92.16

Codes

Color #060414 in popluar color models

060414
RGB6420
HSL248°66.67%4.71%
HSB/HSV248°80.00%7.84%
CMYK70.00%80.00%0.00%
92.16%

Color #060414 in popluar number systems.

HEX060414
Decimal6420
Binary11010010100
Octal6424

Shades and tints

Shades of #060414

#060414
(6,4,20)
#060413
(6,4,19)
#060412
(6,4,18)
#060411
(6,4,17)
#060410
(6,4,16)
#06040F
(6,4,15)
#06040E
(6,4,14)
#06040D
(6,4,13)
#06040C
(6,4,12)
#06040B
(6,4,11)
#06040A
(6,4,10)
#000000
(0,0,0)

Tints of #060414

#060414
(6,4,20)
#1C1A29
(28,26,41)
#32303E
(50,48,62)
#484653
(72,70,83)
#5E5C68
(94,92,104)
#74727D
(116,114,125)
#8A8892
(138,136,146)
#A09EA7
(160,158,167)
#B6B4BC
(182,180,188)
#CCCAD1
(204,202,209)
#E2E0E6
(226,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060414; }

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

This text font color is #060414.


Background Color

.myBgColor { background-color: #060414; }

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

This div background color is #060414.


Border color

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

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

This div border color is #060414.


Opacity

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

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

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

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

This text has shadow with #060414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060414 on black background.


Color preview on white background

This text has color #060414 on white background.



Black color preview on #060414 background

This text has black color on #060414 background.


White color preview on #060414 background

This text has white color on #060414 background.