COLOR #6A7678

HEX: #6A7678
RGB: (106,118,120)

Color info

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

RGB color model

#6A7678 color RGB value is (106,118,120).

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

RGB channels and saturation

R 106 of 255 = 42%
G 118 of 255 = 46%
B 120 of 255 = 47%

106
118
120

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

Portions of RGB colors in percentages

R + G + B =
106 + 118 + 120 = 344 (100%)
R 106 of 344 ~ 30.81%
G 118 of 344 ~ 34.3%
B 120 of 344 ~ 34.88%

%30.81
%34.3
%34.88

CMYK color model

#6A7678 color CMYK value is (12,2,0,53).

  • cyan value is 11.67%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(12,2,0,53)
C12M2Y0K53 
(12%,2%,0%,53%)
(0.12/0.02/0.00/0.53)	

CMYK percentages

%11.67
%1.67
%0
%52.94

Codes

Color #6A7678 in popluar color models

6A7678
RGB106118120
HSL189°6.19%44.31%
HSB/HSV189°11.67%47.06%
CMYK11.67%1.67%0.00%
52.94%

Color #6A7678 in popluar number systems.

HEX6A7678
Decimal106118120
Binary110101011101101111000
Octal152166170

Shades and tints

Shades of #6A7678

#6A7678
(106,118,120)
#616C6E
(97,108,110)
#586264
(88,98,100)
#4F585A
(79,88,90)
#464E50
(70,78,80)
#3D4446
(61,68,70)
#343A3C
(52,58,60)
#2B3032
(43,48,50)
#222628
(34,38,40)
#191C1E
(25,28,30)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #6A7678

#6A7678
(106,118,120)
#778284
(119,130,132)
#848E90
(132,142,144)
#919A9C
(145,154,156)
#9EA6A8
(158,166,168)
#ABB2B4
(171,178,180)
#B8BEC0
(184,190,192)
#C5CACC
(197,202,204)
#D2D6D8
(210,214,216)
#DFE2E4
(223,226,228)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7678; }

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

This text font color is #6A7678.


Background Color

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

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

This div background color is #6A7678.


Border color

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

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

This div border color is #6A7678.


Opacity

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

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

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

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

This text has shadow with #6A7678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7678 on black background.


Color preview on white background

This text has color #6A7678 on white background.



Black color preview on #6A7678 background

This text has black color on #6A7678 background.


White color preview on #6A7678 background

This text has white color on #6A7678 background.