COLOR #6A7889

HEX: #6A7889
RGB: (106,120,137)

Color info

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

RGB color model

#6A7889 color RGB value is (106,120,137).

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

RGB channels and saturation

R 106 of 255 = 42%
G 120 of 255 = 47%
B 137 of 255 = 54%

106
120
137

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

Portions of RGB colors in percentages

R + G + B =
106 + 120 + 137 = 363 (100%)
R 106 of 363 ~ 29.2%
G 120 of 363 ~ 33.06%
B 137 of 363 ~ 37.74%

%29.2
%33.06
%37.74

CMYK color model

#6A7889 color CMYK value is (23,12,0,46).

  • cyan value is 22.63%
  • magenta value is 12.41%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(23,12,0,46)
C23M12Y0K46 
(23%,12%,0%,46%)
(0.23/0.12/0.00/0.46)	

CMYK percentages

%22.63
%12.41
%0
%46.27

Codes

Color #6A7889 in popluar color models

6A7889
RGB106120137
HSL213°12.76%47.65%
HSB/HSV213°22.63%53.73%
CMYK22.63%12.41%0.00%
46.27%

Color #6A7889 in popluar number systems.

HEX6A7889
Decimal106120137
Binary1101010111100010001001
Octal152170211

Shades and tints

Shades of #6A7889

#6A7889
(106,120,137)
#616E7D
(97,110,125)
#586471
(88,100,113)
#4F5A65
(79,90,101)
#465059
(70,80,89)
#3D464D
(61,70,77)
#343C41
(52,60,65)
#2B3235
(43,50,53)
#222829
(34,40,41)
#191E1D
(25,30,29)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #6A7889

#6A7889
(106,120,137)
#778493
(119,132,147)
#84909D
(132,144,157)
#919CA7
(145,156,167)
#9EA8B1
(158,168,177)
#ABB4BB
(171,180,187)
#B8C0C5
(184,192,197)
#C5CCCF
(197,204,207)
#D2D8D9
(210,216,217)
#DFE4E3
(223,228,227)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7889; }

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

This text font color is #6A7889.


Background Color

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

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

This div background color is #6A7889.


Border color

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

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

This div border color is #6A7889.


Opacity

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

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

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

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

This text has shadow with #6A7889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7889 on black background.


Color preview on white background

This text has color #6A7889 on white background.



Black color preview on #6A7889 background

This text has black color on #6A7889 background.


White color preview on #6A7889 background

This text has white color on #6A7889 background.