COLOR #6A8387

HEX: #6A8387
RGB: (106,131,135)

Color info

#6A8387 contains red, green and blue colors in about the same proportion. Web safe color of #6A8387 is #669999 (or #699).

RGB color model

#6A8387 color RGB value is (106,131,135).

  • red value is 106;
  • green value is 131;
  • blue value is 135.
RGB:
(106,131,135)
(42%,51%,53%)

RGB channels and saturation

R 106 of 255 = 42%
G 131 of 255 = 51%
B 135 of 255 = 53%

106
131
135

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

Portions of RGB colors in percentages

R + G + B =
106 + 131 + 135 = 372 (100%)
R 106 of 372 ~ 28.49%
G 131 of 372 ~ 35.22%
B 135 of 372 ~ 36.29%

%28.49
%35.22
%36.29

CMYK color model

#6A8387 color CMYK value is (21,3,0,47).

  • cyan value is 21.48%
  • magenta value is 2.96%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(21,3,0,47)
C21M3Y0K47 
(21%,3%,0%,47%)
(0.21/0.03/0.00/0.47)	

CMYK percentages

%21.48
%2.96
%0
%47.06

Codes

Color #6A8387 in popluar color models

6A8387
RGB106131135
HSL188°12.03%47.25%
HSB/HSV188°21.48%52.94%
CMYK21.48%2.96%0.00%
47.06%

Color #6A8387 in popluar number systems.

HEX6A8387
Decimal106131135
Binary11010101000001110000111
Octal152203207

Shades and tints

Shades of #6A8387

#6A8387
(106,131,135)
#61787B
(97,120,123)
#586D6F
(88,109,111)
#4F6263
(79,98,99)
#465757
(70,87,87)
#3D4C4B
(61,76,75)
#34413F
(52,65,63)
#2B3633
(43,54,51)
#222B27
(34,43,39)
#19201B
(25,32,27)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #6A8387

#6A8387
(106,131,135)
#778E91
(119,142,145)
#84999B
(132,153,155)
#91A4A5
(145,164,165)
#9EAFAF
(158,175,175)
#ABBAB9
(171,186,185)
#B8C5C3
(184,197,195)
#C5D0CD
(197,208,205)
#D2DBD7
(210,219,215)
#DFE6E1
(223,230,225)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8387 color. Also use rgb(106,131,135) instead hex code.

Text Font Color

.myTextColor { color: #6A8387; }

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

This text font color is #6A8387.


Background Color

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

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

This div background color is #6A8387.


Border color

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

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

This div border color is #6A8387.


Opacity

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

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

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

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

This text has shadow with #6A8387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8387 on black background.


Color preview on white background

This text has color #6A8387 on white background.



Black color preview on #6A8387 background

This text has black color on #6A8387 background.


White color preview on #6A8387 background

This text has white color on #6A8387 background.