COLOR #6A7078

HEX: #6A7078 RGB: (106,112,120)

Color info

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

RGB color model

#6A7078 color RGB value is (106,112,120).

RGB: (106,112,120) (42%, 44%, 47%)

RGB channels and saturation

R 106 of 255 = 42%
G 112 of 255 = 44%
B 120 of 255 = 47%

106
112
120

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

Portions of RGB colors in percentages

R + G + B = 106 + 112 + 120 = 338 (100%)
R 106 of 338 ~ 31.36%
G 112 of 338 ~ 33.14%
B 120 of 338 ~ 35.5'%

%31.36
%33.14
%35.5

CMYK color model

#6A7078 color CMYK value is (12,7,0,53).

  • cyan value is 11.67%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (12,7,0,53)
C12M7Y0K53 (12%, 7%, 0%, 53%)
(0.12 / 0.07 / 0.00 / 0.53)

CMYK percentages

%11.67
%6.67
%0
%52.94

Codes

Color #6A7078 in popluar color models

6A 70 78
RGB 106 112 120
HSL 214° 6.19% 44.31%
HSB/HSV 214° 11.67% 47.06%
CMYK 11.67% 6.67% 0.00%
52.94%

Color #6A7078 in popluar number systems.

HEX 6A 70 78
Decimal 106 112 120
Binary 1101010 1110000 1111000
Octal 152 160 170

Shades and tints

Shades of #6A7078

#6A7078
(106,112,120)
#61666E
(97,102,110)
#585C64
(88,92,100)
#4F525A
(79,82,90)
#464850
(70,72,80)
#3D3E46
(61,62,70)
#34343C
(52,52,60)
#2B2A32
(43,42,50)
#222028
(34,32,40)
#19161E
(25,22,30)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #6A7078

#6A7078
(106,112,120)
#777D84
(119,125,132)
#848A90
(132,138,144)
#91979C
(145,151,156)
#9EA4A8
(158,164,168)
#ABB1B4
(171,177,180)
#B8BEC0
(184,190,192)
#C5CBCC
(197,203,204)
#D2D8D8
(210,216,216)
#DFE5E4
(223,229,228)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7078; }

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

This text font color is #6A7078.

Background Color

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

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

This div background color is #6A7078.

Border color

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

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

This div border color is #6A7078.

Opacity

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

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

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

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

This text has shadow with #6A7078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A7078.

Preview

Color preview on black background

This text has color #6A7078 on black background.


Color preview on white background

This text has color #6A7078 on white background.


Black color preview on #6A7078 background

This text has black color on #6A7078 background.


White color preview on #6A7078 background

This text has white color on #6A7078 background.


Related colors

Complementary color

Complementary color for #hex is #958F87.


I love getcolorcode.com

Triadic colors

1 #786A70 and #70786A with #6A7078 are triadic colors.

2 #78706A and #706A78 with #6A7078 are triadic colors.