COLOR #6A8580

HEX: #6A8580
RGB: (106,133,128)

Color info

#6A8580 contains red, green and blue colors in about the same proportion. Web safe color of #6A8580 is #669966 (or #696).

RGB color model

#6A8580 color RGB value is (106,133,128).

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

RGB channels and saturation

R 106 of 255 = 42%
G 133 of 255 = 52%
B 128 of 255 = 50%

106
133
128

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

Portions of RGB colors in percentages

R + G + B =
106 + 133 + 128 = 367 (100%)
R 106 of 367 ~ 28.88%
G 133 of 367 ~ 36.24%
B 128 of 367 ~ 34.88%

%28.88
%36.24
%34.88

CMYK color model

#6A8580 color CMYK value is (20,0,4,48).

  • cyan value is 20.30%
  • magenta value is 0.00%
  • yellow value is 3.76%
  • key color value is 47.84%
CMYK:
(20,0,4,48)
C20M0Y4K48 
(20%,0%,4%,48%)
(0.20/0.00/0.04/0.48)	

CMYK percentages

%20.3
%0
%3.76
%47.84

Codes

Color #6A8580 in popluar color models

6A8580
RGB106133128
HSL169°11.30%46.86%
HSB/HSV169°20.30%52.16%
CMYK20.30%0.00%3.76%
47.84%

Color #6A8580 in popluar number systems.

HEX6A8580
Decimal106133128
Binary11010101000010110000000
Octal152205200

Shades and tints

Shades of #6A8580

#6A8580
(106,133,128)
#617975
(97,121,117)
#586D6A
(88,109,106)
#4F615F
(79,97,95)
#465554
(70,85,84)
#3D4949
(61,73,73)
#343D3E
(52,61,62)
#2B3133
(43,49,51)
#222528
(34,37,40)
#19191D
(25,25,29)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #6A8580

#6A8580
(106,133,128)
#77908B
(119,144,139)
#849B96
(132,155,150)
#91A6A1
(145,166,161)
#9EB1AC
(158,177,172)
#ABBCB7
(171,188,183)
#B8C7C2
(184,199,194)
#C5D2CD
(197,210,205)
#D2DDD8
(210,221,216)
#DFE8E3
(223,232,227)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8580; }

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

This text font color is #6A8580.


Background Color

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

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

This div background color is #6A8580.


Border color

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

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

This div border color is #6A8580.


Opacity

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

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

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

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

This text has shadow with #6A8580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8580 on black background.


Color preview on white background

This text has color #6A8580 on white background.



Black color preview on #6A8580 background

This text has black color on #6A8580 background.


White color preview on #6A8580 background

This text has white color on #6A8580 background.