COLOR #06034C

HEX: #06034C
RGB: (6,3,76)

Color info

#06034C contains mainly blue color. Web safe color of #06034C is #000033 (or #003).

RGB color model

#06034C color RGB value is (6,3,76).

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

RGB channels and saturation

R 6 of 255 = 2%
G 3 of 255 = 1%
B 76 of 255 = 30%

6
3
76

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

Portions of RGB colors in percentages

R + G + B =
6 + 3 + 76 = 85 (100%)
R 6 of 85 ~ 7.06%
G 3 of 85 ~ 3.53%
B 76 of 85 ~ 89.41%

%89.41

CMYK color model

#06034C color CMYK value is (92,96,0,70).

  • cyan value is 92.11%
  • magenta value is 96.05%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(92,96,0,70)
C92M96Y0K70 
(92%,96%,0%,70%)
(0.92/0.96/0.00/0.70)	

CMYK percentages

%92.11
%96.05
%0
%70.2

Codes

Color #06034C in popluar color models

06034C
RGB6376
HSL242°92.41%15.49%
HSB/HSV242°96.05%29.80%
CMYK92.11%96.05%0.00%
70.20%

Color #06034C in popluar number systems.

HEX06034C
Decimal6376
Binary110111001100
Octal63114

Shades and tints

Shades of #06034C

#06034C
(6,3,76)
#060346
(6,3,70)
#060340
(6,3,64)
#06033A
(6,3,58)
#060334
(6,3,52)
#06032E
(6,3,46)
#060328
(6,3,40)
#060322
(6,3,34)
#06031C
(6,3,28)
#060316
(6,3,22)
#060310
(6,3,16)
#000000
(0,0,0)

Tints of #06034C

#06034C
(6,3,76)
#1C195C
(28,25,92)
#322F6C
(50,47,108)
#48457C
(72,69,124)
#5E5B8C
(94,91,140)
#74719C
(116,113,156)
#8A87AC
(138,135,172)
#A09DBC
(160,157,188)
#B6B3CC
(182,179,204)
#CCC9DC
(204,201,220)
#E2DFEC
(226,223,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06034C; }

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

This text font color is #06034C.


Background Color

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

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

This div background color is #06034C.


Border color

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

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

This div border color is #06034C.


Opacity

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

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

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

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

This text has shadow with #06034C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06034C on black background.


Color preview on white background

This text has color #06034C on white background.



Black color preview on #06034C background

This text has black color on #06034C background.


White color preview on #06034C background

This text has white color on #06034C background.