COLOR #06084C

HEX: #06084C
RGB: (6,8,76)

Color info

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

RGB color model

#06084C color RGB value is (6,8,76).

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

RGB channels and saturation

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

6
8
76

R + G + B ~ 12%. #06084C is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 8 + 76 = 90 (100%)
R 6 of 90 ~ 6.67%
G 8 of 90 ~ 8.89%
B 76 of 90 ~ 84.44%

%84.44

CMYK color model

#06084C color CMYK value is (92,89,0,70).

  • cyan value is 92.11%
  • magenta value is 89.47%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(92,89,0,70)
C92M89Y0K70 
(92%,89%,0%,70%)
(0.92/0.89/0.00/0.70)	

CMYK percentages

%92.11
%89.47
%0
%70.2

Codes

Color #06084C in popluar color models

06084C
RGB6876
HSL238°85.37%16.08%
HSB/HSV238°92.11%29.80%
CMYK92.11%89.47%0.00%
70.20%

Color #06084C in popluar number systems.

HEX06084C
Decimal6876
Binary11010001001100
Octal610114

Shades and tints

Shades of #06084C

#06084C
(6,8,76)
#060846
(6,8,70)
#060840
(6,8,64)
#06083A
(6,8,58)
#060834
(6,8,52)
#06082E
(6,8,46)
#060828
(6,8,40)
#060822
(6,8,34)
#06081C
(6,8,28)
#060816
(6,8,22)
#060810
(6,8,16)
#000000
(0,0,0)

Tints of #06084C

#06084C
(6,8,76)
#1C1E5C
(28,30,92)
#32346C
(50,52,108)
#484A7C
(72,74,124)
#5E608C
(94,96,140)
#74769C
(116,118,156)
#8A8CAC
(138,140,172)
#A0A2BC
(160,162,188)
#B6B8CC
(182,184,204)
#CCCEDC
(204,206,220)
#E2E4EC
(226,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06084C; }

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

This text font color is #06084C.


Background Color

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

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

This div background color is #06084C.


Border color

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

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

This div border color is #06084C.


Opacity

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

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

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

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

This text has shadow with #06084C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06084C on black background.


Color preview on white background

This text has color #06084C on white background.



Black color preview on #06084C background

This text has black color on #06084C background.


White color preview on #06084C background

This text has white color on #06084C background.