COLOR #6F537A

HEX: #6F537A RGB: (111,83,122)

Color info

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

RGB color model

#6F537A color RGB value is (111,83,122).

RGB: (111,83,122) (44%, 33%, 48%)

RGB channels and saturation

R 111 of 255 = 44%
G 83 of 255 = 33%
B 122 of 255 = 48%

111
83
122

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

Portions of RGB colors in percentages

R + G + B = 111 + 83 + 122 = 316 (100%)
R 111 of 316 ~ 35.13%
G 83 of 316 ~ 26.27%
B 122 of 316 ~ 38.61'%

%35.13
%26.27
%38.61

CMYK color model

#6F537A color CMYK value is (9,32,0,52).

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

CMYK: (9,32,0,52)
C9M32Y0K52 (9%, 32%, 0%, 52%)
(0.09 / 0.32 / 0.00 / 0.52)

CMYK percentages

%9.02
%31.97
%0
%52.16

Codes

Color #6F537A in popluar color models

6F 53 7A
RGB 111 83 122
HSL 283° 19.02% 40.20%
HSB/HSV 283° 31.97% 47.84%
CMYK 9.02% 31.97% 0.00%
52.16%

Color #6F537A in popluar number systems.

HEX 6F 53 7A
Decimal 111 83 122
Binary 1101111 1010011 1111010
Octal 157 123 172

Shades and tints

Shades of #6F537A

#6F537A
(111,83,122)
#654C6F
(101,76,111)
#5B4564
(91,69,100)
#513E59
(81,62,89)
#47374E
(71,55,78)
#3D3043
(61,48,67)
#332938
(51,41,56)
#29222D
(41,34,45)
#1F1B22
(31,27,34)
#151417
(21,20,23)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #6F537A

#6F537A
(111,83,122)
#7C6286
(124,98,134)
#897192
(137,113,146)
#96809E
(150,128,158)
#A38FAA
(163,143,170)
#B09EB6
(176,158,182)
#BDADC2
(189,173,194)
#CABCCE
(202,188,206)
#D7CBDA
(215,203,218)
#E4DAE6
(228,218,230)
#F1E9F2
(241,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F537A; }

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

This text font color is #6F537A.

Background Color

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

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

This div background color is #6F537A.

Border color

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

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

This div border color is #6F537A.

Opacity

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

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

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

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

This text has shadow with #6F537A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F537A.

Preview

Color preview on black background

This text has color #6F537A on black background.


Color preview on white background

This text has color #6F537A on white background.


Black color preview on #6F537A background

This text has black color on #6F537A background.


White color preview on #6F537A background

This text has white color on #6F537A background.


Related colors

Complementary color

Complementary color for #hex is #90AC85.


I love getcolorcode.com

Triadic colors

1 #7A6F53 and #537A6F with #6F537A are triadic colors.

2 #7A536F and #536F7A with #6F537A are triadic colors.