COLOR #060E29

HEX: #060E29
RGB: (6,14,41)

Color info

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

RGB color model

#060E29 color RGB value is (6,14,41).

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

RGB channels and saturation

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

6
14
41

R + G + B ~ 8%. #060E29 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 14 + 41 = 61 (100%)
R 6 of 61 ~ 9.84%
G 14 of 61 ~ 22.95%
B 41 of 61 ~ 67.21%

%9.84
%22.95
%67.21

CMYK color model

#060E29 color CMYK value is (85,66,0,84).

  • cyan value is 85.37%
  • magenta value is 65.85%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(85,66,0,84)
C85M66Y0K84 
(85%,66%,0%,84%)
(0.85/0.66/0.00/0.84)	

CMYK percentages

%85.37
%65.85
%0
%83.92

Codes

Color #060E29 in popluar color models

060E29
RGB61441
HSL226°74.47%9.22%
HSB/HSV226°85.37%16.08%
CMYK85.37%65.85%0.00%
83.92%

Color #060E29 in popluar number systems.

HEX060E29
Decimal61441
Binary1101110101001
Octal61651

Shades and tints

Shades of #060E29

#060E29
(6,14,41)
#060D26
(6,13,38)
#060C23
(6,12,35)
#060B20
(6,11,32)
#060A1D
(6,10,29)
#06091A
(6,9,26)
#060817
(6,8,23)
#060714
(6,7,20)
#060611
(6,6,17)
#06050E
(6,5,14)
#06040B
(6,4,11)
#000000
(0,0,0)

Tints of #060E29

#060E29
(6,14,41)
#1C233C
(28,35,60)
#32384F
(50,56,79)
#484D62
(72,77,98)
#5E6275
(94,98,117)
#747788
(116,119,136)
#8A8C9B
(138,140,155)
#A0A1AE
(160,161,174)
#B6B6C1
(182,182,193)
#CCCBD4
(204,203,212)
#E2E0E7
(226,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060E29; }

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

This text font color is #060E29.


Background Color

.myBgColor { background-color: #060E29; }

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

This div background color is #060E29.


Border color

.myBorderColor { border: 1px solid #060E29; }

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

This div border color is #060E29.


Opacity

.myOpacity80 { color: #060E29; opacity: 0.8; }

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

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

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

This text has shadow with #060E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060E29 on black background.


Color preview on white background

This text has color #060E29 on white background.



Black color preview on #060E29 background

This text has black color on #060E29 background.


White color preview on #060E29 background

This text has white color on #060E29 background.