COLOR #06073E

HEX: #06073E RGB: (6,7,62)

Color info

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

RGB color model

#06073E color RGB value is (6,7,62).

RGB: (6,7,62) (2%, 3%, 24%)

RGB channels and saturation

R 6 of 255 = 2%
G 7 of 255 = 3%
B 62 of 255 = 24%

6
7
62

R + G + B ~ 10%. #06073E is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 7 + 62 = 75 (100%)
R 6 of 75 ~ 8%
G 7 of 75 ~ 9.33%
B 62 of 75 ~ 82.67'%

%82.67

CMYK color model

#06073E color CMYK value is (90,89,0,76).

  • cyan value is 90.32%
  • magenta value is 88.71%
  • yellow value is 0.00%
  • key color value is 75.69%

CMYK: (90,89,0,76)
C90M89Y0K76 (90%, 89%, 0%, 76%)
(0.90 / 0.89 / 0.00 / 0.76)

CMYK percentages

%90.32
%88.71
%0
%75.69

Codes

Color #06073E in popluar color models

06 07 3E
RGB 6 7 62
HSL 239° 82.35% 13.33%
HSB/HSV 239° 90.32% 24.31%
CMYK 90.32% 88.71% 0.00%
75.69%

Color #06073E in popluar number systems.

HEX 06 07 3E
Decimal 6 7 62
Binary 110 111 111110
Octal 6 7 76

Shades and tints

Shades of #06073E

#06073E
(6,7,62)
#060739
(6,7,57)
#060734
(6,7,52)
#06072F
(6,7,47)
#06072A
(6,7,42)
#060725
(6,7,37)
#060720
(6,7,32)
#06071B
(6,7,27)
#060716
(6,7,22)
#060711
(6,7,17)
#06070C
(6,7,12)
#000000
(0,0,0)

Tints of #06073E

#06073E
(6,7,62)
#1C1D4F
(28,29,79)
#323360
(50,51,96)
#484971
(72,73,113)
#5E5F82
(94,95,130)
#747593
(116,117,147)
#8A8BA4
(138,139,164)
#A0A1B5
(160,161,181)
#B6B7C6
(182,183,198)
#CCCDD7
(204,205,215)
#E2E3E8
(226,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06073E color. Also use rgb(6,7,62) instead hex code.

Text Font Color

.myTextColor { color: #06073E; }

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

This text font color is #06073E.

Background Color

.myBgColor { background-color: #06073E; }

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

This div background color is #06073E.

Border color

.myBorderColor { border: 1px solid #06073E; }

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

This div border color is #06073E.

Opacity

.myOpacity80 { color: #06073E; opacity: 0.8; }

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

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

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

This text has shadow with #06073E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06073E.

Preview

Color preview on black background

This text has color #06073E on black background.


Color preview on white background

This text has color #06073E on white background.


Black color preview on #06073E background

This text has black color on #06073E background.


White color preview on #06073E background

This text has white color on #06073E background.


Related colors

Complementary color

Complementary color for #hex is #F9F8C1.


I love getcolorcode.com

Triadic colors

1 #3E0607 and #073E06 with #06073E are triadic colors.

2 #3E0706 and #07063E with #06073E are triadic colors.