COLOR #6A6B63

HEX: #6A6B63 RGB: (106,107,99)

Color info

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

RGB color model

#6A6B63 color RGB value is (106,107,99).

RGB: (106,107,99) (42%, 42%, 39%)

RGB channels and saturation

R 106 of 255 = 42%
G 107 of 255 = 42%
B 99 of 255 = 39%

106
107
99

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

Portions of RGB colors in percentages

R + G + B = 106 + 107 + 99 = 312 (100%)
R 106 of 312 ~ 33.97%
G 107 of 312 ~ 34.29%
B 99 of 312 ~ 31.73'%

%33.97
%34.29
%31.73

CMYK color model

#6A6B63 color CMYK value is (1,0,7,58).

  • cyan value is 0.93%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 58.04%

CMYK: (1,0,7,58)
C1M0Y7K58 (1%, 0%, 7%, 58%)
(0.01 / 0.00 / 0.07 / 0.58)

CMYK percentages

%0.93
%0
%7.48
%58.04

Codes

Color #6A6B63 in popluar color models

6A 6B 63
RGB 106 107 99
HSL 68° 3.88% 40.39%
HSB/HSV 68° 7.48% 41.96%
CMYK 0.93% 0.00% 7.48%
58.04%

Color #6A6B63 in popluar number systems.

HEX 6A 6B 63
Decimal 106 107 99
Binary 1101010 1101011 1100011
Octal 152 153 143

Shades and tints

Shades of #6A6B63

#6A6B63
(106,107,99)
#61625A
(97,98,90)
#585951
(88,89,81)
#4F5048
(79,80,72)
#46473F
(70,71,63)
#3D3E36
(61,62,54)
#34352D
(52,53,45)
#2B2C24
(43,44,36)
#22231B
(34,35,27)
#191A12
(25,26,18)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #6A6B63

#6A6B63
(106,107,99)
#777871
(119,120,113)
#84857F
(132,133,127)
#91928D
(145,146,141)
#9E9F9B
(158,159,155)
#ABACA9
(171,172,169)
#B8B9B7
(184,185,183)
#C5C6C5
(197,198,197)
#D2D3D3
(210,211,211)
#DFE0E1
(223,224,225)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6B63; }

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

This text font color is #6A6B63.

Background Color

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

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

This div background color is #6A6B63.

Border color

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

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

This div border color is #6A6B63.

Opacity

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

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

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

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

This text has shadow with #6A6B63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6B63.

Preview

Color preview on black background

This text has color #6A6B63 on black background.


Color preview on white background

This text has color #6A6B63 on white background.


Black color preview on #6A6B63 background

This text has black color on #6A6B63 background.


White color preview on #6A6B63 background

This text has white color on #6A6B63 background.


Related colors

Complementary color

Complementary color for #hex is #95949C.


I love getcolorcode.com

Triadic colors

1 #636A6B and #6B636A with #6A6B63 are triadic colors.

2 #636B6A and #6B6A63 with #6A6B63 are triadic colors.