COLOR #6F7478

HEX: #6F7478 RGB: (111,116,120)

Color info

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

RGB color model

#6F7478 color RGB value is (111,116,120).

RGB: (111,116,120) (44%, 45%, 47%)

RGB channels and saturation

R 111 of 255 = 44%
G 116 of 255 = 45%
B 120 of 255 = 47%

111
116
120

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

Portions of RGB colors in percentages

R + G + B = 111 + 116 + 120 = 347 (100%)
R 111 of 347 ~ 31.99%
G 116 of 347 ~ 33.43%
B 120 of 347 ~ 34.58'%

%31.99
%33.43
%34.58

CMYK color model

#6F7478 color CMYK value is (8,3,0,53).

  • cyan value is 7.50%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (8,3,0,53)
C8M3Y0K53 (8%, 3%, 0%, 53%)
(0.08 / 0.03 / 0.00 / 0.53)

CMYK percentages

%7.5
%3.33
%0
%52.94

Codes

Color #6F7478 in popluar color models

6F 74 78
RGB 111 116 120
HSL 207° 3.90% 45.29%
HSB/HSV 207° 7.50% 47.06%
CMYK 7.50% 3.33% 0.00%
52.94%

Color #6F7478 in popluar number systems.

HEX 6F 74 78
Decimal 111 116 120
Binary 1101111 1110100 1111000
Octal 157 164 170

Shades and tints

Shades of #6F7478

#6F7478
(111,116,120)
#656A6E
(101,106,110)
#5B6064
(91,96,100)
#51565A
(81,86,90)
#474C50
(71,76,80)
#3D4246
(61,66,70)
#33383C
(51,56,60)
#292E32
(41,46,50)
#1F2428
(31,36,40)
#151A1E
(21,26,30)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #6F7478

#6F7478
(111,116,120)
#7C8084
(124,128,132)
#898C90
(137,140,144)
#96989C
(150,152,156)
#A3A4A8
(163,164,168)
#B0B0B4
(176,176,180)
#BDBCC0
(189,188,192)
#CAC8CC
(202,200,204)
#D7D4D8
(215,212,216)
#E4E0E4
(228,224,228)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7478; }

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

This text font color is #6F7478.

Background Color

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

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

This div background color is #6F7478.

Border color

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

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

This div border color is #6F7478.

Opacity

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

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

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

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

This text has shadow with #6F7478 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7478.

Preview

Color preview on black background

This text has color #6F7478 on black background.


Color preview on white background

This text has color #6F7478 on white background.


Black color preview on #6F7478 background

This text has black color on #6F7478 background.


White color preview on #6F7478 background

This text has white color on #6F7478 background.


Related colors

Complementary color

Complementary color for #hex is #908B87.


I love getcolorcode.com

Triadic colors

1 #786F74 and #74786F with #6F7478 are triadic colors.

2 #78746F and #746F78 with #6F7478 are triadic colors.