COLOR #066D6B

HEX: #066D6B
RGB: (6,109,107)

Color info

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

RGB color model

#066D6B color RGB value is (6,109,107).

  • red value is 6;
  • green value is 109;
  • blue value is 107.
RGB:
(6,109,107)
(2%,43%,42%)

RGB channels and saturation

R 6 of 255 = 2%
G 109 of 255 = 43%
B 107 of 255 = 42%

6
109
107

R + G + B ~ 29%. #066D6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 109 + 107 = 222 (100%)
R 6 of 222 ~ 2.7%
G 109 of 222 ~ 49.1%
B 107 of 222 ~ 48.2%

%49.1
%48.2

CMYK color model

#066D6B color CMYK value is (94,0,2,57).

  • cyan value is 94.50%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 57.25%
CMYK:
(94,0,2,57)
C94M0Y2K57 
(94%,0%,2%,57%)
(0.94/0.00/0.02/0.57)	

CMYK percentages

%94.5
%0
%1.83
%57.25

Codes

Color #066D6B in popluar color models

066D6B
RGB6109107
HSL179°89.57%22.55%
HSB/HSV179°94.50%42.75%
CMYK94.50%0.00%1.83%
57.25%

Color #066D6B in popluar number systems.

HEX066D6B
Decimal6109107
Binary11011011011101011
Octal6155153

Shades and tints

Shades of #066D6B

#066D6B
(6,109,107)
#066462
(6,100,98)
#065B59
(6,91,89)
#065250
(6,82,80)
#064947
(6,73,71)
#06403E
(6,64,62)
#063735
(6,55,53)
#062E2C
(6,46,44)
#062523
(6,37,35)
#061C1A
(6,28,26)
#061311
(6,19,17)
#000000
(0,0,0)

Tints of #066D6B

#066D6B
(6,109,107)
#1C7A78
(28,122,120)
#328785
(50,135,133)
#489492
(72,148,146)
#5EA19F
(94,161,159)
#74AEAC
(116,174,172)
#8ABBB9
(138,187,185)
#A0C8C6
(160,200,198)
#B6D5D3
(182,213,211)
#CCE2E0
(204,226,224)
#E2EFED
(226,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #066D6B color. Also use rgb(6,109,107) instead hex code.

Text Font Color

.myTextColor { color: #066D6B; }

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

This text font color is #066D6B.


Background Color

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

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

This div background color is #066D6B.


Border color

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

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

This div border color is #066D6B.


Opacity

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

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

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

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

This text has shadow with #066D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066D6B on black background.


Color preview on white background

This text has color #066D6B on white background.



Black color preview on #066D6B background

This text has black color on #066D6B background.


White color preview on #066D6B background

This text has white color on #066D6B background.