COLOR #6F597A

HEX: #6F597A RGB: (111,89,122)

Color info

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

RGB color model

#6F597A color RGB value is (111,89,122).

RGB: (111,89,122) (44%, 35%, 48%)

RGB channels and saturation

R 111 of 255 = 44%
G 89 of 255 = 35%
B 122 of 255 = 48%

111
89
122

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

Portions of RGB colors in percentages

R + G + B = 111 + 89 + 122 = 322 (100%)
R 111 of 322 ~ 34.47%
G 89 of 322 ~ 27.64%
B 122 of 322 ~ 37.89'%

%34.47
%27.64
%37.89

CMYK color model

#6F597A color CMYK value is (9,27,0,52).

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

CMYK: (9,27,0,52)
C9M27Y0K52 (9%, 27%, 0%, 52%)
(0.09 / 0.27 / 0.00 / 0.52)

CMYK percentages

%9.02
%27.05
%0
%52.16

Codes

Color #6F597A in popluar color models

6F 59 7A
RGB 111 89 122
HSL 280° 15.64% 41.37%
HSB/HSV 280° 27.05% 47.84%
CMYK 9.02% 27.05% 0.00%
52.16%

Color #6F597A in popluar number systems.

HEX 6F 59 7A
Decimal 111 89 122
Binary 1101111 1011001 1111010
Octal 157 131 172

Shades and tints

Shades of #6F597A

#6F597A
(111,89,122)
#65516F
(101,81,111)
#5B4964
(91,73,100)
#514159
(81,65,89)
#47394E
(71,57,78)
#3D3143
(61,49,67)
#332938
(51,41,56)
#29212D
(41,33,45)
#1F1922
(31,25,34)
#151117
(21,17,23)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #6F597A

#6F597A
(111,89,122)
#7C6886
(124,104,134)
#897792
(137,119,146)
#96869E
(150,134,158)
#A395AA
(163,149,170)
#B0A4B6
(176,164,182)
#BDB3C2
(189,179,194)
#CAC2CE
(202,194,206)
#D7D1DA
(215,209,218)
#E4E0E6
(228,224,230)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F597A; }

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

This text font color is #6F597A.

Background Color

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

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

This div background color is #6F597A.

Border color

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

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

This div border color is #6F597A.

Opacity

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

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

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

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

This text has shadow with #6F597A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F597A.

Preview

Color preview on black background

This text has color #6F597A on black background.


Color preview on white background

This text has color #6F597A on white background.


Black color preview on #6F597A background

This text has black color on #6F597A background.


White color preview on #6F597A background

This text has white color on #6F597A background.


Related colors

Complementary color

Complementary color for #hex is #90A685.


I love getcolorcode.com

Triadic colors

1 #7A6F59 and #597A6F with #6F597A are triadic colors.

2 #7A596F and #596F7A with #6F597A are triadic colors.