COLOR #006A6A

HEX: #006A6A
RGB: (0,106,106)

Color info

#006A6A contains only green and blue colors. Web safe color of #006A6A is #006666 (or #066).

RGB color model

#006A6A color RGB value is (0,106,106).

  • red value is 0;
  • green value is 106;
  • blue value is 106.
RGB:
(0,106,106)
(0%,42%,42%)

RGB channels and saturation

R 0 of 255 = 0%
G 106 of 255 = 42%
B 106 of 255 = 42%

0
106
106

R + G + B ~ 28%. #006A6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 106 + 106 = 212 (100%)
R 0 of 212 ~ 0%
G 106 of 212 ~ 50%
B 106 of 212 ~ 50%

%50
%50

CMYK color model

#006A6A color CMYK value is (100,0,0,58).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(100,0,0,58)
C100M0Y0K58 
(100%,0%,0%,58%)
(1.00/0.00/0.00/0.58)	

CMYK percentages

%100
%0
%0
%58.43

Codes

Color #006A6A in popluar color models

006A6A
RGB0106106
HSL180°100.00%20.78%
HSB/HSV180°100.00%41.57%
CMYK100.00%0.00%0.00%
58.43%

Color #006A6A in popluar number systems.

HEX006A6A
Decimal0106106
Binary011010101101010
Octal0152152

Shades and tints

Shades of #006A6A

#006A6A
(0,106,106)
#006161
(0,97,97)
#005858
(0,88,88)
#004F4F
(0,79,79)
#004646
(0,70,70)
#003D3D
(0,61,61)
#003434
(0,52,52)
#002B2B
(0,43,43)
#002222
(0,34,34)
#001919
(0,25,25)
#001010
(0,16,16)
#000000
(0,0,0)

Tints of #006A6A

#006A6A
(0,106,106)
#177777
(23,119,119)
#2E8484
(46,132,132)
#459191
(69,145,145)
#5C9E9E
(92,158,158)
#73ABAB
(115,171,171)
#8AB8B8
(138,184,184)
#A1C5C5
(161,197,197)
#B8D2D2
(184,210,210)
#CFDFDF
(207,223,223)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006A6A color. Also use rgb(0,106,106) instead hex code.

Text Font Color

.myTextColor { color: #006A6A; }

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

This text font color is #006A6A.


Background Color

.myBgColor { background-color: #006A6A; }

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

This div background color is #006A6A.


Border color

.myBorderColor { border: 1px solid #006A6A; }

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

This div border color is #006A6A.


Opacity

.myOpacity80 { color: #006A6A; opacity: 0.8; }

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

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

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

This text has shadow with #006A6A color.

.textShadow {text-shadow: 3px 3px 1px #006A6A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006A6A on black background.


Color preview on white background

This text has color #006A6A on white background.



Black color preview on #006A6A background

This text has black color on #006A6A background.


White color preview on #006A6A background

This text has white color on #006A6A background.