COLOR #064A6A

HEX: #064A6A
RGB: (6,74,106)

Color info

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

RGB color model

#064A6A color RGB value is (6,74,106).

  • red value is 6;
  • green value is 74;
  • blue value is 106.
RGB:
(6,74,106)
(2%,29%,42%)

RGB channels and saturation

R 6 of 255 = 2%
G 74 of 255 = 29%
B 106 of 255 = 42%

6
74
106

R + G + B ~ 24%. #064A6A is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 74 + 106 = 186 (100%)
R 6 of 186 ~ 3.23%
G 74 of 186 ~ 39.78%
B 106 of 186 ~ 56.99%

%39.78
%56.99

CMYK color model

#064A6A color CMYK value is (94,30,0,58).

  • cyan value is 94.34%
  • magenta value is 30.19%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(94,30,0,58)
C94M30Y0K58 
(94%,30%,0%,58%)
(0.94/0.30/0.00/0.58)	

CMYK percentages

%94.34
%30.19
%0
%58.43

Codes

Color #064A6A in popluar color models

064A6A
RGB674106
HSL199°89.29%21.96%
HSB/HSV199°94.34%41.57%
CMYK94.34%30.19%0.00%
58.43%

Color #064A6A in popluar number systems.

HEX064A6A
Decimal674106
Binary11010010101101010
Octal6112152

Shades and tints

Shades of #064A6A

#064A6A
(6,74,106)
#064461
(6,68,97)
#063E58
(6,62,88)
#06384F
(6,56,79)
#063246
(6,50,70)
#062C3D
(6,44,61)
#062634
(6,38,52)
#06202B
(6,32,43)
#061A22
(6,26,34)
#061419
(6,20,25)
#060E10
(6,14,16)
#000000
(0,0,0)

Tints of #064A6A

#064A6A
(6,74,106)
#1C5A77
(28,90,119)
#326A84
(50,106,132)
#487A91
(72,122,145)
#5E8A9E
(94,138,158)
#749AAB
(116,154,171)
#8AAAB8
(138,170,184)
#A0BAC5
(160,186,197)
#B6CAD2
(182,202,210)
#CCDADF
(204,218,223)
#E2EAEC
(226,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064A6A color. Also use rgb(6,74,106) instead hex code.

Text Font Color

.myTextColor { color: #064A6A; }

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

This text font color is #064A6A.


Background Color

.myBgColor { background-color: #064A6A; }

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

This div background color is #064A6A.


Border color

.myBorderColor { border: 1px solid #064A6A; }

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

This div border color is #064A6A.


Opacity

.myOpacity80 { color: #064A6A; opacity: 0.8; }

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

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

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

This text has shadow with #064A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064A6A on black background.


Color preview on white background

This text has color #064A6A on white background.



Black color preview on #064A6A background

This text has black color on #064A6A background.


White color preview on #064A6A background

This text has white color on #064A6A background.