COLOR #064164

HEX: #064164
RGB: (6,65,100)

Color info

#064164 contains mainly green and blue colors. Web safe color of #064164 is #003366 (or #036).

RGB color model

#064164 color RGB value is (6,65,100).

  • red value is 6;
  • green value is 65;
  • blue value is 100.
RGB:
(6,65,100)
(2%,25%,39%)

RGB channels and saturation

R 6 of 255 = 2%
G 65 of 255 = 25%
B 100 of 255 = 39%

6
65
100

R + G + B ~ 22%. #064164 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 65 + 100 = 171 (100%)
R 6 of 171 ~ 3.51%
G 65 of 171 ~ 38.01%
B 100 of 171 ~ 58.48%

%38.01
%58.48

CMYK color model

#064164 color CMYK value is (94,35,0,61).

  • cyan value is 94.00%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(94,35,0,61)
C94M35Y0K61 
(94%,35%,0%,61%)
(0.94/0.35/0.00/0.61)	

CMYK percentages

%94
%35
%0
%60.78

Codes

Color #064164 in popluar color models

064164
RGB665100
HSL202°88.68%20.78%
HSB/HSV202°94.00%39.22%
CMYK94.00%35.00%0.00%
60.78%

Color #064164 in popluar number systems.

HEX064164
Decimal665100
Binary11010000011100100
Octal6101144

Shades and tints

Shades of #064164

#064164
(6,65,100)
#063C5B
(6,60,91)
#063752
(6,55,82)
#063249
(6,50,73)
#062D40
(6,45,64)
#062837
(6,40,55)
#06232E
(6,35,46)
#061E25
(6,30,37)
#06191C
(6,25,28)
#061413
(6,20,19)
#060F0A
(6,15,10)
#000000
(0,0,0)

Tints of #064164

#064164
(6,65,100)
#1C5272
(28,82,114)
#326380
(50,99,128)
#48748E
(72,116,142)
#5E859C
(94,133,156)
#7496AA
(116,150,170)
#8AA7B8
(138,167,184)
#A0B8C6
(160,184,198)
#B6C9D4
(182,201,212)
#CCDAE2
(204,218,226)
#E2EBF0
(226,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064164 color. Also use rgb(6,65,100) instead hex code.

Text Font Color

.myTextColor { color: #064164; }

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

This text font color is #064164.


Background Color

.myBgColor { background-color: #064164; }

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

This div background color is #064164.


Border color

.myBorderColor { border: 1px solid #064164; }

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

This div border color is #064164.


Opacity

.myOpacity80 { color: #064164; opacity: 0.8; }

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

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

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

This text has shadow with #064164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064164 on black background.


Color preview on white background

This text has color #064164 on white background.



Black color preview on #064164 background

This text has black color on #064164 background.


White color preview on #064164 background

This text has white color on #064164 background.