COLOR #6A749A

HEX: #6A749A RGB: (106,116,154)

Color info

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

RGB color model

#6A749A color RGB value is (106,116,154).

RGB: (106,116,154) (42%, 45%, 60%)

RGB channels and saturation

R 106 of 255 = 42%
G 116 of 255 = 45%
B 154 of 255 = 60%

106
116
154

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

Portions of RGB colors in percentages

R + G + B = 106 + 116 + 154 = 376 (100%)
R 106 of 376 ~ 28.19%
G 116 of 376 ~ 30.85%
B 154 of 376 ~ 40.96'%

%28.19
%30.85
%40.96

CMYK color model

#6A749A color CMYK value is (31,25,0,40).

  • cyan value is 31.17%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (31,25,0,40)
C31M25Y0K40 (31%, 25%, 0%, 40%)
(0.31 / 0.25 / 0.00 / 0.40)

CMYK percentages

%31.17
%24.68
%0
%39.61

Codes

Color #6A749A in popluar color models

6A 74 9A
RGB 106 116 154
HSL 228° 19.20% 50.98%
HSB/HSV 228° 31.17% 60.39%
CMYK 31.17% 24.68% 0.00%
39.61%

Color #6A749A in popluar number systems.

HEX 6A 74 9A
Decimal 106 116 154
Binary 1101010 1110100 10011010
Octal 152 164 232

Shades and tints

Shades of #6A749A

#6A749A
(106,116,154)
#616A8C
(97,106,140)
#58607E
(88,96,126)
#4F5670
(79,86,112)
#464C62
(70,76,98)
#3D4254
(61,66,84)
#343846
(52,56,70)
#2B2E38
(43,46,56)
#22242A
(34,36,42)
#191A1C
(25,26,28)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #6A749A

#6A749A
(106,116,154)
#7780A3
(119,128,163)
#848CAC
(132,140,172)
#9198B5
(145,152,181)
#9EA4BE
(158,164,190)
#ABB0C7
(171,176,199)
#B8BCD0
(184,188,208)
#C5C8D9
(197,200,217)
#D2D4E2
(210,212,226)
#DFE0EB
(223,224,235)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A749A; }

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

This text font color is #6A749A.

Background Color

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

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

This div background color is #6A749A.

Border color

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

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

This div border color is #6A749A.

Opacity

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

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

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

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

This text has shadow with #6A749A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A749A.

Preview

Color preview on black background

This text has color #6A749A on black background.


Color preview on white background

This text has color #6A749A on white background.


Black color preview on #6A749A background

This text has black color on #6A749A background.


White color preview on #6A749A background

This text has white color on #6A749A background.


Related colors

Complementary color

Complementary color for #hex is #958B65.


I love getcolorcode.com

Triadic colors

1 #9A6A74 and #749A6A with #6A749A are triadic colors.

2 #9A746A and #746A9A with #6A749A are triadic colors.