COLOR #060421

HEX: #060421 RGB: (6,4,33)

Color info

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

RGB color model

#060421 color RGB value is (6,4,33).

RGB: (6,4,33) (2%, 2%, 13%)

RGB channels and saturation

R 6 of 255 = 2%
G 4 of 255 = 2%
B 33 of 255 = 13%

6
4
33

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

Portions of RGB colors in percentages

R + G + B = 6 + 4 + 33 = 43 (100%)
R 6 of 43 ~ 13.95%
G 4 of 43 ~ 9.3%
B 33 of 43 ~ 76.74'%

%13.95
%76.74

CMYK color model

#060421 color CMYK value is (82,88,0,87).

  • cyan value is 81.82%
  • magenta value is 87.88%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (82,88,0,87)
C82M88Y0K87 (82%, 88%, 0%, 87%)
(0.82 / 0.88 / 0.00 / 0.87)

CMYK percentages

%81.82
%87.88
%0
%87.06

Codes

Color #060421 in popluar color models

06 04 21
RGB 6 4 33
HSL 244° 78.38% 7.25%
HSB/HSV 244° 87.88% 12.94%
CMYK 81.82% 87.88% 0.00%
87.06%

Color #060421 in popluar number systems.

HEX 06 04 21
Decimal 6 4 33
Binary 110 100 100001
Octal 6 4 41

Shades and tints

Shades of #060421

#060421
(6,4,33)
#06041E
(6,4,30)
#06041B
(6,4,27)
#060418
(6,4,24)
#060415
(6,4,21)
#060412
(6,4,18)
#06040F
(6,4,15)
#06040C
(6,4,12)
#060409
(6,4,9)
#060406
(6,4,6)
#060403
(6,4,3)
#000000
(0,0,0)

Tints of #060421

#060421
(6,4,33)
#1C1A35
(28,26,53)
#323049
(50,48,73)
#48465D
(72,70,93)
#5E5C71
(94,92,113)
#747285
(116,114,133)
#8A8899
(138,136,153)
#A09EAD
(160,158,173)
#B6B4C1
(182,180,193)
#CCCAD5
(204,202,213)
#E2E0E9
(226,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060421; }

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

This text font color is #060421.

Background Color

.myBgColor { background-color: #060421; }

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

This div background color is #060421.

Border color

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

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

This div border color is #060421.

Opacity

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

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

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

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

This text has shadow with #060421 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060421.

Preview

Color preview on black background

This text has color #060421 on black background.


Color preview on white background

This text has color #060421 on white background.


Black color preview on #060421 background

This text has black color on #060421 background.


White color preview on #060421 background

This text has white color on #060421 background.


Related colors

Complementary color

Complementary color for #hex is #F9FBDE.


I love getcolorcode.com

Triadic colors

1 #210604 and #042106 with #060421 are triadic colors.

2 #210406 and #040621 with #060421 are triadic colors.