COLOR #06074B

HEX: #06074B RGB: (6,7,75)

Color info

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

RGB color model

#06074B color RGB value is (6,7,75).

RGB: (6,7,75) (2%, 3%, 29%)

RGB channels and saturation

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

6
7
75

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

Portions of RGB colors in percentages

R + G + B = 6 + 7 + 75 = 88 (100%)
R 6 of 88 ~ 6.82%
G 7 of 88 ~ 7.95%
B 75 of 88 ~ 85.23'%

%85.23

CMYK color model

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

  • cyan value is 92.00%
  • magenta value is 90.67%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (92,91,0,71)
C92M91Y0K71 (92%, 91%, 0%, 71%)
(0.92 / 0.91 / 0.00 / 0.71)

CMYK percentages

%92
%90.67
%0
%70.59

Codes

Color #06074B in popluar color models

06 07 4B
RGB 6 7 75
HSL 239° 85.19% 15.88%
HSB/HSV 239° 92.00% 29.41%
CMYK 92.00% 90.67% 0.00%
70.59%

Color #06074B in popluar number systems.

HEX 06 07 4B
Decimal 6 7 75
Binary 110 111 1001011
Octal 6 7 113

Shades and tints

Shades of #06074B

#06074B
(6,7,75)
#060745
(6,7,69)
#06073F
(6,7,63)
#060739
(6,7,57)
#060733
(6,7,51)
#06072D
(6,7,45)
#060727
(6,7,39)
#060721
(6,7,33)
#06071B
(6,7,27)
#060715
(6,7,21)
#06070F
(6,7,15)
#000000
(0,0,0)

Tints of #06074B

#06074B
(6,7,75)
#1C1D5B
(28,29,91)
#32336B
(50,51,107)
#48497B
(72,73,123)
#5E5F8B
(94,95,139)
#74759B
(116,117,155)
#8A8BAB
(138,139,171)
#A0A1BB
(160,161,187)
#B6B7CB
(182,183,203)
#CCCDDB
(204,205,219)
#E2E3EB
(226,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06074B; }

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

This text font color is #06074B.

Background Color

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

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

This div background color is #06074B.

Border color

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

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

This div border color is #06074B.

Opacity

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

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

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

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

This text has shadow with #06074B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06074B.

Preview

Color preview on black background

This text has color #06074B on black background.


Color preview on white background

This text has color #06074B on white background.


Black color preview on #06074B background

This text has black color on #06074B background.


White color preview on #06074B background

This text has white color on #06074B background.


Related colors

Complementary color

Complementary color for #hex is #F9F8B4.


I love getcolorcode.com

Triadic colors

1 #4B0607 and #074B06 with #06074B are triadic colors.

2 #4B0706 and #07064B with #06074B are triadic colors.