COLOR #6F748F

HEX: #6F748F
RGB: (111,116,143)

Color info

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

RGB color model

#6F748F color RGB value is (111,116,143).

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

RGB channels and saturation

R 111 of 255 = 44%
G 116 of 255 = 45%
B 143 of 255 = 56%

111
116
143

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

Portions of RGB colors in percentages

R + G + B =
111 + 116 + 143 = 370 (100%)
R 111 of 370 ~ 30%
G 116 of 370 ~ 31.35%
B 143 of 370 ~ 38.65%

%30
%31.35
%38.65

CMYK color model

#6F748F color CMYK value is (22,19,0,44).

  • cyan value is 22.38%
  • magenta value is 18.88%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(22,19,0,44)
C22M19Y0K44 
(22%,19%,0%,44%)
(0.22/0.19/0.00/0.44)	

CMYK percentages

%22.38
%18.88
%0
%43.92

Codes

Color #6F748F in popluar color models

6F748F
RGB111116143
HSL231°12.60%49.80%
HSB/HSV231°22.38%56.08%
CMYK22.38%18.88%0.00%
43.92%

Color #6F748F in popluar number systems.

HEX6F748F
Decimal111116143
Binary1101111111010010001111
Octal157164217

Shades and tints

Shades of #6F748F

#6F748F
(111,116,143)
#656A82
(101,106,130)
#5B6075
(91,96,117)
#515668
(81,86,104)
#474C5B
(71,76,91)
#3D424E
(61,66,78)
#333841
(51,56,65)
#292E34
(41,46,52)
#1F2427
(31,36,39)
#151A1A
(21,26,26)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #6F748F

#6F748F
(111,116,143)
#7C8099
(124,128,153)
#898CA3
(137,140,163)
#9698AD
(150,152,173)
#A3A4B7
(163,164,183)
#B0B0C1
(176,176,193)
#BDBCCB
(189,188,203)
#CAC8D5
(202,200,213)
#D7D4DF
(215,212,223)
#E4E0E9
(228,224,233)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F748F color. Also use rgb(111,116,143) instead hex code.

Text Font Color

.myTextColor { color: #6F748F; }

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

This text font color is #6F748F.


Background Color

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

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

This div background color is #6F748F.


Border color

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

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

This div border color is #6F748F.


Opacity

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

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

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

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

This text has shadow with #6F748F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F748F on black background.


Color preview on white background

This text has color #6F748F on white background.



Black color preview on #6F748F background

This text has black color on #6F748F background.


White color preview on #6F748F background

This text has white color on #6F748F background.