COLOR #6A7478

HEX: #6A7478
RGB: (106,116,120)

Color info

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

RGB color model

#6A7478 color RGB value is (106,116,120).

  • red value is 106;
  • green value is 116;
  • blue value is 120.
RGB:
(106,116,120)
(42%,45%,47%)

RGB channels and saturation

R 106 of 255 = 42%
G 116 of 255 = 45%
B 120 of 255 = 47%

106
116
120

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

Portions of RGB colors in percentages

R + G + B =
106 + 116 + 120 = 342 (100%)
R 106 of 342 ~ 30.99%
G 116 of 342 ~ 33.92%
B 120 of 342 ~ 35.09%

%30.99
%33.92
%35.09

CMYK color model

#6A7478 color CMYK value is (12,3,0,53).

  • cyan value is 11.67%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(12,3,0,53)
C12M3Y0K53 
(12%,3%,0%,53%)
(0.12/0.03/0.00/0.53)	

CMYK percentages

%11.67
%3.33
%0
%52.94

Codes

Color #6A7478 in popluar color models

6A7478
RGB106116120
HSL197°6.19%44.31%
HSB/HSV197°11.67%47.06%
CMYK11.67%3.33%0.00%
52.94%

Color #6A7478 in popluar number systems.

HEX6A7478
Decimal106116120
Binary110101011101001111000
Octal152164170

Shades and tints

Shades of #6A7478

#6A7478
(106,116,120)
#616A6E
(97,106,110)
#586064
(88,96,100)
#4F565A
(79,86,90)
#464C50
(70,76,80)
#3D4246
(61,66,70)
#34383C
(52,56,60)
#2B2E32
(43,46,50)
#222428
(34,36,40)
#191A1E
(25,26,30)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #6A7478

#6A7478
(106,116,120)
#778084
(119,128,132)
#848C90
(132,140,144)
#91989C
(145,152,156)
#9EA4A8
(158,164,168)
#ABB0B4
(171,176,180)
#B8BCC0
(184,188,192)
#C5C8CC
(197,200,204)
#D2D4D8
(210,212,216)
#DFE0E4
(223,224,228)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7478; }

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

This text font color is #6A7478.


Background Color

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

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

This div background color is #6A7478.


Border color

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

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

This div border color is #6A7478.


Opacity

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

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

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

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

This text has shadow with #6A7478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7478 on black background.


Color preview on white background

This text has color #6A7478 on white background.



Black color preview on #6A7478 background

This text has black color on #6A7478 background.


White color preview on #6A7478 background

This text has white color on #6A7478 background.