COLOR #6F5F7A

HEX: #6F5F7A
RGB: (111,95,122)

Color info

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

RGB color model

#6F5F7A color RGB value is (111,95,122).

  • red value is 111;
  • green value is 95;
  • blue value is 122.
RGB:
(111,95,122)
(44%,37%,48%)

RGB channels and saturation

R 111 of 255 = 44%
G 95 of 255 = 37%
B 122 of 255 = 48%

111
95
122

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

Portions of RGB colors in percentages

R + G + B =
111 + 95 + 122 = 328 (100%)
R 111 of 328 ~ 33.84%
G 95 of 328 ~ 28.96%
B 122 of 328 ~ 37.2%

%33.84
%28.96
%37.2

CMYK color model

#6F5F7A color CMYK value is (9,22,0,52).

  • cyan value is 9.02%
  • magenta value is 22.13%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(9,22,0,52)
C9M22Y0K52 
(9%,22%,0%,52%)
(0.09/0.22/0.00/0.52)	

CMYK percentages

%9.02
%22.13
%0
%52.16

Codes

Color #6F5F7A in popluar color models

6F5F7A
RGB11195122
HSL276°12.44%42.55%
HSB/HSV276°22.13%47.84%
CMYK9.02%22.13%0.00%
52.16%

Color #6F5F7A in popluar number systems.

HEX6F5F7A
Decimal11195122
Binary110111110111111111010
Octal157137172

Shades and tints

Shades of #6F5F7A

#6F5F7A
(111,95,122)
#65576F
(101,87,111)
#5B4F64
(91,79,100)
#514759
(81,71,89)
#473F4E
(71,63,78)
#3D3743
(61,55,67)
#332F38
(51,47,56)
#29272D
(41,39,45)
#1F1F22
(31,31,34)
#151717
(21,23,23)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #6F5F7A

#6F5F7A
(111,95,122)
#7C6D86
(124,109,134)
#897B92
(137,123,146)
#96899E
(150,137,158)
#A397AA
(163,151,170)
#B0A5B6
(176,165,182)
#BDB3C2
(189,179,194)
#CAC1CE
(202,193,206)
#D7CFDA
(215,207,218)
#E4DDE6
(228,221,230)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5F7A color. Also use rgb(111,95,122) instead hex code.

Text Font Color

.myTextColor { color: #6F5F7A; }

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

This text font color is #6F5F7A.


Background Color

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

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

This div background color is #6F5F7A.


Border color

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

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

This div border color is #6F5F7A.


Opacity

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

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

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

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

This text has shadow with #6F5F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5F7A on black background.


Color preview on white background

This text has color #6F5F7A on white background.



Black color preview on #6F5F7A background

This text has black color on #6F5F7A background.


White color preview on #6F5F7A background

This text has white color on #6F5F7A background.