COLOR #6F5866

HEX: #6F5866 RGB: (111,88,102)

Color info

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

RGB color model

#6F5866 color RGB value is (111,88,102).

RGB: (111,88,102) (44%, 35%, 40%)

RGB channels and saturation

R 111 of 255 = 44%
G 88 of 255 = 35%
B 102 of 255 = 40%

111
88
102

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

Portions of RGB colors in percentages

R + G + B = 111 + 88 + 102 = 301 (100%)
R 111 of 301 ~ 36.88%
G 88 of 301 ~ 29.24%
B 102 of 301 ~ 33.89'%

%36.88
%29.24
%33.89

CMYK color model

#6F5866 color CMYK value is (0,21,8,56).

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 8.11%
  • key color value is 56.47%

CMYK: (0,21,8,56)
C0M21Y8K56 (0%, 21%, 8%, 56%)
(0.00 / 0.21 / 0.08 / 0.56)

CMYK percentages

%0
%20.72
%8.11
%56.47

Codes

Color #6F5866 in popluar color models

6F 58 66
RGB 111 88 102
HSL 323° 11.56% 39.02%
HSB/HSV 323° 20.72% 43.53%
CMYK 0.00% 20.72% 8.11%
56.47%

Color #6F5866 in popluar number systems.

HEX 6F 58 66
Decimal 111 88 102
Binary 1101111 1011000 1100110
Octal 157 130 146

Shades and tints

Shades of #6F5866

#6F5866
(111,88,102)
#65505D
(101,80,93)
#5B4854
(91,72,84)
#51404B
(81,64,75)
#473842
(71,56,66)
#3D3039
(61,48,57)
#332830
(51,40,48)
#292027
(41,32,39)
#1F181E
(31,24,30)
#151015
(21,16,21)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #6F5866

#6F5866
(111,88,102)
#7C6773
(124,103,115)
#897680
(137,118,128)
#96858D
(150,133,141)
#A3949A
(163,148,154)
#B0A3A7
(176,163,167)
#BDB2B4
(189,178,180)
#CAC1C1
(202,193,193)
#D7D0CE
(215,208,206)
#E4DFDB
(228,223,219)
#F1EEE8
(241,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5866 color. Also use rgb(111,88,102) instead hex code.

Text Font Color

.myTextColor { color: #6F5866; }

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

This text font color is #6F5866.

Background Color

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

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

This div background color is #6F5866.

Border color

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

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

This div border color is #6F5866.

Opacity

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

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

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

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

This text has shadow with #6F5866 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5866.

Preview

Color preview on black background

This text has color #6F5866 on black background.


Color preview on white background

This text has color #6F5866 on white background.


Black color preview on #6F5866 background

This text has black color on #6F5866 background.


White color preview on #6F5866 background

This text has white color on #6F5866 background.


Related colors

Complementary color

Complementary color for #hex is #90A799.


I love getcolorcode.com

Triadic colors

1 #666F58 and #58666F with #6F5866 are triadic colors.

2 #66586F and #586F66 with #6F5866 are triadic colors.