COLOR #064C6F

HEX: #064C6F RGB: (6,76,111)

Color info

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

RGB color model

#064C6F color RGB value is (6,76,111).

RGB: (6,76,111) (2%, 30%, 44%)

RGB channels and saturation

R 6 of 255 = 2%
G 76 of 255 = 30%
B 111 of 255 = 44%

6
76
111

R + G + B ~ 25%. #064C6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 76 + 111 = 193 (100%)
R 6 of 193 ~ 3.11%
G 76 of 193 ~ 39.38%
B 111 of 193 ~ 57.51'%

%39.38
%57.51

CMYK color model

#064C6F color CMYK value is (95,32,0,56).

  • cyan value is 94.59%
  • magenta value is 31.53%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (95,32,0,56) C95M32Y0K56 (95%,32%,0%,56%) (0.95/0.32/0.00/0.56) 

CMYK percentages

%94.59
%31.53
%0
%56.47

Codes

Color #064C6F in popluar color models

06 4C 6F
RGB 6 76 111
HSL 200° 89.74% 22.94%
HSB/HSV 200° 94.59% 43.53%
CMYK 94.59% 31.53% 0.00%
56.47%

Color #064C6F in popluar number systems.

HEX 06 4C 6F
Decimal 6 76 111
Binary 110 1001100 1101111
Octal 6 114 157

Shades and tints

Shades of #064C6F

#064C6F
(6,76,111)
#064665
(6,70,101)
#06405B
(6,64,91)
#063A51
(6,58,81)
#063447
(6,52,71)
#062E3D
(6,46,61)
#062833
(6,40,51)
#062229
(6,34,41)
#061C1F
(6,28,31)
#061615
(6,22,21)
#06100B
(6,16,11)
#000000
(0,0,0)

Tints of #064C6F

#064C6F
(6,76,111)
#1C5C7C
(28,92,124)
#326C89
(50,108,137)
#487C96
(72,124,150)
#5E8CA3
(94,140,163)
#749CB0
(116,156,176)
#8AACBD
(138,172,189)
#A0BCCA
(160,188,202)
#B6CCD7
(182,204,215)
#CCDCE4
(204,220,228)
#E2ECF1
(226,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064C6F color. Also use rgb(6,76,111) instead hex code.

Text Font Color

.myTextColor { color: #064C6F; }

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

This text font color is #064C6F.

Background Color

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

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

This div background color is #064C6F.

Border color

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

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

This div border color is #064C6F.

Opacity

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

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

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

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

This text has shadow with #064C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #064C6F.

Preview

Color preview on black background

This text has color #064C6F on black background.


Color preview on white background

This text has color #064C6F on white background.


Black color preview on #064C6F background

This text has black color on #064C6F background.


White color preview on #064C6F background

This text has white color on #064C6F background.


Related colors

Complementary color

Complementary color for #hex is #F9B390.


I love getcolorcode.com

Triadic colors

1 #6F064C and #4C6F06 with #064C6F are triadic colors.

2 #6F4C06 and #4C066F with #064C6F are triadic colors.