COLOR #6A748D

HEX: #6A748D RGB: (106,116,141)

Color info

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

RGB color model

#6A748D color RGB value is (106,116,141).

RGB: (106,116,141) (42%, 45%, 55%)

RGB channels and saturation

R 106 of 255 = 42%
G 116 of 255 = 45%
B 141 of 255 = 55%

106
116
141

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

Portions of RGB colors in percentages

R + G + B = 106 + 116 + 141 = 363 (100%)
R 106 of 363 ~ 29.2%
G 116 of 363 ~ 31.96%
B 141 of 363 ~ 38.84'%

%29.2
%31.96
%38.84

CMYK color model

#6A748D color CMYK value is (25,18,0,45).

  • cyan value is 24.82%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (25,18,0,45)
C25M18Y0K45 (25%, 18%, 0%, 45%)
(0.25 / 0.18 / 0.00 / 0.45)

CMYK percentages

%24.82
%17.73
%0
%44.71

Codes

Color #6A748D in popluar color models

6A 74 8D
RGB 106 116 141
HSL 223° 14.17% 48.43%
HSB/HSV 223° 24.82% 55.29%
CMYK 24.82% 17.73% 0.00%
44.71%

Color #6A748D in popluar number systems.

HEX 6A 74 8D
Decimal 106 116 141
Binary 1101010 1110100 10001101
Octal 152 164 215

Shades and tints

Shades of #6A748D

#6A748D
(106,116,141)
#616A81
(97,106,129)
#586075
(88,96,117)
#4F5669
(79,86,105)
#464C5D
(70,76,93)
#3D4251
(61,66,81)
#343845
(52,56,69)
#2B2E39
(43,46,57)
#22242D
(34,36,45)
#191A21
(25,26,33)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #6A748D

#6A748D
(106,116,141)
#778097
(119,128,151)
#848CA1
(132,140,161)
#9198AB
(145,152,171)
#9EA4B5
(158,164,181)
#ABB0BF
(171,176,191)
#B8BCC9
(184,188,201)
#C5C8D3
(197,200,211)
#D2D4DD
(210,212,221)
#DFE0E7
(223,224,231)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A748D; }

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

This text font color is #6A748D.

Background Color

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

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

This div background color is #6A748D.

Border color

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

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

This div border color is #6A748D.

Opacity

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

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

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

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

This text has shadow with #6A748D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A748D.

Preview

Color preview on black background

This text has color #6A748D on black background.


Color preview on white background

This text has color #6A748D on white background.


Black color preview on #6A748D background

This text has black color on #6A748D background.


White color preview on #6A748D background

This text has white color on #6A748D background.


Related colors

Complementary color

Complementary color for #hex is #958B72.


I love getcolorcode.com

Triadic colors

1 #8D6A74 and #748D6A with #6A748D are triadic colors.

2 #8D746A and #746A8D with #6A748D are triadic colors.