COLOR #6A8685

HEX: #6A8685 RGB: (106,134,133)

Color info

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

RGB color model

#6A8685 color RGB value is (106,134,133).

RGB: (106,134,133) (42%, 53%, 52%)

RGB channels and saturation

R 106 of 255 = 42%
G 134 of 255 = 53%
B 133 of 255 = 52%

106
134
133

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

Portions of RGB colors in percentages

R + G + B = 106 + 134 + 133 = 373 (100%)
R 106 of 373 ~ 28.42%
G 134 of 373 ~ 35.92%
B 133 of 373 ~ 35.66'%

%28.42
%35.92
%35.66

CMYK color model

#6A8685 color CMYK value is (21,0,1,47).

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 0.75%
  • key color value is 47.45%

CMYK: (21,0,1,47)
C21M0Y1K47 (21%, 0%, 1%, 47%)
(0.21 / 0.00 / 0.01 / 0.47)

CMYK percentages

%20.9
%0
%0.75
%47.45

Codes

Color #6A8685 in popluar color models

6A 86 85
RGB 106 134 133
HSL 178° 11.67% 47.06%
HSB/HSV 178° 20.90% 52.55%
CMYK 20.90% 0.00% 0.75%
47.45%

Color #6A8685 in popluar number systems.

HEX 6A 86 85
Decimal 106 134 133
Binary 1101010 10000110 10000101
Octal 152 206 205

Shades and tints

Shades of #6A8685

#6A8685
(106,134,133)
#617A79
(97,122,121)
#586E6D
(88,110,109)
#4F6261
(79,98,97)
#465655
(70,86,85)
#3D4A49
(61,74,73)
#343E3D
(52,62,61)
#2B3231
(43,50,49)
#222625
(34,38,37)
#191A19
(25,26,25)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #6A8685

#6A8685
(106,134,133)
#779190
(119,145,144)
#849C9B
(132,156,155)
#91A7A6
(145,167,166)
#9EB2B1
(158,178,177)
#ABBDBC
(171,189,188)
#B8C8C7
(184,200,199)
#C5D3D2
(197,211,210)
#D2DEDD
(210,222,221)
#DFE9E8
(223,233,232)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8685; }

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

This text font color is #6A8685.

Background Color

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

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

This div background color is #6A8685.

Border color

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

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

This div border color is #6A8685.

Opacity

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

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

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

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

This text has shadow with #6A8685 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A8685.

Preview

Color preview on black background

This text has color #6A8685 on black background.


Color preview on white background

This text has color #6A8685 on white background.


Black color preview on #6A8685 background

This text has black color on #6A8685 background.


White color preview on #6A8685 background

This text has white color on #6A8685 background.


Related colors

Complementary color

Complementary color for #hex is #95797A.


I love getcolorcode.com

Triadic colors

1 #856A86 and #86856A with #6A8685 are triadic colors.

2 #85866A and #866A85 with #6A8685 are triadic colors.