COLOR #6A9685

HEX: #6A9685 RGB: (106,150,133)

Color info

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

RGB color model

#6A9685 color RGB value is (106,150,133).

RGB: (106,150,133) (42%, 59%, 52%)

RGB channels and saturation

R 106 of 255 = 42%
G 150 of 255 = 59%
B 133 of 255 = 52%

106
150
133

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

Portions of RGB colors in percentages

R + G + B = 106 + 150 + 133 = 389 (100%)
R 106 of 389 ~ 27.25%
G 150 of 389 ~ 38.56%
B 133 of 389 ~ 34.19'%

%27.25
%38.56
%34.19

CMYK color model

#6A9685 color CMYK value is (29,0,11,41).

  • cyan value is 29.33%
  • magenta value is 0.00%
  • yellow value is 11.33%
  • key color value is 41.18%

CMYK: (29,0,11,41)
C29M0Y11K41 (29%, 0%, 11%, 41%)
(0.29 / 0.00 / 0.11 / 0.41)

CMYK percentages

%29.33
%0
%11.33
%41.18

Codes

Color #6A9685 in popluar color models

6A 96 85
RGB 106 150 133
HSL 157° 17.32% 50.20%
HSB/HSV 157° 29.33% 58.82%
CMYK 29.33% 0.00% 11.33%
41.18%

Color #6A9685 in popluar number systems.

HEX 6A 96 85
Decimal 106 150 133
Binary 1101010 10010110 10000101
Octal 152 226 205

Shades and tints

Shades of #6A9685

#6A9685
(106,150,133)
#618979
(97,137,121)
#587C6D
(88,124,109)
#4F6F61
(79,111,97)
#466255
(70,98,85)
#3D5549
(61,85,73)
#34483D
(52,72,61)
#2B3B31
(43,59,49)
#222E25
(34,46,37)
#192119
(25,33,25)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #6A9685

#6A9685
(106,150,133)
#779F90
(119,159,144)
#84A89B
(132,168,155)
#91B1A6
(145,177,166)
#9EBAB1
(158,186,177)
#ABC3BC
(171,195,188)
#B8CCC7
(184,204,199)
#C5D5D2
(197,213,210)
#D2DEDD
(210,222,221)
#DFE7E8
(223,231,232)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9685; }

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

This text font color is #6A9685.

Background Color

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

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

This div background color is #6A9685.

Border color

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

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

This div border color is #6A9685.

Opacity

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

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

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

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

This text has shadow with #6A9685 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A9685.

Preview

Color preview on black background

This text has color #6A9685 on black background.


Color preview on white background

This text has color #6A9685 on white background.


Black color preview on #6A9685 background

This text has black color on #6A9685 background.


White color preview on #6A9685 background

This text has white color on #6A9685 background.


Related colors

Complementary color

Complementary color for #hex is #95697A.


I love getcolorcode.com

Triadic colors

1 #856A96 and #96856A with #6A9685 are triadic colors.

2 #85966A and #966A85 with #6A9685 are triadic colors.