COLOR #066A61

HEX: #066A61
RGB: (6,106,97)

Color info

#066A61 contains mainly green and blue colors. Web safe color of #066A61 is #006666 (or #066).

RGB color model

#066A61 color RGB value is (6,106,97).

  • red value is 6;
  • green value is 106;
  • blue value is 97.
RGB:
(6,106,97)
(2%,42%,38%)

RGB channels and saturation

R 6 of 255 = 2%
G 106 of 255 = 42%
B 97 of 255 = 38%

6
106
97

R + G + B ~ 27%. #066A61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 106 + 97 = 209 (100%)
R 6 of 209 ~ 2.87%
G 106 of 209 ~ 50.72%
B 97 of 209 ~ 46.41%

%50.72
%46.41

CMYK color model

#066A61 color CMYK value is (94,0,8,58).

  • cyan value is 94.34%
  • magenta value is 0.00%
  • yellow value is 8.49%
  • key color value is 58.43%
CMYK:
(94,0,8,58)
C94M0Y8K58 
(94%,0%,8%,58%)
(0.94/0.00/0.08/0.58)	

CMYK percentages

%94.34
%0
%8.49
%58.43

Codes

Color #066A61 in popluar color models

066A61
RGB610697
HSL175°89.29%21.96%
HSB/HSV175°94.34%41.57%
CMYK94.34%0.00%8.49%
58.43%

Color #066A61 in popluar number systems.

HEX066A61
Decimal610697
Binary11011010101100001
Octal6152141

Shades and tints

Shades of #066A61

#066A61
(6,106,97)
#066159
(6,97,89)
#065851
(6,88,81)
#064F49
(6,79,73)
#064641
(6,70,65)
#063D39
(6,61,57)
#063431
(6,52,49)
#062B29
(6,43,41)
#062221
(6,34,33)
#061919
(6,25,25)
#061011
(6,16,17)
#000000
(0,0,0)

Tints of #066A61

#066A61
(6,106,97)
#1C776F
(28,119,111)
#32847D
(50,132,125)
#48918B
(72,145,139)
#5E9E99
(94,158,153)
#74ABA7
(116,171,167)
#8AB8B5
(138,184,181)
#A0C5C3
(160,197,195)
#B6D2D1
(182,210,209)
#CCDFDF
(204,223,223)
#E2ECED
(226,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #066A61 color. Also use rgb(6,106,97) instead hex code.

Text Font Color

.myTextColor { color: #066A61; }

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

This text font color is #066A61.


Background Color

.myBgColor { background-color: #066A61; }

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

This div background color is #066A61.


Border color

.myBorderColor { border: 1px solid #066A61; }

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

This div border color is #066A61.


Opacity

.myOpacity80 { color: #066A61; opacity: 0.8; }

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

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

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

This text has shadow with #066A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066A61 on black background.


Color preview on white background

This text has color #066A61 on white background.



Black color preview on #066A61 background

This text has black color on #066A61 background.


White color preview on #066A61 background

This text has white color on #066A61 background.