COLOR #6A7880

HEX: #6A7880
RGB: (106,120,128)

Color info

#6A7880 contains red, green and blue colors in about the same proportion. Web safe color of #6A7880 is #666666 (or #666).

RGB color model

#6A7880 color RGB value is (106,120,128).

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

RGB channels and saturation

R 106 of 255 = 42%
G 120 of 255 = 47%
B 128 of 255 = 50%

106
120
128

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

Portions of RGB colors in percentages

R + G + B =
106 + 120 + 128 = 354 (100%)
R 106 of 354 ~ 29.94%
G 120 of 354 ~ 33.9%
B 128 of 354 ~ 36.16%

%29.94
%33.9
%36.16

CMYK color model

#6A7880 color CMYK value is (17,6,0,50).

  • cyan value is 17.19%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(17,6,0,50)
C17M6Y0K50 
(17%,6%,0%,50%)
(0.17/0.06/0.00/0.50)	

CMYK percentages

%17.19
%6.25
%0
%49.8

Codes

Color #6A7880 in popluar color models

6A7880
RGB106120128
HSL202°9.40%45.88%
HSB/HSV202°17.19%50.20%
CMYK17.19%6.25%0.00%
49.80%

Color #6A7880 in popluar number systems.

HEX6A7880
Decimal106120128
Binary1101010111100010000000
Octal152170200

Shades and tints

Shades of #6A7880

#6A7880
(106,120,128)
#616E75
(97,110,117)
#58646A
(88,100,106)
#4F5A5F
(79,90,95)
#465054
(70,80,84)
#3D4649
(61,70,73)
#343C3E
(52,60,62)
#2B3233
(43,50,51)
#222828
(34,40,40)
#191E1D
(25,30,29)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #6A7880

#6A7880
(106,120,128)
#77848B
(119,132,139)
#849096
(132,144,150)
#919CA1
(145,156,161)
#9EA8AC
(158,168,172)
#ABB4B7
(171,180,183)
#B8C0C2
(184,192,194)
#C5CCCD
(197,204,205)
#D2D8D8
(210,216,216)
#DFE4E3
(223,228,227)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7880; }

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

This text font color is #6A7880.


Background Color

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

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

This div background color is #6A7880.


Border color

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

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

This div border color is #6A7880.


Opacity

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

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

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

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

This text has shadow with #6A7880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7880 on black background.


Color preview on white background

This text has color #6A7880 on white background.



Black color preview on #6A7880 background

This text has black color on #6A7880 background.


White color preview on #6A7880 background

This text has white color on #6A7880 background.