COLOR #6A756E

HEX: #6A756E RGB: (106,117,110)

Color info

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

RGB color model

#6A756E color RGB value is (106,117,110).

RGB: (106,117,110) (42%, 46%, 43%)

RGB channels and saturation

R 106 of 255 = 42%
G 117 of 255 = 46%
B 110 of 255 = 43%

106
117
110

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

Portions of RGB colors in percentages

R + G + B = 106 + 117 + 110 = 333 (100%)
R 106 of 333 ~ 31.83%
G 117 of 333 ~ 35.14%
B 110 of 333 ~ 33.03'%

%31.83
%35.14
%33.03

CMYK color model

#6A756E color CMYK value is (9,0,6,54).

  • cyan value is 9.40%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 54.12%

CMYK: (9,0,6,54)
C9M0Y6K54 (9%, 0%, 6%, 54%)
(0.09 / 0.00 / 0.06 / 0.54)

CMYK percentages

%9.4
%0
%5.98
%54.12

Codes

Color #6A756E in popluar color models

6A 75 6E
RGB 106 117 110
HSL 142° 4.93% 43.73%
HSB/HSV 142° 9.40% 45.88%
CMYK 9.40% 0.00% 5.98%
54.12%

Color #6A756E in popluar number systems.

HEX 6A 75 6E
Decimal 106 117 110
Binary 1101010 1110101 1101110
Octal 152 165 156

Shades and tints

Shades of #6A756E

#6A756E
(106,117,110)
#616B64
(97,107,100)
#58615A
(88,97,90)
#4F5750
(79,87,80)
#464D46
(70,77,70)
#3D433C
(61,67,60)
#343932
(52,57,50)
#2B2F28
(43,47,40)
#22251E
(34,37,30)
#191B14
(25,27,20)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #6A756E

#6A756E
(106,117,110)
#77817B
(119,129,123)
#848D88
(132,141,136)
#919995
(145,153,149)
#9EA5A2
(158,165,162)
#ABB1AF
(171,177,175)
#B8BDBC
(184,189,188)
#C5C9C9
(197,201,201)
#D2D5D6
(210,213,214)
#DFE1E3
(223,225,227)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A756E color. Also use rgb(106,117,110) instead hex code.

Text Font Color

.myTextColor { color: #6A756E; }

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

This text font color is #6A756E.

Background Color

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

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

This div background color is #6A756E.

Border color

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

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

This div border color is #6A756E.

Opacity

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

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

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

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

This text has shadow with #6A756E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A756E.

Preview

Color preview on black background

This text has color #6A756E on black background.


Color preview on white background

This text has color #6A756E on white background.


Black color preview on #6A756E background

This text has black color on #6A756E background.


White color preview on #6A756E background

This text has white color on #6A756E background.


Related colors

Complementary color

Complementary color for #hex is #958A91.


I love getcolorcode.com

Triadic colors

1 #6E6A75 and #756E6A with #6A756E are triadic colors.

2 #6E756A and #756A6E with #6A756E are triadic colors.