COLOR #6F5E82

HEX: #6F5E82 RGB: (111,94,130)

Color info

#6F5E82 contains red, green and blue colors in about the same proportion. Web safe color of #6F5E82 is #666699 (or #669).

RGB color model

#6F5E82 color RGB value is (111,94,130).

RGB: (111,94,130) (44%, 37%, 51%)

RGB channels and saturation

R 111 of 255 = 44%
G 94 of 255 = 37%
B 130 of 255 = 51%

111
94
130

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

Portions of RGB colors in percentages

R + G + B = 111 + 94 + 130 = 335 (100%)
R 111 of 335 ~ 33.13%
G 94 of 335 ~ 28.06%
B 130 of 335 ~ 38.81'%

%33.13
%28.06
%38.81

CMYK color model

#6F5E82 color CMYK value is (15,28,0,49).

  • cyan value is 14.62%
  • magenta value is 27.69%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (15,28,0,49)
C15M28Y0K49 (15%, 28%, 0%, 49%)
(0.15 / 0.28 / 0.00 / 0.49)

CMYK percentages

%14.62
%27.69
%0
%49.02

Codes

Color #6F5E82 in popluar color models

6F 5E 82
RGB 111 94 130
HSL 268° 16.07% 43.92%
HSB/HSV 268° 27.69% 50.98%
CMYK 14.62% 27.69% 0.00%
49.02%

Color #6F5E82 in popluar number systems.

HEX 6F 5E 82
Decimal 111 94 130
Binary 1101111 1011110 10000010
Octal 157 136 202

Shades and tints

Shades of #6F5E82

#6F5E82
(111,94,130)
#655677
(101,86,119)
#5B4E6C
(91,78,108)
#514661
(81,70,97)
#473E56
(71,62,86)
#3D364B
(61,54,75)
#332E40
(51,46,64)
#292635
(41,38,53)
#1F1E2A
(31,30,42)
#15161F
(21,22,31)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #6F5E82

#6F5E82
(111,94,130)
#7C6C8D
(124,108,141)
#897A98
(137,122,152)
#9688A3
(150,136,163)
#A396AE
(163,150,174)
#B0A4B9
(176,164,185)
#BDB2C4
(189,178,196)
#CAC0CF
(202,192,207)
#D7CEDA
(215,206,218)
#E4DCE5
(228,220,229)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5E82 color. Also use rgb(111,94,130) instead hex code.

Text Font Color

.myTextColor { color: #6F5E82; }

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

This text font color is #6F5E82.

Background Color

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

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

This div background color is #6F5E82.

Border color

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

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

This div border color is #6F5E82.

Opacity

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

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

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

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

This text has shadow with #6F5E82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5E82.

Preview

Color preview on black background

This text has color #6F5E82 on black background.


Color preview on white background

This text has color #6F5E82 on white background.


Black color preview on #6F5E82 background

This text has black color on #6F5E82 background.


White color preview on #6F5E82 background

This text has white color on #6F5E82 background.


Related colors

Complementary color

Complementary color for #hex is #90A17D.


I love getcolorcode.com

Triadic colors

1 #826F5E and #5E826F with #6F5E82 are triadic colors.

2 #825E6F and #5E6F82 with #6F5E82 are triadic colors.