COLOR #6F617E

HEX: #6F617E RGB: (111,97,126)

Color info

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

RGB color model

#6F617E color RGB value is (111,97,126).

RGB: (111,97,126) (44%, 38%, 49%)

RGB channels and saturation

R 111 of 255 = 44%
G 97 of 255 = 38%
B 126 of 255 = 49%

111
97
126

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

Portions of RGB colors in percentages

R + G + B = 111 + 97 + 126 = 334 (100%)
R 111 of 334 ~ 33.23%
G 97 of 334 ~ 29.04%
B 126 of 334 ~ 37.72'%

%33.23
%29.04
%37.72

CMYK color model

#6F617E color CMYK value is (12,23,0,51).

  • cyan value is 11.90%
  • magenta value is 23.02%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (12,23,0,51)
C12M23Y0K51 (12%, 23%, 0%, 51%)
(0.12 / 0.23 / 0.00 / 0.51)

CMYK percentages

%11.9
%23.02
%0
%50.59

Codes

Color #6F617E in popluar color models

6F 61 7E
RGB 111 97 126
HSL 269° 13.00% 43.73%
HSB/HSV 269° 23.02% 49.41%
CMYK 11.90% 23.02% 0.00%
50.59%

Color #6F617E in popluar number systems.

HEX 6F 61 7E
Decimal 111 97 126
Binary 1101111 1100001 1111110
Octal 157 141 176

Shades and tints

Shades of #6F617E

#6F617E
(111,97,126)
#655973
(101,89,115)
#5B5168
(91,81,104)
#51495D
(81,73,93)
#474152
(71,65,82)
#3D3947
(61,57,71)
#33313C
(51,49,60)
#292931
(41,41,49)
#1F2126
(31,33,38)
#15191B
(21,25,27)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #6F617E

#6F617E
(111,97,126)
#7C6F89
(124,111,137)
#897D94
(137,125,148)
#968B9F
(150,139,159)
#A399AA
(163,153,170)
#B0A7B5
(176,167,181)
#BDB5C0
(189,181,192)
#CAC3CB
(202,195,203)
#D7D1D6
(215,209,214)
#E4DFE1
(228,223,225)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F617E; }

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

This text font color is #6F617E.

Background Color

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

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

This div background color is #6F617E.

Border color

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

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

This div border color is #6F617E.

Opacity

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

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

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

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

This text has shadow with #6F617E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F617E.

Preview

Color preview on black background

This text has color #6F617E on black background.


Color preview on white background

This text has color #6F617E on white background.


Black color preview on #6F617E background

This text has black color on #6F617E background.


White color preview on #6F617E background

This text has white color on #6F617E background.


Related colors

Complementary color

Complementary color for #hex is #909E81.


I love getcolorcode.com

Triadic colors

1 #7E6F61 and #617E6F with #6F617E are triadic colors.

2 #7E616F and #616F7E with #6F617E are triadic colors.