COLOR #6F6271

HEX: #6F6271
RGB: (111,98,113)

Color info

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

RGB color model

#6F6271 color RGB value is (111,98,113).

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

RGB channels and saturation

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

111
98
113

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

Portions of RGB colors in percentages

R + G + B =
111 + 98 + 113 = 322 (100%)
R 111 of 322 ~ 34.47%
G 98 of 322 ~ 30.43%
B 113 of 322 ~ 35.09%

%34.47
%30.43
%35.09

CMYK color model

#6F6271 color CMYK value is (2,13,0,56).

  • cyan value is 1.77%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(2,13,0,56)
C2M13Y0K56 
(2%,13%,0%,56%)
(0.02/0.13/0.00/0.56)	

CMYK percentages

%1.77
%13.27
%0
%55.69

Codes

Color #6F6271 in popluar color models

6F6271
RGB11198113
HSL292°7.11%41.37%
HSB/HSV292°13.27%44.31%
CMYK1.77%13.27%0.00%
55.69%

Color #6F6271 in popluar number systems.

HEX6F6271
Decimal11198113
Binary110111111000101110001
Octal157142161

Shades and tints

Shades of #6F6271

#6F6271
(111,98,113)
#655A67
(101,90,103)
#5B525D
(91,82,93)
#514A53
(81,74,83)
#474249
(71,66,73)
#3D3A3F
(61,58,63)
#333235
(51,50,53)
#292A2B
(41,42,43)
#1F2221
(31,34,33)
#151A17
(21,26,23)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #6F6271

#6F6271
(111,98,113)
#7C707D
(124,112,125)
#897E89
(137,126,137)
#968C95
(150,140,149)
#A39AA1
(163,154,161)
#B0A8AD
(176,168,173)
#BDB6B9
(189,182,185)
#CAC4C5
(202,196,197)
#D7D2D1
(215,210,209)
#E4E0DD
(228,224,221)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6271; }

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

This text font color is #6F6271.


Background Color

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

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

This div background color is #6F6271.


Border color

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

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

This div border color is #6F6271.


Opacity

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

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

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

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

This text has shadow with #6F6271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6271 on black background.


Color preview on white background

This text has color #6F6271 on white background.



Black color preview on #6F6271 background

This text has black color on #6F6271 background.


White color preview on #6F6271 background

This text has white color on #6F6271 background.