COLOR #060621

HEX: #060621 RGB: (6,6,33)

Color info

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

RGB color model

#060621 color RGB value is (6,6,33).

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

RGB channels and saturation

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

6
6
33

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

Portions of RGB colors in percentages

R + G + B = 6 + 6 + 33 = 45 (100%)
R 6 of 45 ~ 13.33%
G 6 of 45 ~ 13.33%
B 33 of 45 ~ 73.33'%

%13.33
%13.33
%73.33

CMYK color model

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

  • cyan value is 81.82%
  • magenta value is 81.82%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK: (82,82,0,87) C82M82Y0K87 (82%,82%,0%,87%) (0.82/0.82/0.00/0.87) 

CMYK percentages

%81.82
%81.82
%0
%87.06

Codes

Color #060621 in popluar color models

06 06 21
RGB 6 6 33
HSL 240° 69.23% 7.65%
HSB/HSV 240° 81.82% 12.94%
CMYK 81.82% 81.82% 0.00%
87.06%

Color #060621 in popluar number systems.

HEX 06 06 21
Decimal 6 6 33
Binary 110 110 100001
Octal 6 6 41

Shades and tints

Shades of #060621

#060621
(6,6,33)
#06061E
(6,6,30)
#06061B
(6,6,27)
#060618
(6,6,24)
#060615
(6,6,21)
#060612
(6,6,18)
#06060F
(6,6,15)
#06060C
(6,6,12)
#060609
(6,6,9)
#060606
(6,6,6)
#060603
(6,6,3)
#000000
(0,0,0)

Tints of #060621

#060621
(6,6,33)
#1C1C35
(28,28,53)
#323249
(50,50,73)
#48485D
(72,72,93)
#5E5E71
(94,94,113)
#747485
(116,116,133)
#8A8A99
(138,138,153)
#A0A0AD
(160,160,173)
#B6B6C1
(182,182,193)
#CCCCD5
(204,204,213)
#E2E2E9
(226,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060621; }

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

This text font color is #060621.

Background Color

.myBgColor { background-color: #060621; }

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

This div background color is #060621.

Border color

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

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

This div border color is #060621.

Opacity

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

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

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

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

This text has shadow with #060621 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060621.

Preview

Color preview on black background

This text has color #060621 on black background.


Color preview on white background

This text has color #060621 on white background.


Black color preview on #060621 background

This text has black color on #060621 background.


White color preview on #060621 background

This text has white color on #060621 background.


Related colors

Complementary color

Complementary color for #hex is #F9F9DE.


I love getcolorcode.com