COLOR #060104

HEX: #060104 RGB: (6,1,4)

Color info

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

RGB color model

#060104 color RGB value is (6,1,4).

RGB: (6,1,4) (2%, 0%, 2%)

RGB channels and saturation

R 6 of 255 = 2%
G 1 of 255 = 0%
B 4 of 255 = 2%

6
1
4

R + G + B ~ 1%. #060104 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 1 + 4 = 11 (100%)
R 6 of 11 ~ 54.55%
G 1 of 11 ~ 9.09%
B 4 of 11 ~ 36.36'%

%54.55
%36.36

CMYK color model

#060104 color CMYK value is (0,83,33,98).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 33.33%
  • key color value is 97.65%

CMYK: (0,83,33,98)
C0M83Y33K98 (0%, 83%, 33%, 98%)
(0.00 / 0.83 / 0.33 / 0.98)

CMYK percentages

%0
%83.33
%33.33
%97.65

Codes

Color #060104 in popluar color models

06 01 04
RGB 6 1 4
HSL 324° 71.43% 1.37%
HSB/HSV 324° 83.33% 2.35%
CMYK 0.00% 83.33% 33.33%
97.65%

Color #060104 in popluar number systems.

HEX 06 01 04
Decimal 6 1 4
Binary 110 1 100
Octal 6 1 4

Shades and tints

Tints of #060104

#060104
(6,1,4)
#1C181A
(28,24,26)
#322F30
(50,47,48)
#484646
(72,70,70)
#5E5D5C
(94,93,92)
#747472
(116,116,114)
#8A8B88
(138,139,136)
#A0A29E
(160,162,158)
#B6B9B4
(182,185,180)
#CCD0CA
(204,208,202)
#E2E7E0
(226,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060104; }

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

This text font color is #060104.

Background Color

.myBgColor { background-color: #060104; }

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

This div background color is #060104.

Border color

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

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

This div border color is #060104.

Opacity

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

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

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

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

This text has shadow with #060104 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060104.

Preview

Color preview on black background

This text has color #060104 on black background.


Color preview on white background

This text has color #060104 on white background.


Black color preview on #060104 background

This text has black color on #060104 background.


White color preview on #060104 background

This text has white color on #060104 background.


Related colors

Complementary color

Complementary color for #hex is #F9FEFB.


I love getcolorcode.com

Triadic colors

1 #040601 and #010406 with #060104 are triadic colors.

2 #040106 and #010604 with #060104 are triadic colors.