COLOR #6A7787

HEX: #6A7787
RGB: (106,119,135)

Color info

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

RGB color model

#6A7787 color RGB value is (106,119,135).

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

RGB channels and saturation

R 106 of 255 = 42%
G 119 of 255 = 47%
B 135 of 255 = 53%

106
119
135

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

Portions of RGB colors in percentages

R + G + B =
106 + 119 + 135 = 360 (100%)
R 106 of 360 ~ 29.44%
G 119 of 360 ~ 33.06%
B 135 of 360 ~ 37.5%

%29.44
%33.06
%37.5

CMYK color model

#6A7787 color CMYK value is (21,12,0,47).

  • cyan value is 21.48%
  • magenta value is 11.85%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(21,12,0,47)
C21M12Y0K47 
(21%,12%,0%,47%)
(0.21/0.12/0.00/0.47)	

CMYK percentages

%21.48
%11.85
%0
%47.06

Codes

Color #6A7787 in popluar color models

6A7787
RGB106119135
HSL213°12.03%47.25%
HSB/HSV213°21.48%52.94%
CMYK21.48%11.85%0.00%
47.06%

Color #6A7787 in popluar number systems.

HEX6A7787
Decimal106119135
Binary1101010111011110000111
Octal152167207

Shades and tints

Shades of #6A7787

#6A7787
(106,119,135)
#616D7B
(97,109,123)
#58636F
(88,99,111)
#4F5963
(79,89,99)
#464F57
(70,79,87)
#3D454B
(61,69,75)
#343B3F
(52,59,63)
#2B3133
(43,49,51)
#222727
(34,39,39)
#191D1B
(25,29,27)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #6A7787

#6A7787
(106,119,135)
#778391
(119,131,145)
#848F9B
(132,143,155)
#919BA5
(145,155,165)
#9EA7AF
(158,167,175)
#ABB3B9
(171,179,185)
#B8BFC3
(184,191,195)
#C5CBCD
(197,203,205)
#D2D7D7
(210,215,215)
#DFE3E1
(223,227,225)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7787; }

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

This text font color is #6A7787.


Background Color

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

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

This div background color is #6A7787.


Border color

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

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

This div border color is #6A7787.


Opacity

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

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

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

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

This text has shadow with #6A7787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7787 on black background.


Color preview on white background

This text has color #6A7787 on white background.



Black color preview on #6A7787 background

This text has black color on #6A7787 background.


White color preview on #6A7787 background

This text has white color on #6A7787 background.