COLOR #6A8883

HEX: #6A8883 RGB: (106,136,131)

Color info

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

RGB color model

#6A8883 color RGB value is (106,136,131).

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

RGB channels and saturation

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

106
136
131

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

Portions of RGB colors in percentages

R + G + B = 106 + 136 + 131 = 373 (100%)
R 106 of 373 ~ 28.42%
G 136 of 373 ~ 36.46%
B 131 of 373 ~ 35.12'%

%28.42
%36.46
%35.12

CMYK color model

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

  • cyan value is 22.06%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • 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
%3.68
%46.67

Codes

Color #6A8883 in popluar color models

6A 88 83
RGB 106 136 131
HSL 170° 12.40% 47.45%
HSB/HSV 170° 22.06% 53.33%
CMYK 22.06% 0.00% 3.68%
46.67%

Color #6A8883 in popluar number systems.

HEX 6A 88 83
Decimal 106 136 131
Binary 1101010 10001000 10000011
Octal 152 210 203

Shades and tints

Shades of #6A8883

#6A8883
(106,136,131)
#617C78
(97,124,120)
#58706D
(88,112,109)
#4F6462
(79,100,98)
#465857
(70,88,87)
#3D4C4C
(61,76,76)
#344041
(52,64,65)
#2B3436
(43,52,54)
#22282B
(34,40,43)
#191C20
(25,28,32)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #6A8883

#6A8883
(106,136,131)
#77928E
(119,146,142)
#849C99
(132,156,153)
#91A6A4
(145,166,164)
#9EB0AF
(158,176,175)
#ABBABA
(171,186,186)
#B8C4C5
(184,196,197)
#C5CED0
(197,206,208)
#D2D8DB
(210,216,219)
#DFE2E6
(223,226,230)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8883; }

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

This text font color is #6A8883.

Background Color

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

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

This div background color is #6A8883.

Border color

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

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

This div border color is #6A8883.

Opacity

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

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

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

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

This text has shadow with #6A8883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A8883.

Preview

Color preview on black background

This text has color #6A8883 on black background.


Color preview on white background

This text has color #6A8883 on white background.


Black color preview on #6A8883 background

This text has black color on #6A8883 background.


White color preview on #6A8883 background

This text has white color on #6A8883 background.


Related colors

Complementary color

Complementary color for #hex is #95777C.


I love getcolorcode.com

Triadic colors

1 #836A88 and #88836A with #6A8883 are triadic colors.

2 #83886A and #886A83 with #6A8883 are triadic colors.