COLOR #06034E

HEX: #06034E
RGB: (6,3,78)

Color info

#06034E contains mainly blue color. Web safe color of #06034E is #000066 (or #006).

RGB color model

#06034E color RGB value is (6,3,78).

  • red value is 6;
  • green value is 3;
  • blue value is 78.
RGB:
(6,3,78)
(2%,1%,31%)

RGB channels and saturation

R 6 of 255 = 2%
G 3 of 255 = 1%
B 78 of 255 = 31%

6
3
78

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

Portions of RGB colors in percentages

R + G + B =
6 + 3 + 78 = 87 (100%)
R 6 of 87 ~ 6.9%
G 3 of 87 ~ 3.45%
B 78 of 87 ~ 89.66%

%89.66

CMYK color model

#06034E color CMYK value is (92,96,0,69).

  • cyan value is 92.31%
  • magenta value is 96.15%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(92,96,0,69)
C92M96Y0K69 
(92%,96%,0%,69%)
(0.92/0.96/0.00/0.69)	

CMYK percentages

%92.31
%96.15
%0
%69.41

Codes

Color #06034E in popluar color models

06034E
RGB6378
HSL242°92.59%15.88%
HSB/HSV242°96.15%30.59%
CMYK92.31%96.15%0.00%
69.41%

Color #06034E in popluar number systems.

HEX06034E
Decimal6378
Binary110111001110
Octal63116

Shades and tints

Shades of #06034E

#06034E
(6,3,78)
#060347
(6,3,71)
#060340
(6,3,64)
#060339
(6,3,57)
#060332
(6,3,50)
#06032B
(6,3,43)
#060324
(6,3,36)
#06031D
(6,3,29)
#060316
(6,3,22)
#06030F
(6,3,15)
#060308
(6,3,8)
#000000
(0,0,0)

Tints of #06034E

#06034E
(6,3,78)
#1C195E
(28,25,94)
#322F6E
(50,47,110)
#48457E
(72,69,126)
#5E5B8E
(94,91,142)
#74719E
(116,113,158)
#8A87AE
(138,135,174)
#A09DBE
(160,157,190)
#B6B3CE
(182,179,206)
#CCC9DE
(204,201,222)
#E2DFEE
(226,223,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06034E color. Also use rgb(6,3,78) instead hex code.

Text Font Color

.myTextColor { color: #06034E; }

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

This text font color is #06034E.


Background Color

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

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

This div background color is #06034E.


Border color

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

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

This div border color is #06034E.


Opacity

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

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

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

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

This text has shadow with #06034E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06034E on black background.


Color preview on white background

This text has color #06034E on white background.



Black color preview on #06034E background

This text has black color on #06034E background.


White color preview on #06034E background

This text has white color on #06034E background.