COLOR #6A9A95

HEX: #6A9A95
RGB: (106,154,149)

Color info

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

RGB color model

#6A9A95 color RGB value is (106,154,149).

  • red value is 106;
  • green value is 154;
  • blue value is 149.
RGB:
(106,154,149)
(42%,60%,58%)

RGB channels and saturation

R 106 of 255 = 42%
G 154 of 255 = 60%
B 149 of 255 = 58%

106
154
149

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

Portions of RGB colors in percentages

R + G + B =
106 + 154 + 149 = 409 (100%)
R 106 of 409 ~ 25.92%
G 154 of 409 ~ 37.65%
B 149 of 409 ~ 36.43%

%25.92
%37.65
%36.43

CMYK color model

#6A9A95 color CMYK value is (31,0,3,40).

  • cyan value is 31.17%
  • magenta value is 0.00%
  • yellow value is 3.25%
  • key color value is 39.61%
CMYK:
(31,0,3,40)
C31M0Y3K40 
(31%,0%,3%,40%)
(0.31/0.00/0.03/0.40)	

CMYK percentages

%31.17
%0
%3.25
%39.61

Codes

Color #6A9A95 in popluar color models

6A9A95
RGB106154149
HSL174°19.20%50.98%
HSB/HSV174°31.17%60.39%
CMYK31.17%0.00%3.25%
39.61%

Color #6A9A95 in popluar number systems.

HEX6A9A95
Decimal106154149
Binary11010101001101010010101
Octal152232225

Shades and tints

Shades of #6A9A95

#6A9A95
(106,154,149)
#618C88
(97,140,136)
#587E7B
(88,126,123)
#4F706E
(79,112,110)
#466261
(70,98,97)
#3D5454
(61,84,84)
#344647
(52,70,71)
#2B383A
(43,56,58)
#222A2D
(34,42,45)
#191C20
(25,28,32)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #6A9A95

#6A9A95
(106,154,149)
#77A39E
(119,163,158)
#84ACA7
(132,172,167)
#91B5B0
(145,181,176)
#9EBEB9
(158,190,185)
#ABC7C2
(171,199,194)
#B8D0CB
(184,208,203)
#C5D9D4
(197,217,212)
#D2E2DD
(210,226,221)
#DFEBE6
(223,235,230)
#ECF4EF
(236,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9A95 color. Also use rgb(106,154,149) instead hex code.

Text Font Color

.myTextColor { color: #6A9A95; }

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

This text font color is #6A9A95.


Background Color

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

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

This div background color is #6A9A95.


Border color

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

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

This div border color is #6A9A95.


Opacity

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

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

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

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

This text has shadow with #6A9A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9A95 on black background.


Color preview on white background

This text has color #6A9A95 on white background.



Black color preview on #6A9A95 background

This text has black color on #6A9A95 background.


White color preview on #6A9A95 background

This text has white color on #6A9A95 background.