COLOR #064C55

HEX: #064C55
RGB: (6,76,85)

Color info

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

RGB color model

#064C55 color RGB value is (6,76,85).

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

RGB channels and saturation

R 6 of 255 = 2%
G 76 of 255 = 30%
B 85 of 255 = 33%

6
76
85

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

Portions of RGB colors in percentages

R + G + B =
6 + 76 + 85 = 167 (100%)
R 6 of 167 ~ 3.59%
G 76 of 167 ~ 45.51%
B 85 of 167 ~ 50.9%

%45.51
%50.9

CMYK color model

#064C55 color CMYK value is (93,11,0,67).

  • cyan value is 92.94%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(93,11,0,67)
C93M11Y0K67 
(93%,11%,0%,67%)
(0.93/0.11/0.00/0.67)	

CMYK percentages

%92.94
%10.59
%0
%66.67

Codes

Color #064C55 in popluar color models

064C55
RGB67685
HSL187°86.81%17.84%
HSB/HSV187°92.94%33.33%
CMYK92.94%10.59%0.00%
66.67%

Color #064C55 in popluar number systems.

HEX064C55
Decimal67685
Binary11010011001010101
Octal6114125

Shades and tints

Shades of #064C55

#064C55
(6,76,85)
#06464E
(6,70,78)
#064047
(6,64,71)
#063A40
(6,58,64)
#063439
(6,52,57)
#062E32
(6,46,50)
#06282B
(6,40,43)
#062224
(6,34,36)
#061C1D
(6,28,29)
#061616
(6,22,22)
#06100F
(6,16,15)
#000000
(0,0,0)

Tints of #064C55

#064C55
(6,76,85)
#1C5C64
(28,92,100)
#326C73
(50,108,115)
#487C82
(72,124,130)
#5E8C91
(94,140,145)
#749CA0
(116,156,160)
#8AACAF
(138,172,175)
#A0BCBE
(160,188,190)
#B6CCCD
(182,204,205)
#CCDCDC
(204,220,220)
#E2ECEB
(226,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #064C55; }

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

This text font color is #064C55.


Background Color

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

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

This div background color is #064C55.


Border color

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

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

This div border color is #064C55.


Opacity

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

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

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

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

This text has shadow with #064C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064C55 on black background.


Color preview on white background

This text has color #064C55 on white background.



Black color preview on #064C55 background

This text has black color on #064C55 background.


White color preview on #064C55 background

This text has white color on #064C55 background.