COLOR #6A9692

HEX: #6A9692
RGB: (106,150,146)

Color info

#6A9692 contains red, green and blue colors in about the same proportion. Web safe color of #6A9692 is #669999 (or #699).

RGB color model

#6A9692 color RGB value is (106,150,146).

  • red value is 106;
  • green value is 150;
  • blue value is 146.
RGB:
(106,150,146)
(42%,59%,57%)

RGB channels and saturation

R 106 of 255 = 42%
G 150 of 255 = 59%
B 146 of 255 = 57%

106
150
146

R + G + B ~ 53%. #6A9692 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 150 + 146 = 402 (100%)
R 106 of 402 ~ 26.37%
G 150 of 402 ~ 37.31%
B 146 of 402 ~ 36.32%

%26.37
%37.31
%36.32

CMYK color model

#6A9692 color CMYK value is (29,0,3,41).

  • cyan value is 29.33%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 41.18%
CMYK:
(29,0,3,41)
C29M0Y3K41 
(29%,0%,3%,41%)
(0.29/0.00/0.03/0.41)	

CMYK percentages

%29.33
%0
%2.67
%41.18

Codes

Color #6A9692 in popluar color models

6A9692
RGB106150146
HSL175°17.32%50.20%
HSB/HSV175°29.33%58.82%
CMYK29.33%0.00%2.67%
41.18%

Color #6A9692 in popluar number systems.

HEX6A9692
Decimal106150146
Binary11010101001011010010010
Octal152226222

Shades and tints

Shades of #6A9692

#6A9692
(106,150,146)
#618985
(97,137,133)
#587C78
(88,124,120)
#4F6F6B
(79,111,107)
#46625E
(70,98,94)
#3D5551
(61,85,81)
#344844
(52,72,68)
#2B3B37
(43,59,55)
#222E2A
(34,46,42)
#19211D
(25,33,29)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #6A9692

#6A9692
(106,150,146)
#779F9B
(119,159,155)
#84A8A4
(132,168,164)
#91B1AD
(145,177,173)
#9EBAB6
(158,186,182)
#ABC3BF
(171,195,191)
#B8CCC8
(184,204,200)
#C5D5D1
(197,213,209)
#D2DEDA
(210,222,218)
#DFE7E3
(223,231,227)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9692 color. Also use rgb(106,150,146) instead hex code.

Text Font Color

.myTextColor { color: #6A9692; }

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

This text font color is #6A9692.


Background Color

.myBgColor { background-color: #6A9692; }

<div style="background-color:#6A9692">Inner text</div>

This div background color is #6A9692.


Border color

.myBorderColor { border: 1px solid #6A9692; }

<div style="border:3px solid #6A9692">Div</div>

This div border color is #6A9692.


Opacity

.myOpacity80 { color: #6A9692; opacity: 0.8; }

<p style="color:#6A9692;opacity:0.8;">80%</p>

Text with #6A9692 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 #6A9692;}

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

This text has shadow with #6A9692 color.

.textShadow {text-shadow: 3px 3px 1px #6A9692, 3px 3px 1px red;}

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

This text has shadow with #6A9692 primary color and red secondary color.


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

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

This text has shadow with #6A9692 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9692 on black background.


Color preview on white background

This text has color #6A9692 on white background.



Black color preview on #6A9692 background

This text has black color on #6A9692 background.


White color preview on #6A9692 background

This text has white color on #6A9692 background.