COLOR #6B817A

HEX: #6B817A RGB: (107,129,122)

Color info

#6B817A contains red, green and blue colors in about the same proportion. Web safe color of #6B817A is #669966 (or #696).

RGB color model

#6B817A color RGB value is (107,129,122).

RGB: (107,129,122) (42%, 51%, 48%)

RGB channels and saturation

R 107 of 255 = 42%
G 129 of 255 = 51%
B 122 of 255 = 48%

107
129
122

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

Portions of RGB colors in percentages

R + G + B = 107 + 129 + 122 = 358 (100%)
R 107 of 358 ~ 29.89%
G 129 of 358 ~ 36.03%
B 122 of 358 ~ 34.08'%

%29.89
%36.03
%34.08

CMYK color model

#6B817A color CMYK value is (17,0,5,49).

  • cyan value is 17.05%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 49.41%

CMYK: (17,0,5,49)
C17M0Y5K49 (17%, 0%, 5%, 49%)
(0.17 / 0.00 / 0.05 / 0.49)

CMYK percentages

%17.05
%0
%5.43
%49.41

Codes

Color #6B817A in popluar color models

6B 81 7A
RGB 107 129 122
HSL 161° 9.32% 46.27%
HSB/HSV 161° 17.05% 50.59%
CMYK 17.05% 0.00% 5.43%
49.41%

Color #6B817A in popluar number systems.

HEX 6B 81 7A
Decimal 107 129 122
Binary 1101011 10000001 1111010
Octal 153 201 172

Shades and tints

Shades of #6B817A

#6B817A
(107,129,122)
#62766F
(98,118,111)
#596B64
(89,107,100)
#506059
(80,96,89)
#47554E
(71,85,78)
#3E4A43
(62,74,67)
#353F38
(53,63,56)
#2C342D
(44,52,45)
#232922
(35,41,34)
#1A1E17
(26,30,23)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #6B817A

#6B817A
(107,129,122)
#788C86
(120,140,134)
#859792
(133,151,146)
#92A29E
(146,162,158)
#9FADAA
(159,173,170)
#ACB8B6
(172,184,182)
#B9C3C2
(185,195,194)
#C6CECE
(198,206,206)
#D3D9DA
(211,217,218)
#E0E4E6
(224,228,230)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B817A color. Also use rgb(107,129,122) instead hex code.

Text Font Color

.myTextColor { color: #6B817A; }

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

This text font color is #6B817A.

Background Color

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

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

This div background color is #6B817A.

Border color

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

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

This div border color is #6B817A.

Opacity

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

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

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

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

This text has shadow with #6B817A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B817A.

Preview

Color preview on black background

This text has color #6B817A on black background.


Color preview on white background

This text has color #6B817A on white background.


Black color preview on #6B817A background

This text has black color on #6B817A background.


White color preview on #6B817A background

This text has white color on #6B817A background.


Related colors

Complementary color

Complementary color for #hex is #947E85.


I love getcolorcode.com

Triadic colors

1 #7A6B81 and #817A6B with #6B817A are triadic colors.

2 #7A816B and #816B7A with #6B817A are triadic colors.