COLOR #6A9383

HEX: #6A9383 RGB: (106,147,131)

Color info

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

RGB color model

#6A9383 color RGB value is (106,147,131).

RGB: (106,147,131) (42%, 58%, 51%)

RGB channels and saturation

R 106 of 255 = 42%
G 147 of 255 = 58%
B 131 of 255 = 51%

106
147
131

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

Portions of RGB colors in percentages

R + G + B = 106 + 147 + 131 = 384 (100%)
R 106 of 384 ~ 27.6%
G 147 of 384 ~ 38.28%
B 131 of 384 ~ 34.11'%

%27.6
%38.28
%34.11

CMYK color model

#6A9383 color CMYK value is (28,0,11,42).

  • cyan value is 27.89%
  • magenta value is 0.00%
  • yellow value is 10.88%
  • key color value is 42.35%

CMYK: (28,0,11,42)
C28M0Y11K42 (28%, 0%, 11%, 42%)
(0.28 / 0.00 / 0.11 / 0.42)

CMYK percentages

%27.89
%0
%10.88
%42.35

Codes

Color #6A9383 in popluar color models

6A 93 83
RGB 106 147 131
HSL 157° 16.21% 49.61%
HSB/HSV 157° 27.89% 57.65%
CMYK 27.89% 0.00% 10.88%
42.35%

Color #6A9383 in popluar number systems.

HEX 6A 93 83
Decimal 106 147 131
Binary 1101010 10010011 10000011
Octal 152 223 203

Shades and tints

Shades of #6A9383

#6A9383
(106,147,131)
#618678
(97,134,120)
#58796D
(88,121,109)
#4F6C62
(79,108,98)
#465F57
(70,95,87)
#3D524C
(61,82,76)
#344541
(52,69,65)
#2B3836
(43,56,54)
#222B2B
(34,43,43)
#191E20
(25,30,32)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #6A9383

#6A9383
(106,147,131)
#779C8E
(119,156,142)
#84A599
(132,165,153)
#91AEA4
(145,174,164)
#9EB7AF
(158,183,175)
#ABC0BA
(171,192,186)
#B8C9C5
(184,201,197)
#C5D2D0
(197,210,208)
#D2DBDB
(210,219,219)
#DFE4E6
(223,228,230)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9383; }

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

This text font color is #6A9383.

Background Color

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

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

This div background color is #6A9383.

Border color

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

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

This div border color is #6A9383.

Opacity

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

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

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

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

This text has shadow with #6A9383 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A9383.

Preview

Color preview on black background

This text has color #6A9383 on black background.


Color preview on white background

This text has color #6A9383 on white background.


Black color preview on #6A9383 background

This text has black color on #6A9383 background.


White color preview on #6A9383 background

This text has white color on #6A9383 background.


Related colors

Complementary color

Complementary color for #hex is #956C7C.


I love getcolorcode.com

Triadic colors

1 #836A93 and #93836A with #6A9383 are triadic colors.

2 #83936A and #936A83 with #6A9383 are triadic colors.