COLOR #6F5865

HEX: #6F5865
RGB: (111,88,101)

Color info

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

RGB color model

#6F5865 color RGB value is (111,88,101).

  • red value is 111;
  • green value is 88;
  • blue value is 101.
RGB:
(111,88,101)
(44%,35%,40%)

RGB channels and saturation

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

111
88
101

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

Portions of RGB colors in percentages

R + G + B =
111 + 88 + 101 = 300 (100%)
R 111 of 300 ~ 37%
G 88 of 300 ~ 29.33%
B 101 of 300 ~ 33.67%

%37
%29.33
%33.67

CMYK color model

#6F5865 color CMYK value is (0,21,9,56).

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 9.01%
  • key color value is 56.47%
CMYK:
(0,21,9,56)
C0M21Y9K56 
(0%,21%,9%,56%)
(0.00/0.21/0.09/0.56)	

CMYK percentages

%0
%20.72
%9.01
%56.47

Codes

Color #6F5865 in popluar color models

6F5865
RGB11188101
HSL326°11.56%39.02%
HSB/HSV326°20.72%43.53%
CMYK0.00%20.72%9.01%
56.47%

Color #6F5865 in popluar number systems.

HEX6F5865
Decimal11188101
Binary110111110110001100101
Octal157130145

Shades and tints

Shades of #6F5865

#6F5865
(111,88,101)
#65505C
(101,80,92)
#5B4853
(91,72,83)
#51404A
(81,64,74)
#473841
(71,56,65)
#3D3038
(61,48,56)
#33282F
(51,40,47)
#292026
(41,32,38)
#1F181D
(31,24,29)
#151014
(21,16,20)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #6F5865

#6F5865
(111,88,101)
#7C6773
(124,103,115)
#897681
(137,118,129)
#96858F
(150,133,143)
#A3949D
(163,148,157)
#B0A3AB
(176,163,171)
#BDB2B9
(189,178,185)
#CAC1C7
(202,193,199)
#D7D0D5
(215,208,213)
#E4DFE3
(228,223,227)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5865; }

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

This text font color is #6F5865.


Background Color

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

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

This div background color is #6F5865.


Border color

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

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

This div border color is #6F5865.


Opacity

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

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

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

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

This text has shadow with #6F5865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5865 on black background.


Color preview on white background

This text has color #6F5865 on white background.



Black color preview on #6F5865 background

This text has black color on #6F5865 background.


White color preview on #6F5865 background

This text has white color on #6F5865 background.