COLOR #6F617A

HEX: #6F617A RGB: (111,97,122)

Color info

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

RGB color model

#6F617A color RGB value is (111,97,122).

RGB: (111,97,122) (44%, 38%, 48%)

RGB channels and saturation

R 111 of 255 = 44%
G 97 of 255 = 38%
B 122 of 255 = 48%

111
97
122

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

Portions of RGB colors in percentages

R + G + B = 111 + 97 + 122 = 330 (100%)
R 111 of 330 ~ 33.64%
G 97 of 330 ~ 29.39%
B 122 of 330 ~ 36.97'%

%33.64
%29.39
%36.97

CMYK color model

#6F617A color CMYK value is (9,20,0,52).

  • cyan value is 9.02%
  • magenta value is 20.49%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (9,20,0,52)
C9M20Y0K52 (9%, 20%, 0%, 52%)
(0.09 / 0.20 / 0.00 / 0.52)

CMYK percentages

%9.02
%20.49
%0
%52.16

Codes

Color #6F617A in popluar color models

6F 61 7A
RGB 111 97 122
HSL 274° 11.42% 42.94%
HSB/HSV 274° 20.49% 47.84%
CMYK 9.02% 20.49% 0.00%
52.16%

Color #6F617A in popluar number systems.

HEX 6F 61 7A
Decimal 111 97 122
Binary 1101111 1100001 1111010
Octal 157 141 172

Shades and tints

Shades of #6F617A

#6F617A
(111,97,122)
#65596F
(101,89,111)
#5B5164
(91,81,100)
#514959
(81,73,89)
#47414E
(71,65,78)
#3D3943
(61,57,67)
#333138
(51,49,56)
#29292D
(41,41,45)
#1F2122
(31,33,34)
#151917
(21,25,23)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #6F617A

#6F617A
(111,97,122)
#7C6F86
(124,111,134)
#897D92
(137,125,146)
#968B9E
(150,139,158)
#A399AA
(163,153,170)
#B0A7B6
(176,167,182)
#BDB5C2
(189,181,194)
#CAC3CE
(202,195,206)
#D7D1DA
(215,209,218)
#E4DFE6
(228,223,230)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F617A color. Also use rgb(111,97,122) instead hex code.

Text Font Color

.myTextColor { color: #6F617A; }

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

This text font color is #6F617A.

Background Color

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

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

This div background color is #6F617A.

Border color

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

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

This div border color is #6F617A.

Opacity

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

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

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

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

This text has shadow with #6F617A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F617A.

Preview

Color preview on black background

This text has color #6F617A on black background.


Color preview on white background

This text has color #6F617A on white background.


Black color preview on #6F617A background

This text has black color on #6F617A background.


White color preview on #6F617A background

This text has white color on #6F617A background.


Related colors

Complementary color

Complementary color for #hex is #909E85.


I love getcolorcode.com

Triadic colors

1 #7A6F61 and #617A6F with #6F617A are triadic colors.

2 #7A616F and #616F7A with #6F617A are triadic colors.