COLOR #06184F

HEX: #06184F
RGB: (6,24,79)

Color info

#06184F contains mainly green and blue colors. Web safe color of #06184F is #000066 (or #006).

RGB color model

#06184F color RGB value is (6,24,79).

  • red value is 6;
  • green value is 24;
  • blue value is 79.
RGB:
(6,24,79)
(2%,9%,31%)

RGB channels and saturation

R 6 of 255 = 2%
G 24 of 255 = 9%
B 79 of 255 = 31%

6
24
79

R + G + B ~ 14%. #06184F is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 24 + 79 = 109 (100%)
R 6 of 109 ~ 5.5%
G 24 of 109 ~ 22.02%
B 79 of 109 ~ 72.48%

%22.02
%72.48

CMYK color model

#06184F color CMYK value is (92,70,0,69).

  • cyan value is 92.41%
  • magenta value is 69.62%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(92,70,0,69)
C92M70Y0K69 
(92%,70%,0%,69%)
(0.92/0.70/0.00/0.69)	

CMYK percentages

%92.41
%69.62
%0
%69.02

Codes

Color #06184F in popluar color models

06184F
RGB62479
HSL225°85.88%16.67%
HSB/HSV225°92.41%30.98%
CMYK92.41%69.62%0.00%
69.02%

Color #06184F in popluar number systems.

HEX06184F
Decimal62479
Binary110110001001111
Octal630117

Shades and tints

Shades of #06184F

#06184F
(6,24,79)
#061648
(6,22,72)
#061441
(6,20,65)
#06123A
(6,18,58)
#061033
(6,16,51)
#060E2C
(6,14,44)
#060C25
(6,12,37)
#060A1E
(6,10,30)
#060817
(6,8,23)
#060610
(6,6,16)
#060409
(6,4,9)
#000000
(0,0,0)

Tints of #06184F

#06184F
(6,24,79)
#1C2D5F
(28,45,95)
#32426F
(50,66,111)
#48577F
(72,87,127)
#5E6C8F
(94,108,143)
#74819F
(116,129,159)
#8A96AF
(138,150,175)
#A0ABBF
(160,171,191)
#B6C0CF
(182,192,207)
#CCD5DF
(204,213,223)
#E2EAEF
(226,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06184F color. Also use rgb(6,24,79) instead hex code.

Text Font Color

.myTextColor { color: #06184F; }

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

This text font color is #06184F.


Background Color

.myBgColor { background-color: #06184F; }

<div style="background-color:#06184F">Inner text</div>

This div background color is #06184F.


Border color

.myBorderColor { border: 1px solid #06184F; }

<div style="border:3px solid #06184F">Div</div>

This div border color is #06184F.


Opacity

.myOpacity80 { color: #06184F; opacity: 0.8; }

<p style="color:#06184F;opacity:0.8;">80%</p>

Text with #06184F 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 #06184F;}

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

This text has shadow with #06184F color.

.textShadow {text-shadow: 3px 3px 1px #06184F, 3px 3px 1px red;}

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

This text has shadow with #06184F primary color and red secondary color.


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

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

This text has shadow with #06184F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06184F on black background.


Color preview on white background

This text has color #06184F on white background.



Black color preview on #06184F background

This text has black color on #06184F background.


White color preview on #06184F background

This text has white color on #06184F background.