COLOR #6A7A85

HEX: #6A7A85
RGB: (106,122,133)

Color info

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

RGB color model

#6A7A85 color RGB value is (106,122,133).

  • red value is 106;
  • green value is 122;
  • blue value is 133.
RGB:
(106,122,133)
(42%,48%,52%)

RGB channels and saturation

R 106 of 255 = 42%
G 122 of 255 = 48%
B 133 of 255 = 52%

106
122
133

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

Portions of RGB colors in percentages

R + G + B =
106 + 122 + 133 = 361 (100%)
R 106 of 361 ~ 29.36%
G 122 of 361 ~ 33.8%
B 133 of 361 ~ 36.84%

%29.36
%33.8
%36.84

CMYK color model

#6A7A85 color CMYK value is (20,8,0,48).

  • cyan value is 20.30%
  • magenta value is 8.27%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(20,8,0,48)
C20M8Y0K48 
(20%,8%,0%,48%)
(0.20/0.08/0.00/0.48)	

CMYK percentages

%20.3
%8.27
%0
%47.84

Codes

Color #6A7A85 in popluar color models

6A7A85
RGB106122133
HSL204°11.30%46.86%
HSB/HSV204°20.30%52.16%
CMYK20.30%8.27%0.00%
47.84%

Color #6A7A85 in popluar number systems.

HEX6A7A85
Decimal106122133
Binary1101010111101010000101
Octal152172205

Shades and tints

Shades of #6A7A85

#6A7A85
(106,122,133)
#616F79
(97,111,121)
#58646D
(88,100,109)
#4F5961
(79,89,97)
#464E55
(70,78,85)
#3D4349
(61,67,73)
#34383D
(52,56,61)
#2B2D31
(43,45,49)
#222225
(34,34,37)
#191719
(25,23,25)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #6A7A85

#6A7A85
(106,122,133)
#778690
(119,134,144)
#84929B
(132,146,155)
#919EA6
(145,158,166)
#9EAAB1
(158,170,177)
#ABB6BC
(171,182,188)
#B8C2C7
(184,194,199)
#C5CED2
(197,206,210)
#D2DADD
(210,218,221)
#DFE6E8
(223,230,232)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7A85 color. Also use rgb(106,122,133) instead hex code.

Text Font Color

.myTextColor { color: #6A7A85; }

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

This text font color is #6A7A85.


Background Color

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

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

This div background color is #6A7A85.


Border color

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

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

This div border color is #6A7A85.


Opacity

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

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

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

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

This text has shadow with #6A7A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7A85 on black background.


Color preview on white background

This text has color #6A7A85 on white background.



Black color preview on #6A7A85 background

This text has black color on #6A7A85 background.


White color preview on #6A7A85 background

This text has white color on #6A7A85 background.