COLOR #6F5E85

HEX: #6F5E85 RGB: (111,94,133)

Color info

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

RGB color model

#6F5E85 color RGB value is (111,94,133).

RGB: (111,94,133) (44%, 37%, 52%)

RGB channels and saturation

R 111 of 255 = 44%
G 94 of 255 = 37%
B 133 of 255 = 52%

111
94
133

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

Portions of RGB colors in percentages

R + G + B = 111 + 94 + 133 = 338 (100%)
R 111 of 338 ~ 32.84%
G 94 of 338 ~ 27.81%
B 133 of 338 ~ 39.35'%

%32.84
%27.81
%39.35

CMYK color model

#6F5E85 color CMYK value is (17,29,0,48).

  • cyan value is 16.54%
  • magenta value is 29.32%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (17,29,0,48)
C17M29Y0K48 (17%, 29%, 0%, 48%)
(0.17 / 0.29 / 0.00 / 0.48)

CMYK percentages

%16.54
%29.32
%0
%47.84

Codes

Color #6F5E85 in popluar color models

6F 5E 85
RGB 111 94 133
HSL 266° 17.18% 44.51%
HSB/HSV 266° 29.32% 52.16%
CMYK 16.54% 29.32% 0.00%
47.84%

Color #6F5E85 in popluar number systems.

HEX 6F 5E 85
Decimal 111 94 133
Binary 1101111 1011110 10000101
Octal 157 136 205

Shades and tints

Shades of #6F5E85

#6F5E85
(111,94,133)
#655679
(101,86,121)
#5B4E6D
(91,78,109)
#514661
(81,70,97)
#473E55
(71,62,85)
#3D3649
(61,54,73)
#332E3D
(51,46,61)
#292631
(41,38,49)
#1F1E25
(31,30,37)
#151619
(21,22,25)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #6F5E85

#6F5E85
(111,94,133)
#7C6C90
(124,108,144)
#897A9B
(137,122,155)
#9688A6
(150,136,166)
#A396B1
(163,150,177)
#B0A4BC
(176,164,188)
#BDB2C7
(189,178,199)
#CAC0D2
(202,192,210)
#D7CEDD
(215,206,221)
#E4DCE8
(228,220,232)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5E85; }

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

This text font color is #6F5E85.

Background Color

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

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

This div background color is #6F5E85.

Border color

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

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

This div border color is #6F5E85.

Opacity

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

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

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

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

This text has shadow with #6F5E85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5E85.

Preview

Color preview on black background

This text has color #6F5E85 on black background.


Color preview on white background

This text has color #6F5E85 on white background.


Black color preview on #6F5E85 background

This text has black color on #6F5E85 background.


White color preview on #6F5E85 background

This text has white color on #6F5E85 background.


Related colors

Complementary color

Complementary color for #hex is #90A17A.


I love getcolorcode.com

Triadic colors

1 #856F5E and #5E856F with #6F5E85 are triadic colors.

2 #855E6F and #5E6F85 with #6F5E85 are triadic colors.