COLOR #064859

HEX: #064859
RGB: (6,72,89)

Color info

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

RGB color model

#064859 color RGB value is (6,72,89).

  • red value is 6;
  • green value is 72;
  • blue value is 89.
RGB:
(6,72,89)
(2%,28%,35%)

RGB channels and saturation

R 6 of 255 = 2%
G 72 of 255 = 28%
B 89 of 255 = 35%

6
72
89

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

Portions of RGB colors in percentages

R + G + B =
6 + 72 + 89 = 167 (100%)
R 6 of 167 ~ 3.59%
G 72 of 167 ~ 43.11%
B 89 of 167 ~ 53.29%

%43.11
%53.29

CMYK color model

#064859 color CMYK value is (93,19,0,65).

  • cyan value is 93.26%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(93,19,0,65)
C93M19Y0K65 
(93%,19%,0%,65%)
(0.93/0.19/0.00/0.65)	

CMYK percentages

%93.26
%19.1
%0
%65.1

Codes

Color #064859 in popluar color models

064859
RGB67289
HSL192°87.37%18.63%
HSB/HSV192°93.26%34.90%
CMYK93.26%19.10%0.00%
65.10%

Color #064859 in popluar number systems.

HEX064859
Decimal67289
Binary11010010001011001
Octal6110131

Shades and tints

Shades of #064859

#064859
(6,72,89)
#064251
(6,66,81)
#063C49
(6,60,73)
#063641
(6,54,65)
#063039
(6,48,57)
#062A31
(6,42,49)
#062429
(6,36,41)
#061E21
(6,30,33)
#061819
(6,24,25)
#061211
(6,18,17)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #064859

#064859
(6,72,89)
#1C5868
(28,88,104)
#326877
(50,104,119)
#487886
(72,120,134)
#5E8895
(94,136,149)
#7498A4
(116,152,164)
#8AA8B3
(138,168,179)
#A0B8C2
(160,184,194)
#B6C8D1
(182,200,209)
#CCD8E0
(204,216,224)
#E2E8EF
(226,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064859 color. Also use rgb(6,72,89) instead hex code.

Text Font Color

.myTextColor { color: #064859; }

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

This text font color is #064859.


Background Color

.myBgColor { background-color: #064859; }

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

This div background color is #064859.


Border color

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

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

This div border color is #064859.


Opacity

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

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

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

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

This text has shadow with #064859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064859 on black background.


Color preview on white background

This text has color #064859 on white background.



Black color preview on #064859 background

This text has black color on #064859 background.


White color preview on #064859 background

This text has white color on #064859 background.