COLOR #6A8089

HEX: #6A8089 RGB: (106,128,137)

Color info

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

RGB color model

#6A8089 color RGB value is (106,128,137).

RGB: (106,128,137) (42%, 50%, 54%)

RGB channels and saturation

R 106 of 255 = 42%
G 128 of 255 = 50%
B 137 of 255 = 54%

106
128
137

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

Portions of RGB colors in percentages

R + G + B = 106 + 128 + 137 = 371 (100%)
R 106 of 371 ~ 28.57%
G 128 of 371 ~ 34.5%
B 137 of 371 ~ 36.93'%

%28.57
%34.5
%36.93

CMYK color model

#6A8089 color CMYK value is (23,7,0,46).

  • cyan value is 22.63%
  • magenta value is 6.57%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (23,7,0,46)
C23M7Y0K46 (23%, 7%, 0%, 46%)
(0.23 / 0.07 / 0.00 / 0.46)

CMYK percentages

%22.63
%6.57
%0
%46.27

Codes

Color #6A8089 in popluar color models

6A 80 89
RGB 106 128 137
HSL 197° 12.76% 47.65%
HSB/HSV 197° 22.63% 53.73%
CMYK 22.63% 6.57% 0.00%
46.27%

Color #6A8089 in popluar number systems.

HEX 6A 80 89
Decimal 106 128 137
Binary 1101010 10000000 10001001
Octal 152 200 211

Shades and tints

Shades of #6A8089

#6A8089
(106,128,137)
#61757D
(97,117,125)
#586A71
(88,106,113)
#4F5F65
(79,95,101)
#465459
(70,84,89)
#3D494D
(61,73,77)
#343E41
(52,62,65)
#2B3335
(43,51,53)
#222829
(34,40,41)
#191D1D
(25,29,29)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #6A8089

#6A8089
(106,128,137)
#778B93
(119,139,147)
#84969D
(132,150,157)
#91A1A7
(145,161,167)
#9EACB1
(158,172,177)
#ABB7BB
(171,183,187)
#B8C2C5
(184,194,197)
#C5CDCF
(197,205,207)
#D2D8D9
(210,216,217)
#DFE3E3
(223,227,227)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8089; }

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

This text font color is #6A8089.

Background Color

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

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

This div background color is #6A8089.

Border color

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

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

This div border color is #6A8089.

Opacity

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

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

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

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

This text has shadow with #6A8089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A8089.

Preview

Color preview on black background

This text has color #6A8089 on black background.


Color preview on white background

This text has color #6A8089 on white background.


Black color preview on #6A8089 background

This text has black color on #6A8089 background.


White color preview on #6A8089 background

This text has white color on #6A8089 background.


Related colors

Complementary color

Complementary color for #hex is #957F76.


I love getcolorcode.com

Triadic colors

1 #896A80 and #80896A with #6A8089 are triadic colors.

2 #89806A and #806A89 with #6A8089 are triadic colors.