COLOR #6A8483

HEX: #6A8483 RGB: (106,132,131)

Color info

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

RGB color model

#6A8483 color RGB value is (106,132,131).

RGB: (106,132,131) (42%, 52%, 51%)

RGB channels and saturation

R 106 of 255 = 42%
G 132 of 255 = 52%
B 131 of 255 = 51%

106
132
131

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

Portions of RGB colors in percentages

R + G + B = 106 + 132 + 131 = 369 (100%)
R 106 of 369 ~ 28.73%
G 132 of 369 ~ 35.77%
B 131 of 369 ~ 35.5'%

%28.73
%35.77
%35.5

CMYK color model

#6A8483 color CMYK value is (20,0,1,48).

  • cyan value is 19.70%
  • magenta value is 0.00%
  • yellow value is 0.76%
  • key color value is 48.24%

CMYK: (20,0,1,48)
C20M0Y1K48 (20%, 0%, 1%, 48%)
(0.20 / 0.00 / 0.01 / 0.48)

CMYK percentages

%19.7
%0
%0.76
%48.24

Codes

Color #6A8483 in popluar color models

6A 84 83
RGB 106 132 131
HSL 178° 10.92% 46.67%
HSB/HSV 178° 19.70% 51.76%
CMYK 19.70% 0.00% 0.76%
48.24%

Color #6A8483 in popluar number systems.

HEX 6A 84 83
Decimal 106 132 131
Binary 1101010 10000100 10000011
Octal 152 204 203

Shades and tints

Shades of #6A8483

#6A8483
(106,132,131)
#617878
(97,120,120)
#586C6D
(88,108,109)
#4F6062
(79,96,98)
#465457
(70,84,87)
#3D484C
(61,72,76)
#343C41
(52,60,65)
#2B3036
(43,48,54)
#22242B
(34,36,43)
#191820
(25,24,32)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #6A8483

#6A8483
(106,132,131)
#778F8E
(119,143,142)
#849A99
(132,154,153)
#91A5A4
(145,165,164)
#9EB0AF
(158,176,175)
#ABBBBA
(171,187,186)
#B8C6C5
(184,198,197)
#C5D1D0
(197,209,208)
#D2DCDB
(210,220,219)
#DFE7E6
(223,231,230)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8483; }

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

This text font color is #6A8483.

Background Color

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

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

This div background color is #6A8483.

Border color

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

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

This div border color is #6A8483.

Opacity

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

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

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

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

This text has shadow with #6A8483 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A8483.

Preview

Color preview on black background

This text has color #6A8483 on black background.


Color preview on white background

This text has color #6A8483 on white background.


Black color preview on #6A8483 background

This text has black color on #6A8483 background.


White color preview on #6A8483 background

This text has white color on #6A8483 background.


Related colors

Complementary color

Complementary color for #hex is #957B7C.


I love getcolorcode.com

Triadic colors

1 #836A84 and #84836A with #6A8483 are triadic colors.

2 #83846A and #846A83 with #6A8483 are triadic colors.