COLOR #6F728E

HEX: #6F728E
RGB: (111,114,142)

Color info

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

RGB color model

#6F728E color RGB value is (111,114,142).

  • red value is 111;
  • green value is 114;
  • blue value is 142.
RGB:
(111,114,142)
(44%,45%,56%)

RGB channels and saturation

R 111 of 255 = 44%
G 114 of 255 = 45%
B 142 of 255 = 56%

111
114
142

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

Portions of RGB colors in percentages

R + G + B =
111 + 114 + 142 = 367 (100%)
R 111 of 367 ~ 30.25%
G 114 of 367 ~ 31.06%
B 142 of 367 ~ 38.69%

%30.25
%31.06
%38.69

CMYK color model

#6F728E color CMYK value is (22,20,0,44).

  • cyan value is 21.83%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(22,20,0,44)
C22M20Y0K44 
(22%,20%,0%,44%)
(0.22/0.20/0.00/0.44)	

CMYK percentages

%21.83
%19.72
%0
%44.31

Codes

Color #6F728E in popluar color models

6F728E
RGB111114142
HSL234°12.25%49.61%
HSB/HSV234°21.83%55.69%
CMYK21.83%19.72%0.00%
44.31%

Color #6F728E in popluar number systems.

HEX6F728E
Decimal111114142
Binary1101111111001010001110
Octal157162216

Shades and tints

Shades of #6F728E

#6F728E
(111,114,142)
#656882
(101,104,130)
#5B5E76
(91,94,118)
#51546A
(81,84,106)
#474A5E
(71,74,94)
#3D4052
(61,64,82)
#333646
(51,54,70)
#292C3A
(41,44,58)
#1F222E
(31,34,46)
#151822
(21,24,34)
#0B0E16
(11,14,22)
#000000
(0,0,0)

Tints of #6F728E

#6F728E
(111,114,142)
#7C7E98
(124,126,152)
#898AA2
(137,138,162)
#9696AC
(150,150,172)
#A3A2B6
(163,162,182)
#B0AEC0
(176,174,192)
#BDBACA
(189,186,202)
#CAC6D4
(202,198,212)
#D7D2DE
(215,210,222)
#E4DEE8
(228,222,232)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F728E color. Also use rgb(111,114,142) instead hex code.

Text Font Color

.myTextColor { color: #6F728E; }

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

This text font color is #6F728E.


Background Color

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

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

This div background color is #6F728E.


Border color

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

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

This div border color is #6F728E.


Opacity

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

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

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

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

This text has shadow with #6F728E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F728E on black background.


Color preview on white background

This text has color #6F728E on white background.



Black color preview on #6F728E background

This text has black color on #6F728E background.


White color preview on #6F728E background

This text has white color on #6F728E background.