COLOR #060629

HEX: #060629 RGB: (6,6,41)

Color info

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

RGB color model

#060629 color RGB value is (6,6,41).

RGB: (6,6,41) (2%, 2%, 16%)

RGB channels and saturation

R 6 of 255 = 2%
G 6 of 255 = 2%
B 41 of 255 = 16%

6
6
41

R + G + B ~ 7%. #060629 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 6 + 41 = 53 (100%)
R 6 of 53 ~ 11.32%
G 6 of 53 ~ 11.32%
B 41 of 53 ~ 77.36'%

%11.32
%11.32
%77.36

CMYK color model

#060629 color CMYK value is (85,85,0,84).

  • cyan value is 85.37%
  • magenta value is 85.37%
  • yellow value is 0.00%
  • key color value is 83.92%

CMYK: (85,85,0,84)
C85M85Y0K84 (85%, 85%, 0%, 84%)
(0.85 / 0.85 / 0.00 / 0.84)

CMYK percentages

%85.37
%85.37
%0
%83.92

Codes

Color #060629 in popluar color models

06 06 29
RGB 6 6 41
HSL 240° 74.47% 9.22%
HSB/HSV 240° 85.37% 16.08%
CMYK 85.37% 85.37% 0.00%
83.92%

Color #060629 in popluar number systems.

HEX 06 06 29
Decimal 6 6 41
Binary 110 110 101001
Octal 6 6 51

Shades and tints

Shades of #060629

#060629
(6,6,41)
#060626
(6,6,38)
#060623
(6,6,35)
#060620
(6,6,32)
#06061D
(6,6,29)
#06061A
(6,6,26)
#060617
(6,6,23)
#060614
(6,6,20)
#060611
(6,6,17)
#06060E
(6,6,14)
#06060B
(6,6,11)
#000000
(0,0,0)

Tints of #060629

#060629
(6,6,41)
#1C1C3C
(28,28,60)
#32324F
(50,50,79)
#484862
(72,72,98)
#5E5E75
(94,94,117)
#747488
(116,116,136)
#8A8A9B
(138,138,155)
#A0A0AE
(160,160,174)
#B6B6C1
(182,182,193)
#CCCCD4
(204,204,212)
#E2E2E7
(226,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060629; }

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

This text font color is #060629.

Background Color

.myBgColor { background-color: #060629; }

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

This div background color is #060629.

Border color

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

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

This div border color is #060629.

Opacity

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

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

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

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

This text has shadow with #060629 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060629.

Preview

Color preview on black background

This text has color #060629 on black background.


Color preview on white background

This text has color #060629 on white background.


Black color preview on #060629 background

This text has black color on #060629 background.


White color preview on #060629 background

This text has white color on #060629 background.


Related colors

Complementary color

Complementary color for #hex is #F9F9D6.


I love getcolorcode.com