COLOR #6A6C5E

HEX: #6A6C5E RGB: (106,108,94)

Color info

#6A6C5E contains red, green and blue colors in about the same proportion. Web safe color of #6A6C5E is #666666 (or #666).

RGB color model

#6A6C5E color RGB value is (106,108,94).

RGB: (106,108,94) (42%, 42%, 37%)

RGB channels and saturation

R 106 of 255 = 42%
G 108 of 255 = 42%
B 94 of 255 = 37%

106
108
94

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

Portions of RGB colors in percentages

R + G + B = 106 + 108 + 94 = 308 (100%)
R 106 of 308 ~ 34.42%
G 108 of 308 ~ 35.06%
B 94 of 308 ~ 30.52'%

%34.42
%35.06
%30.52

CMYK color model

#6A6C5E color CMYK value is (2,0,13,58).

  • cyan value is 1.85%
  • magenta value is 0.00%
  • yellow value is 12.96%
  • key color value is 57.65%

CMYK: (2,0,13,58)
C2M0Y13K58 (2%, 0%, 13%, 58%)
(0.02 / 0.00 / 0.13 / 0.58)

CMYK percentages

%1.85
%0
%12.96
%57.65

Codes

Color #6A6C5E in popluar color models

6A 6C 5E
RGB 106 108 94
HSL 69° 6.93% 39.61%
HSB/HSV 69° 12.96% 42.35%
CMYK 1.85% 0.00% 12.96%
57.65%

Color #6A6C5E in popluar number systems.

HEX 6A 6C 5E
Decimal 106 108 94
Binary 1101010 1101100 1011110
Octal 152 154 136

Shades and tints

Shades of #6A6C5E

#6A6C5E
(106,108,94)
#616356
(97,99,86)
#585A4E
(88,90,78)
#4F5146
(79,81,70)
#46483E
(70,72,62)
#3D3F36
(61,63,54)
#34362E
(52,54,46)
#2B2D26
(43,45,38)
#22241E
(34,36,30)
#191B16
(25,27,22)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #6A6C5E

#6A6C5E
(106,108,94)
#77796C
(119,121,108)
#84867A
(132,134,122)
#919388
(145,147,136)
#9EA096
(158,160,150)
#ABADA4
(171,173,164)
#B8BAB2
(184,186,178)
#C5C7C0
(197,199,192)
#D2D4CE
(210,212,206)
#DFE1DC
(223,225,220)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6C5E color. Also use rgb(106,108,94) instead hex code.

Text Font Color

.myTextColor { color: #6A6C5E; }

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

This text font color is #6A6C5E.

Background Color

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

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

This div background color is #6A6C5E.

Border color

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

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

This div border color is #6A6C5E.

Opacity

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

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

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

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

This text has shadow with #6A6C5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6C5E.

Preview

Color preview on black background

This text has color #6A6C5E on black background.


Color preview on white background

This text has color #6A6C5E on white background.


Black color preview on #6A6C5E background

This text has black color on #6A6C5E background.


White color preview on #6A6C5E background

This text has white color on #6A6C5E background.


Related colors

Complementary color

Complementary color for #hex is #9593A1.


I love getcolorcode.com

Triadic colors

1 #5E6A6C and #6C5E6A with #6A6C5E are triadic colors.

2 #5E6C6A and #6C6A5E with #6A6C5E are triadic colors.