COLOR #6A8882

HEX: #6A8882 RGB: (106,136,130)

Color info

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

RGB color model

#6A8882 color RGB value is (106,136,130).

RGB: (106,136,130) (42%, 53%, 51%)

RGB channels and saturation

R 106 of 255 = 42%
G 136 of 255 = 53%
B 130 of 255 = 51%

106
136
130

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

Portions of RGB colors in percentages

R + G + B = 106 + 136 + 130 = 372 (100%)
R 106 of 372 ~ 28.49%
G 136 of 372 ~ 36.56%
B 130 of 372 ~ 34.95'%

%28.49
%36.56
%34.95

CMYK color model

#6A8882 color CMYK value is (22,0,4,47).

  • cyan value is 22.06%
  • magenta value is 0.00%
  • yellow value is 4.41%
  • key color value is 46.67%

CMYK: (22,0,4,47)
C22M0Y4K47 (22%, 0%, 4%, 47%)
(0.22 / 0.00 / 0.04 / 0.47)

CMYK percentages

%22.06
%0
%4.41
%46.67

Codes

Color #6A8882 in popluar color models

6A 88 82
RGB 106 136 130
HSL 168° 12.40% 47.45%
HSB/HSV 168° 22.06% 53.33%
CMYK 22.06% 0.00% 4.41%
46.67%

Color #6A8882 in popluar number systems.

HEX 6A 88 82
Decimal 106 136 130
Binary 1101010 10001000 10000010
Octal 152 210 202

Shades and tints

Shades of #6A8882

#6A8882
(106,136,130)
#617C77
(97,124,119)
#58706C
(88,112,108)
#4F6461
(79,100,97)
#465856
(70,88,86)
#3D4C4B
(61,76,75)
#344040
(52,64,64)
#2B3435
(43,52,53)
#22282A
(34,40,42)
#191C1F
(25,28,31)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #6A8882

#6A8882
(106,136,130)
#77928D
(119,146,141)
#849C98
(132,156,152)
#91A6A3
(145,166,163)
#9EB0AE
(158,176,174)
#ABBAB9
(171,186,185)
#B8C4C4
(184,196,196)
#C5CECF
(197,206,207)
#D2D8DA
(210,216,218)
#DFE2E5
(223,226,229)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8882 color. Also use rgb(106,136,130) instead hex code.

Text Font Color

.myTextColor { color: #6A8882; }

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

This text font color is #6A8882.

Background Color

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

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

This div background color is #6A8882.

Border color

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

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

This div border color is #6A8882.

Opacity

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

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

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

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

This text has shadow with #6A8882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A8882.

Preview

Color preview on black background

This text has color #6A8882 on black background.


Color preview on white background

This text has color #6A8882 on white background.


Black color preview on #6A8882 background

This text has black color on #6A8882 background.


White color preview on #6A8882 background

This text has white color on #6A8882 background.


Related colors

Complementary color

Complementary color for #hex is #95777D.


I love getcolorcode.com

Triadic colors

1 #826A88 and #88826A with #6A8882 are triadic colors.

2 #82886A and #886A82 with #6A8882 are triadic colors.