COLOR #6A657D

HEX: #6A657D RGB: (106,101,125)

Color info

#6A657D contains red, green and blue colors in about the same proportion. Web safe color of #6A657D is #666666 (or #666).

RGB color model

#6A657D color RGB value is (106,101,125).

RGB: (106,101,125) (42%, 40%, 49%)

RGB channels and saturation

R 106 of 255 = 42%
G 101 of 255 = 40%
B 125 of 255 = 49%

106
101
125

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

Portions of RGB colors in percentages

R + G + B = 106 + 101 + 125 = 332 (100%)
R 106 of 332 ~ 31.93%
G 101 of 332 ~ 30.42%
B 125 of 332 ~ 37.65'%

%31.93
%30.42
%37.65

CMYK color model

#6A657D color CMYK value is (15,19,0,51).

  • cyan value is 15.20%
  • magenta value is 19.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (15,19,0,51)
C15M19Y0K51 (15%, 19%, 0%, 51%)
(0.15 / 0.19 / 0.00 / 0.51)

CMYK percentages

%15.2
%19.2
%0
%50.98

Codes

Color #6A657D in popluar color models

6A 65 7D
RGB 106 101 125
HSL 253° 10.62% 44.31%
HSB/HSV 253° 19.20% 49.02%
CMYK 15.20% 19.20% 0.00%
50.98%

Color #6A657D in popluar number systems.

HEX 6A 65 7D
Decimal 106 101 125
Binary 1101010 1100101 1111101
Octal 152 145 175

Shades and tints

Shades of #6A657D

#6A657D
(106,101,125)
#615C72
(97,92,114)
#585367
(88,83,103)
#4F4A5C
(79,74,92)
#464151
(70,65,81)
#3D3846
(61,56,70)
#342F3B
(52,47,59)
#2B2630
(43,38,48)
#221D25
(34,29,37)
#19141A
(25,20,26)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #6A657D

#6A657D
(106,101,125)
#777388
(119,115,136)
#848193
(132,129,147)
#918F9E
(145,143,158)
#9E9DA9
(158,157,169)
#ABABB4
(171,171,180)
#B8B9BF
(184,185,191)
#C5C7CA
(197,199,202)
#D2D5D5
(210,213,213)
#DFE3E0
(223,227,224)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A657D color. Also use rgb(106,101,125) instead hex code.

Text Font Color

.myTextColor { color: #6A657D; }

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

This text font color is #6A657D.

Background Color

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

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

This div background color is #6A657D.

Border color

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

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

This div border color is #6A657D.

Opacity

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

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

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

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

This text has shadow with #6A657D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A657D.

Preview

Color preview on black background

This text has color #6A657D on black background.


Color preview on white background

This text has color #6A657D on white background.


Black color preview on #6A657D background

This text has black color on #6A657D background.


White color preview on #6A657D background

This text has white color on #6A657D background.


Related colors

Complementary color

Complementary color for #hex is #959A82.


I love getcolorcode.com

Triadic colors

1 #7D6A65 and #657D6A with #6A657D are triadic colors.

2 #7D656A and #656A7D with #6A657D are triadic colors.