COLOR #064355

HEX: #064355
RGB: (6,67,85)

Color info

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

RGB color model

#064355 color RGB value is (6,67,85).

  • red value is 6;
  • green value is 67;
  • blue value is 85.
RGB:
(6,67,85)
(2%,26%,33%)

RGB channels and saturation

R 6 of 255 = 2%
G 67 of 255 = 26%
B 85 of 255 = 33%

6
67
85

R + G + B ~ 20%. #064355 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 67 + 85 = 158 (100%)
R 6 of 158 ~ 3.8%
G 67 of 158 ~ 42.41%
B 85 of 158 ~ 53.8%

%42.41
%53.8

CMYK color model

#064355 color CMYK value is (93,21,0,67).

  • cyan value is 92.94%
  • magenta value is 21.18%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(93,21,0,67)
C93M21Y0K67 
(93%,21%,0%,67%)
(0.93/0.21/0.00/0.67)	

CMYK percentages

%92.94
%21.18
%0
%66.67

Codes

Color #064355 in popluar color models

064355
RGB66785
HSL194°86.81%17.84%
HSB/HSV194°92.94%33.33%
CMYK92.94%21.18%0.00%
66.67%

Color #064355 in popluar number systems.

HEX064355
Decimal66785
Binary11010000111010101
Octal6103125

Shades and tints

Shades of #064355

#064355
(6,67,85)
#063D4E
(6,61,78)
#063747
(6,55,71)
#063140
(6,49,64)
#062B39
(6,43,57)
#062532
(6,37,50)
#061F2B
(6,31,43)
#061924
(6,25,36)
#06131D
(6,19,29)
#060D16
(6,13,22)
#06070F
(6,7,15)
#000000
(0,0,0)

Tints of #064355

#064355
(6,67,85)
#1C5464
(28,84,100)
#326573
(50,101,115)
#487682
(72,118,130)
#5E8791
(94,135,145)
#7498A0
(116,152,160)
#8AA9AF
(138,169,175)
#A0BABE
(160,186,190)
#B6CBCD
(182,203,205)
#CCDCDC
(204,220,220)
#E2EDEB
(226,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064355 color. Also use rgb(6,67,85) instead hex code.

Text Font Color

.myTextColor { color: #064355; }

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

This text font color is #064355.


Background Color

.myBgColor { background-color: #064355; }

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

This div background color is #064355.


Border color

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

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

This div border color is #064355.


Opacity

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

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

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

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

This text has shadow with #064355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064355 on black background.


Color preview on white background

This text has color #064355 on white background.



Black color preview on #064355 background

This text has black color on #064355 background.


White color preview on #064355 background

This text has white color on #064355 background.