COLOR #6F6071

HEX: #6F6071
RGB: (111,96,113)

Color info

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

RGB color model

#6F6071 color RGB value is (111,96,113).

  • red value is 111;
  • green value is 96;
  • blue value is 113.
RGB:
(111,96,113)
(44%,38%,44%)

RGB channels and saturation

R 111 of 255 = 44%
G 96 of 255 = 38%
B 113 of 255 = 44%

111
96
113

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

Portions of RGB colors in percentages

R + G + B =
111 + 96 + 113 = 320 (100%)
R 111 of 320 ~ 34.69%
G 96 of 320 ~ 30%
B 113 of 320 ~ 35.31%

%34.69
%30
%35.31

CMYK color model

#6F6071 color CMYK value is (2,15,0,56).

  • cyan value is 1.77%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(2,15,0,56)
C2M15Y0K56 
(2%,15%,0%,56%)
(0.02/0.15/0.00/0.56)	

CMYK percentages

%1.77
%15.04
%0
%55.69

Codes

Color #6F6071 in popluar color models

6F6071
RGB11196113
HSL293°8.13%40.98%
HSB/HSV293°15.04%44.31%
CMYK1.77%15.04%0.00%
55.69%

Color #6F6071 in popluar number systems.

HEX6F6071
Decimal11196113
Binary110111111000001110001
Octal157140161

Shades and tints

Shades of #6F6071

#6F6071
(111,96,113)
#655867
(101,88,103)
#5B505D
(91,80,93)
#514853
(81,72,83)
#474049
(71,64,73)
#3D383F
(61,56,63)
#333035
(51,48,53)
#29282B
(41,40,43)
#1F2021
(31,32,33)
#151817
(21,24,23)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #6F6071

#6F6071
(111,96,113)
#7C6E7D
(124,110,125)
#897C89
(137,124,137)
#968A95
(150,138,149)
#A398A1
(163,152,161)
#B0A6AD
(176,166,173)
#BDB4B9
(189,180,185)
#CAC2C5
(202,194,197)
#D7D0D1
(215,208,209)
#E4DEDD
(228,222,221)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6071 color. Also use rgb(111,96,113) instead hex code.

Text Font Color

.myTextColor { color: #6F6071; }

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

This text font color is #6F6071.


Background Color

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

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

This div background color is #6F6071.


Border color

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

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

This div border color is #6F6071.


Opacity

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

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

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

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

This text has shadow with #6F6071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6071 on black background.


Color preview on white background

This text has color #6F6071 on white background.



Black color preview on #6F6071 background

This text has black color on #6F6071 background.


White color preview on #6F6071 background

This text has white color on #6F6071 background.