COLOR #6F718C

HEX: #6F718C RGB: (111,113,140)

Color info

#6F718C contains red, green and blue colors in about the same proportion. Web safe color of #6F718C is #666699 (or #669).

RGB color model

#6F718C color RGB value is (111,113,140).

RGB: (111,113,140) (44%, 44%, 55%)

RGB channels and saturation

R 111 of 255 = 44%
G 113 of 255 = 44%
B 140 of 255 = 55%

111
113
140

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

Portions of RGB colors in percentages

R + G + B = 111 + 113 + 140 = 364 (100%)
R 111 of 364 ~ 30.49%
G 113 of 364 ~ 31.04%
B 140 of 364 ~ 38.46'%

%30.49
%31.04
%38.46

CMYK color model

#6F718C color CMYK value is (21,19,0,45).

  • cyan value is 20.71%
  • magenta value is 19.29%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (21,19,0,45)
C21M19Y0K45 (21%, 19%, 0%, 45%)
(0.21 / 0.19 / 0.00 / 0.45)

CMYK percentages

%20.71
%19.29
%0
%45.1

Codes

Color #6F718C in popluar color models

6F 71 8C
RGB 111 113 140
HSL 236° 11.55% 49.22%
HSB/HSV 236° 20.71% 54.90%
CMYK 20.71% 19.29% 0.00%
45.10%

Color #6F718C in popluar number systems.

HEX 6F 71 8C
Decimal 111 113 140
Binary 1101111 1110001 10001100
Octal 157 161 214

Shades and tints

Shades of #6F718C

#6F718C
(111,113,140)
#656780
(101,103,128)
#5B5D74
(91,93,116)
#515368
(81,83,104)
#47495C
(71,73,92)
#3D3F50
(61,63,80)
#333544
(51,53,68)
#292B38
(41,43,56)
#1F212C
(31,33,44)
#151720
(21,23,32)
#0B0D14
(11,13,20)
#000000
(0,0,0)

Tints of #6F718C

#6F718C
(111,113,140)
#7C7D96
(124,125,150)
#8989A0
(137,137,160)
#9695AA
(150,149,170)
#A3A1B4
(163,161,180)
#B0ADBE
(176,173,190)
#BDB9C8
(189,185,200)
#CAC5D2
(202,197,210)
#D7D1DC
(215,209,220)
#E4DDE6
(228,221,230)
#F1E9F0
(241,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F718C; }

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

This text font color is #6F718C.

Background Color

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

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

This div background color is #6F718C.

Border color

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

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

This div border color is #6F718C.

Opacity

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

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

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

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

This text has shadow with #6F718C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F718C.

Preview

Color preview on black background

This text has color #6F718C on black background.


Color preview on white background

This text has color #6F718C on white background.


Black color preview on #6F718C background

This text has black color on #6F718C background.


White color preview on #6F718C background

This text has white color on #6F718C background.


Related colors

Complementary color

Complementary color for #hex is #908E73.


I love getcolorcode.com

Triadic colors

1 #8C6F71 and #718C6F with #6F718C are triadic colors.

2 #8C716F and #716F8C with #6F718C are triadic colors.