COLOR #06164D

HEX: #06164D
RGB: (6,22,77)

Color info

#06164D contains mainly green and blue colors. Web safe color of #06164D is #000033 (or #003).

RGB color model

#06164D color RGB value is (6,22,77).

  • red value is 6;
  • green value is 22;
  • blue value is 77.
RGB: (6,22,77) (2%,9%,30%)

RGB channels and saturation

R 6 of 255 = 2%
G 22 of 255 = 9%
B 77 of 255 = 30%

6
22
77

R + G + B ~ 14%. #06164D is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 22 + 77 = 105 (100%)
R 6 of 105 ~ 5.71%
G 22 of 105 ~ 20.95%
B 77 of 105 ~ 73.33%

%20.95
%73.33

CMYK color model

#06164D color CMYK value is (92,71,0,70).

  • cyan value is 92.21%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK: (92,71,0,70) C92M71Y0K70 (92%,71%,0%,70%) (0.92/0.71/0.00/0.70)

CMYK percentages

%92.21
%71.43
%0
%69.8

Codes

Color #06164D in popluar color models

06164D
RGB62277
HSL226°85.54%16.27%
HSB/HSV226°92.21%30.20%
CMYK92.21%71.43%0.00%
69.80%

Color #06164D in popluar number systems.

HEX06164D
Decimal62277
Binary110101101001101
Octal626115

Shades and tints

Shades of #06164D

#06164D
(6,22,77)
#061446
(6,20,70)
#06123F
(6,18,63)
#061038
(6,16,56)
#060E31
(6,14,49)
#060C2A
(6,12,42)
#060A23
(6,10,35)
#06081C
(6,8,28)
#060615
(6,6,21)
#06040E
(6,4,14)
#060207
(6,2,7)
#000000
(0,0,0)

Tints of #06164D

#06164D
(6,22,77)
#1C2B5D
(28,43,93)
#32406D
(50,64,109)
#48557D
(72,85,125)
#5E6A8D
(94,106,141)
#747F9D
(116,127,157)
#8A94AD
(138,148,173)
#A0A9BD
(160,169,189)
#B6BECD
(182,190,205)
#CCD3DD
(204,211,221)
#E2E8ED
(226,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06164D color. Also use rgb(6,22,77) instead hex code.

Text Font Color

.myTextColor { color: #06164D; }

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

This text font color is #06164D.


Background Color

.myBgColor { background-color: #06164D; }

<div style="background-color:#06164D">Inner text</div>

This div background color is #06164D.


Border color

.myBorderColor { border: 1px solid #06164D; }

<div style="border:3px solid #06164D">Div</div>

This div border color is #06164D.


Opacity

.myOpacity80 { color: #06164D; opacity: 0.8; }

<p style="color:#06164D;opacity:0.8;">80%</p>

Text with #06164D 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 #06164D;}

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

This text has shadow with #06164D color.

.textShadow {text-shadow: 3px 3px 1px #06164D, 3px 3px 1px red;}

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

This text has shadow with #06164D primary color and red secondary color.


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

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

This text has shadow with #06164D and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #06164D; -webkit-box-shadow:	1px 1px 3px 2px #06164D; box-shadow:	1px 1px 3px 2px #06164D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #06164D; -webkit-box-shadow: 1px 1px 3px 2px #06164D; box-shadow:1px 1px 3px 2px #06164D;">
Div content here</div>
This div box has shadow with color #06164D.

Preview

Color preview on black background

This text has color #06164D on black background.


Color preview on white background

This text has color #06164D on white background.



Black color preview on #06164D background

This text has black color on #06164D background.


White color preview on #06164D background

This text has white color on #06164D background.