COLOR #06074A

HEX: #06074A
RGB: (6,7,74)

Color info

#06074A contains mainly blue color. Web safe color of #06074A is #000033 (or #003).

RGB color model

#06074A color RGB value is (6,7,74).

  • red value is 6;
  • green value is 7;
  • blue value is 74.
RGB:
(6,7,74)
(2%,3%,29%)

RGB channels and saturation

R 6 of 255 = 2%
G 7 of 255 = 3%
B 74 of 255 = 29%

6
7
74

R + G + B ~ 11%. #06074A is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 7 + 74 = 87 (100%)
R 6 of 87 ~ 6.9%
G 7 of 87 ~ 8.05%
B 74 of 87 ~ 85.06%

%85.06

CMYK color model

#06074A color CMYK value is (92,91,0,71).

  • cyan value is 91.89%
  • magenta value is 90.54%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(92,91,0,71)
C92M91Y0K71 
(92%,91%,0%,71%)
(0.92/0.91/0.00/0.71)	

CMYK percentages

%91.89
%90.54
%0
%70.98

Codes

Color #06074A in popluar color models

06074A
RGB6774
HSL239°85.00%15.69%
HSB/HSV239°91.89%29.02%
CMYK91.89%90.54%0.00%
70.98%

Color #06074A in popluar number systems.

HEX06074A
Decimal6774
Binary1101111001010
Octal67112

Shades and tints

Shades of #06074A

#06074A
(6,7,74)
#060744
(6,7,68)
#06073E
(6,7,62)
#060738
(6,7,56)
#060732
(6,7,50)
#06072C
(6,7,44)
#060726
(6,7,38)
#060720
(6,7,32)
#06071A
(6,7,26)
#060714
(6,7,20)
#06070E
(6,7,14)
#000000
(0,0,0)

Tints of #06074A

#06074A
(6,7,74)
#1C1D5A
(28,29,90)
#32336A
(50,51,106)
#48497A
(72,73,122)
#5E5F8A
(94,95,138)
#74759A
(116,117,154)
#8A8BAA
(138,139,170)
#A0A1BA
(160,161,186)
#B6B7CA
(182,183,202)
#CCCDDA
(204,205,218)
#E2E3EA
(226,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06074A color. Also use rgb(6,7,74) instead hex code.

Text Font Color

.myTextColor { color: #06074A; }

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

This text font color is #06074A.


Background Color

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

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

This div background color is #06074A.


Border color

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

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

This div border color is #06074A.


Opacity

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

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

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

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

This text has shadow with #06074A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06074A on black background.


Color preview on white background

This text has color #06074A on white background.



Black color preview on #06074A background

This text has black color on #06074A background.


White color preview on #06074A background

This text has white color on #06074A background.