COLOR #060029

HEX: #060029
RGB: (6,0,41)

Color info

#060029 contains only red and blue colors. Web safe color of #060029 is #000033 (or #003).

RGB color model

#060029 color RGB value is (6,0,41).

  • red value is 6;
  • green value is 0;
  • blue value is 41.
RGB:
(6,0,41)
(2%,0%,16%)

RGB channels and saturation

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

6
0
41

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

Portions of RGB colors in percentages

R + G + B =
6 + 0 + 41 = 47 (100%)
R 6 of 47 ~ 12.77%
G 0 of 47 ~ 0%
B 41 of 47 ~ 87.23%

%12.77
%87.23

CMYK color model

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

  • cyan value is 85.37%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(85,100,0,84)
C85M100Y0K84 
(85%,100%,0%,84%)
(0.85/1.00/0.00/0.84)	

CMYK percentages

%85.37
%100
%0
%83.92

Codes

Color #060029 in popluar color models

060029
RGB6041
HSL249°100.00%8.04%
HSB/HSV249°100.00%16.08%
CMYK85.37%100.00%0.00%
83.92%

Color #060029 in popluar number systems.

HEX060029
Decimal6041
Binary1100101001
Octal6051

Shades and tints

Shades of #060029

#060029
(6,0,41)
#060026
(6,0,38)
#060023
(6,0,35)
#060020
(6,0,32)
#06001D
(6,0,29)
#06001A
(6,0,26)
#060017
(6,0,23)
#060014
(6,0,20)
#060011
(6,0,17)
#06000E
(6,0,14)
#06000B
(6,0,11)
#000000
(0,0,0)

Tints of #060029

#060029
(6,0,41)
#1C173C
(28,23,60)
#322E4F
(50,46,79)
#484562
(72,69,98)
#5E5C75
(94,92,117)
#747388
(116,115,136)
#8A8A9B
(138,138,155)
#A0A1AE
(160,161,174)
#B6B8C1
(182,184,193)
#CCCFD4
(204,207,212)
#E2E6E7
(226,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060029; }

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

This text font color is #060029.


Background Color

.myBgColor { background-color: #060029; }

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

This div background color is #060029.


Border color

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

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

This div border color is #060029.


Opacity

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

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

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

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

This text has shadow with #060029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060029 on black background.


Color preview on white background

This text has color #060029 on white background.



Black color preview on #060029 background

This text has black color on #060029 background.


White color preview on #060029 background

This text has white color on #060029 background.