COLOR #6F5864

HEX: #6F5864
RGB: (111,88,100)

Color info

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

RGB color model

#6F5864 color RGB value is (111,88,100).

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

RGB channels and saturation

R 111 of 255 = 44%
G 88 of 255 = 35%
B 100 of 255 = 39%

111
88
100

R + G + B ~ 39%. #6F5864 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 88 + 100 = 299 (100%)
R 111 of 299 ~ 37.12%
G 88 of 299 ~ 29.43%
B 100 of 299 ~ 33.44%

%37.12
%29.43
%33.44

CMYK color model

#6F5864 color CMYK value is (0,21,10,56).

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 9.91%
  • key color value is 56.47%
CMYK:
(0,21,10,56)
C0M21Y10K56 
(0%,21%,10%,56%)
(0.00/0.21/0.10/0.56)	

CMYK percentages

%0
%20.72
%9.91
%56.47

Codes

Color #6F5864 in popluar color models

6F5864
RGB11188100
HSL329°11.56%39.02%
HSB/HSV329°20.72%43.53%
CMYK0.00%20.72%9.91%
56.47%

Color #6F5864 in popluar number systems.

HEX6F5864
Decimal11188100
Binary110111110110001100100
Octal157130144

Shades and tints

Shades of #6F5864

#6F5864
(111,88,100)
#65505B
(101,80,91)
#5B4852
(91,72,82)
#514049
(81,64,73)
#473840
(71,56,64)
#3D3037
(61,48,55)
#33282E
(51,40,46)
#292025
(41,32,37)
#1F181C
(31,24,28)
#151013
(21,16,19)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #6F5864

#6F5864
(111,88,100)
#7C6772
(124,103,114)
#897680
(137,118,128)
#96858E
(150,133,142)
#A3949C
(163,148,156)
#B0A3AA
(176,163,170)
#BDB2B8
(189,178,184)
#CAC1C6
(202,193,198)
#D7D0D4
(215,208,212)
#E4DFE2
(228,223,226)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5864; }

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

This text font color is #6F5864.


Background Color

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

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

This div background color is #6F5864.


Border color

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

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

This div border color is #6F5864.


Opacity

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

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

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

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

This text has shadow with #6F5864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5864 on black background.


Color preview on white background

This text has color #6F5864 on white background.



Black color preview on #6F5864 background

This text has black color on #6F5864 background.


White color preview on #6F5864 background

This text has white color on #6F5864 background.