COLOR #6A7466

HEX: #6A7466
RGB: (106,116,102)

Color info

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

RGB color model

#6A7466 color RGB value is (106,116,102).

  • red value is 106;
  • green value is 116;
  • blue value is 102.
RGB:
(106,116,102)
(42%,45%,40%)

RGB channels and saturation

R 106 of 255 = 42%
G 116 of 255 = 45%
B 102 of 255 = 40%

106
116
102

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

Portions of RGB colors in percentages

R + G + B =
106 + 116 + 102 = 324 (100%)
R 106 of 324 ~ 32.72%
G 116 of 324 ~ 35.8%
B 102 of 324 ~ 31.48%

%32.72
%35.8
%31.48

CMYK color model

#6A7466 color CMYK value is (9,0,12,55).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 54.51%
CMYK:
(9,0,12,55)
C9M0Y12K55 
(9%,0%,12%,55%)
(0.09/0.00/0.12/0.55)	

CMYK percentages

%8.62
%0
%12.07
%54.51

Codes

Color #6A7466 in popluar color models

6A7466
RGB106116102
HSL103°6.42%42.75%
HSB/HSV103°12.07%45.49%
CMYK8.62%0.00%12.07%
54.51%

Color #6A7466 in popluar number systems.

HEX6A7466
Decimal106116102
Binary110101011101001100110
Octal152164146

Shades and tints

Shades of #6A7466

#6A7466
(106,116,102)
#616A5D
(97,106,93)
#586054
(88,96,84)
#4F564B
(79,86,75)
#464C42
(70,76,66)
#3D4239
(61,66,57)
#343830
(52,56,48)
#2B2E27
(43,46,39)
#22241E
(34,36,30)
#191A15
(25,26,21)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #6A7466

#6A7466
(106,116,102)
#778073
(119,128,115)
#848C80
(132,140,128)
#91988D
(145,152,141)
#9EA49A
(158,164,154)
#ABB0A7
(171,176,167)
#B8BCB4
(184,188,180)
#C5C8C1
(197,200,193)
#D2D4CE
(210,212,206)
#DFE0DB
(223,224,219)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7466 color. Also use rgb(106,116,102) instead hex code.

Text Font Color

.myTextColor { color: #6A7466; }

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

This text font color is #6A7466.


Background Color

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

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

This div background color is #6A7466.


Border color

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

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

This div border color is #6A7466.


Opacity

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

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

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

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

This text has shadow with #6A7466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7466 on black background.


Color preview on white background

This text has color #6A7466 on white background.



Black color preview on #6A7466 background

This text has black color on #6A7466 background.


White color preview on #6A7466 background

This text has white color on #6A7466 background.