COLOR #6A7789

HEX: #6A7789
RGB: (106,119,137)

Color info

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

RGB color model

#6A7789 color RGB value is (106,119,137).

  • red value is 106;
  • green value is 119;
  • blue value is 137.
RGB:
(106,119,137)
(42%,47%,54%)

RGB channels and saturation

R 106 of 255 = 42%
G 119 of 255 = 47%
B 137 of 255 = 54%

106
119
137

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

Portions of RGB colors in percentages

R + G + B =
106 + 119 + 137 = 362 (100%)
R 106 of 362 ~ 29.28%
G 119 of 362 ~ 32.87%
B 137 of 362 ~ 37.85%

%29.28
%32.87
%37.85

CMYK color model

#6A7789 color CMYK value is (23,13,0,46).

  • cyan value is 22.63%
  • magenta value is 13.14%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(23,13,0,46)
C23M13Y0K46 
(23%,13%,0%,46%)
(0.23/0.13/0.00/0.46)	

CMYK percentages

%22.63
%13.14
%0
%46.27

Codes

Color #6A7789 in popluar color models

6A7789
RGB106119137
HSL215°12.76%47.65%
HSB/HSV215°22.63%53.73%
CMYK22.63%13.14%0.00%
46.27%

Color #6A7789 in popluar number systems.

HEX6A7789
Decimal106119137
Binary1101010111011110001001
Octal152167211

Shades and tints

Shades of #6A7789

#6A7789
(106,119,137)
#616D7D
(97,109,125)
#586371
(88,99,113)
#4F5965
(79,89,101)
#464F59
(70,79,89)
#3D454D
(61,69,77)
#343B41
(52,59,65)
#2B3135
(43,49,53)
#222729
(34,39,41)
#191D1D
(25,29,29)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #6A7789

#6A7789
(106,119,137)
#778393
(119,131,147)
#848F9D
(132,143,157)
#919BA7
(145,155,167)
#9EA7B1
(158,167,177)
#ABB3BB
(171,179,187)
#B8BFC5
(184,191,197)
#C5CBCF
(197,203,207)
#D2D7D9
(210,215,217)
#DFE3E3
(223,227,227)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7789 color. Also use rgb(106,119,137) instead hex code.

Text Font Color

.myTextColor { color: #6A7789; }

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

This text font color is #6A7789.


Background Color

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

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

This div background color is #6A7789.


Border color

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

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

This div border color is #6A7789.


Opacity

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

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

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

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

This text has shadow with #6A7789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7789 on black background.


Color preview on white background

This text has color #6A7789 on white background.



Black color preview on #6A7789 background

This text has black color on #6A7789 background.


White color preview on #6A7789 background

This text has white color on #6A7789 background.