COLOR #6A7699

HEX: #6A7699 RGB: (106,118,153)

Color info

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

RGB color model

#6A7699 color RGB value is (106,118,153).

RGB: (106,118,153) (42%, 46%, 60%)

RGB channels and saturation

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

106
118
153

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

Portions of RGB colors in percentages

R + G + B = 106 + 118 + 153 = 377 (100%)
R 106 of 377 ~ 28.12%
G 118 of 377 ~ 31.3%
B 153 of 377 ~ 40.58'%

%28.12
%31.3
%40.58

CMYK color model

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

  • cyan value is 30.72%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (31,23,0,40)
C31M23Y0K40 (31%, 23%, 0%, 40%)
(0.31 / 0.23 / 0.00 / 0.40)

CMYK percentages

%30.72
%22.88
%0
%40

Codes

Color #6A7699 in popluar color models

6A 76 99
RGB 106 118 153
HSL 225° 18.73% 50.78%
HSB/HSV 225° 30.72% 60.00%
CMYK 30.72% 22.88% 0.00%
40.00%

Color #6A7699 in popluar number systems.

HEX 6A 76 99
Decimal 106 118 153
Binary 1101010 1110110 10011001
Octal 152 166 231

Shades and tints

Shades of #6A7699

#6A7699
(106,118,153)
#616C8C
(97,108,140)
#58627F
(88,98,127)
#4F5872
(79,88,114)
#464E65
(70,78,101)
#3D4458
(61,68,88)
#343A4B
(52,58,75)
#2B303E
(43,48,62)
#222631
(34,38,49)
#191C24
(25,28,36)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #6A7699

#6A7699
(106,118,153)
#7782A2
(119,130,162)
#848EAB
(132,142,171)
#919AB4
(145,154,180)
#9EA6BD
(158,166,189)
#ABB2C6
(171,178,198)
#B8BECF
(184,190,207)
#C5CAD8
(197,202,216)
#D2D6E1
(210,214,225)
#DFE2EA
(223,226,234)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7699; }

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

This text font color is #6A7699.

Background Color

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

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

This div background color is #6A7699.

Border color

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

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

This div border color is #6A7699.

Opacity

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

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

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

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

This text has shadow with #6A7699 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A7699.

Preview

Color preview on black background

This text has color #6A7699 on black background.


Color preview on white background

This text has color #6A7699 on white background.


Black color preview on #6A7699 background

This text has black color on #6A7699 background.


White color preview on #6A7699 background

This text has white color on #6A7699 background.


Related colors

Complementary color

Complementary color for #hex is #958966.


I love getcolorcode.com

Triadic colors

1 #996A76 and #76996A with #6A7699 are triadic colors.

2 #99766A and #766A99 with #6A7699 are triadic colors.