COLOR #064445

HEX: #064445 RGB: (6,68,69)

Color info

#064445 contains mainly green and blue colors. Web safe color of #064445 is #003333 (or #033).

RGB color model

#064445 color RGB value is (6,68,69).

RGB: (6,68,69) (2%, 27%, 27%)

RGB channels and saturation

R 6 of 255 = 2%
G 68 of 255 = 27%
B 69 of 255 = 27%

6
68
69

R + G + B ~ 19%. #064445 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 68 + 69 = 143 (100%)
R 6 of 143 ~ 4.2%
G 68 of 143 ~ 47.55%
B 69 of 143 ~ 48.25'%

%47.55
%48.25

CMYK color model

#064445 color CMYK value is (91,1,0,73).

  • cyan value is 91.30%
  • magenta value is 1.45%
  • yellow value is 0.00%
  • key color value is 72.94%

CMYK: (91,1,0,73)
C91M1Y0K73 (91%, 1%, 0%, 73%)
(0.91 / 0.01 / 0.00 / 0.73)

CMYK percentages

%91.3
%1.45
%0
%72.94

Codes

Color #064445 in popluar color models

06 44 45
RGB 6 68 69
HSL 181° 84.00% 14.71%
HSB/HSV 181° 91.30% 27.06%
CMYK 91.30% 1.45% 0.00%
72.94%

Color #064445 in popluar number systems.

HEX 06 44 45
Decimal 6 68 69
Binary 110 1000100 1000101
Octal 6 104 105

Shades and tints

Shades of #064445

#064445
(6,68,69)
#063E3F
(6,62,63)
#063839
(6,56,57)
#063233
(6,50,51)
#062C2D
(6,44,45)
#062627
(6,38,39)
#062021
(6,32,33)
#061A1B
(6,26,27)
#061415
(6,20,21)
#060E0F
(6,14,15)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #064445

#064445
(6,68,69)
#1C5555
(28,85,85)
#326665
(50,102,101)
#487775
(72,119,117)
#5E8885
(94,136,133)
#749995
(116,153,149)
#8AAAA5
(138,170,165)
#A0BBB5
(160,187,181)
#B6CCC5
(182,204,197)
#CCDDD5
(204,221,213)
#E2EEE5
(226,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064445 color. Also use rgb(6,68,69) instead hex code.

Text Font Color

.myTextColor { color: #064445; }

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

This text font color is #064445.

Background Color

.myBgColor { background-color: #064445; }

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

This div background color is #064445.

Border color

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

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

This div border color is #064445.

Opacity

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

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

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

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

This text has shadow with #064445 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #064445.

Preview

Color preview on black background

This text has color #064445 on black background.


Color preview on white background

This text has color #064445 on white background.


Black color preview on #064445 background

This text has black color on #064445 background.


White color preview on #064445 background

This text has white color on #064445 background.


Related colors

Complementary color

Complementary color for #hex is #F9BBBA.


I love getcolorcode.com

Triadic colors

1 #450644 and #444506 with #064445 are triadic colors.

2 #454406 and #440645 with #064445 are triadic colors.