COLOR #06043A

HEX: #06043A
RGB: (6,4,58)

Color info

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

RGB color model

#06043A color RGB value is (6,4,58).

  • red value is 6;
  • green value is 4;
  • blue value is 58.
RGB:
(6,4,58)
(2%,2%,23%)

RGB channels and saturation

R 6 of 255 = 2%
G 4 of 255 = 2%
B 58 of 255 = 23%

6
4
58

R + G + B ~ 9%. #06043A is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 4 + 58 = 68 (100%)
R 6 of 68 ~ 8.82%
G 4 of 68 ~ 5.88%
B 58 of 68 ~ 85.29%

%85.29

CMYK color model

#06043A color CMYK value is (90,93,0,77).

  • cyan value is 89.66%
  • magenta value is 93.10%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(90,93,0,77)
C90M93Y0K77 
(90%,93%,0%,77%)
(0.90/0.93/0.00/0.77)	

CMYK percentages

%89.66
%93.1
%0
%77.25

Codes

Color #06043A in popluar color models

06043A
RGB6458
HSL242°87.10%12.16%
HSB/HSV242°93.10%22.75%
CMYK89.66%93.10%0.00%
77.25%

Color #06043A in popluar number systems.

HEX06043A
Decimal6458
Binary110100111010
Octal6472

Shades and tints

Shades of #06043A

#06043A
(6,4,58)
#060435
(6,4,53)
#060430
(6,4,48)
#06042B
(6,4,43)
#060426
(6,4,38)
#060421
(6,4,33)
#06041C
(6,4,28)
#060417
(6,4,23)
#060412
(6,4,18)
#06040D
(6,4,13)
#060408
(6,4,8)
#000000
(0,0,0)

Tints of #06043A

#06043A
(6,4,58)
#1C1A4B
(28,26,75)
#32305C
(50,48,92)
#48466D
(72,70,109)
#5E5C7E
(94,92,126)
#74728F
(116,114,143)
#8A88A0
(138,136,160)
#A09EB1
(160,158,177)
#B6B4C2
(182,180,194)
#CCCAD3
(204,202,211)
#E2E0E4
(226,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06043A; }

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

This text font color is #06043A.


Background Color

.myBgColor { background-color: #06043A; }

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

This div background color is #06043A.


Border color

.myBorderColor { border: 1px solid #06043A; }

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

This div border color is #06043A.


Opacity

.myOpacity80 { color: #06043A; opacity: 0.8; }

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

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

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

This text has shadow with #06043A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06043A on black background.


Color preview on white background

This text has color #06043A on white background.



Black color preview on #06043A background

This text has black color on #06043A background.


White color preview on #06043A background

This text has white color on #06043A background.