COLOR #6A6163

HEX: #6A6163 RGB: (106,97,99)

Color info

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

RGB color model

#6A6163 color RGB value is (106,97,99).

RGB: (106,97,99) (42%, 38%, 39%)

RGB channels and saturation

R 106 of 255 = 42%
G 97 of 255 = 38%
B 99 of 255 = 39%

106
97
99

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

Portions of RGB colors in percentages

R + G + B = 106 + 97 + 99 = 302 (100%)
R 106 of 302 ~ 35.1%
G 97 of 302 ~ 32.12%
B 99 of 302 ~ 32.78'%

%35.1
%32.12
%32.78

CMYK color model

#6A6163 color CMYK value is (0,8,7,58).

  • cyan value is 0.00%
  • magenta value is 8.49%
  • yellow value is 6.60%
  • key color value is 58.43%

CMYK: (0,8,7,58)
C0M8Y7K58 (0%, 8%, 7%, 58%)
(0.00 / 0.08 / 0.07 / 0.58)

CMYK percentages

%0
%8.49
%6.6
%58.43

Codes

Color #6A6163 in popluar color models

6A 61 63
RGB 106 97 99
HSL 347° 4.43% 39.80%
HSB/HSV 347° 8.49% 41.57%
CMYK 0.00% 8.49% 6.60%
58.43%

Color #6A6163 in popluar number systems.

HEX 6A 61 63
Decimal 106 97 99
Binary 1101010 1100001 1100011
Octal 152 141 143

Shades and tints

Shades of #6A6163

#6A6163
(106,97,99)
#61595A
(97,89,90)
#585151
(88,81,81)
#4F4948
(79,73,72)
#46413F
(70,65,63)
#3D3936
(61,57,54)
#34312D
(52,49,45)
#2B2924
(43,41,36)
#22211B
(34,33,27)
#191912
(25,25,18)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #6A6163

#6A6163
(106,97,99)
#776F71
(119,111,113)
#847D7F
(132,125,127)
#918B8D
(145,139,141)
#9E999B
(158,153,155)
#ABA7A9
(171,167,169)
#B8B5B7
(184,181,183)
#C5C3C5
(197,195,197)
#D2D1D3
(210,209,211)
#DFDFE1
(223,223,225)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6163 color. Also use rgb(106,97,99) instead hex code.

Text Font Color

.myTextColor { color: #6A6163; }

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

This text font color is #6A6163.

Background Color

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

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

This div background color is #6A6163.

Border color

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

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

This div border color is #6A6163.

Opacity

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

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

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

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

This text has shadow with #6A6163 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6163.

Preview

Color preview on black background

This text has color #6A6163 on black background.


Color preview on white background

This text has color #6A6163 on white background.


Black color preview on #6A6163 background

This text has black color on #6A6163 background.


White color preview on #6A6163 background

This text has white color on #6A6163 background.


Related colors

Complementary color

Complementary color for #hex is #959E9C.


I love getcolorcode.com

Triadic colors

1 #636A61 and #61636A with #6A6163 are triadic colors.

2 #63616A and #616A63 with #6A6163 are triadic colors.