COLOR #6A769A

HEX: #6A769A
RGB: (106,118,154)

Color info

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

RGB color model

#6A769A color RGB value is (106,118,154).

  • red value is 106;
  • green value is 118;
  • blue value is 154.
RGB:
(106,118,154)
(42%,46%,60%)

RGB channels and saturation

R 106 of 255 = 42%
G 118 of 255 = 46%
B 154 of 255 = 60%

106
118
154

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

Portions of RGB colors in percentages

R + G + B =
106 + 118 + 154 = 378 (100%)
R 106 of 378 ~ 28.04%
G 118 of 378 ~ 31.22%
B 154 of 378 ~ 40.74%

%28.04
%31.22
%40.74

CMYK color model

#6A769A color CMYK value is (31,23,0,40).

  • cyan value is 31.17%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(31,23,0,40)
C31M23Y0K40 
(31%,23%,0%,40%)
(0.31/0.23/0.00/0.40)	

CMYK percentages

%31.17
%23.38
%0
%39.61

Codes

Color #6A769A in popluar color models

6A769A
RGB106118154
HSL225°19.20%50.98%
HSB/HSV225°31.17%60.39%
CMYK31.17%23.38%0.00%
39.61%

Color #6A769A in popluar number systems.

HEX6A769A
Decimal106118154
Binary1101010111011010011010
Octal152166232

Shades and tints

Shades of #6A769A

#6A769A
(106,118,154)
#616C8C
(97,108,140)
#58627E
(88,98,126)
#4F5870
(79,88,112)
#464E62
(70,78,98)
#3D4454
(61,68,84)
#343A46
(52,58,70)
#2B3038
(43,48,56)
#22262A
(34,38,42)
#191C1C
(25,28,28)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #6A769A

#6A769A
(106,118,154)
#7782A3
(119,130,163)
#848EAC
(132,142,172)
#919AB5
(145,154,181)
#9EA6BE
(158,166,190)
#ABB2C7
(171,178,199)
#B8BED0
(184,190,208)
#C5CAD9
(197,202,217)
#D2D6E2
(210,214,226)
#DFE2EB
(223,226,235)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A769A color. Also use rgb(106,118,154) instead hex code.

Text Font Color

.myTextColor { color: #6A769A; }

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

This text font color is #6A769A.


Background Color

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

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

This div background color is #6A769A.


Border color

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

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

This div border color is #6A769A.


Opacity

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

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

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

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

This text has shadow with #6A769A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A769A on black background.


Color preview on white background

This text has color #6A769A on white background.



Black color preview on #6A769A background

This text has black color on #6A769A background.


White color preview on #6A769A background

This text has white color on #6A769A background.