COLOR #6A5F75

HEX: #6A5F75 RGB: (106,95,117)

Color info

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

RGB color model

#6A5F75 color RGB value is (106,95,117).

RGB: (106,95,117) (42%, 37%, 46%)

RGB channels and saturation

R 106 of 255 = 42%
G 95 of 255 = 37%
B 117 of 255 = 46%

106
95
117

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

Portions of RGB colors in percentages

R + G + B = 106 + 95 + 117 = 318 (100%)
R 106 of 318 ~ 33.33%
G 95 of 318 ~ 29.87%
B 117 of 318 ~ 36.79'%

%33.33
%29.87
%36.79

CMYK color model

#6A5F75 color CMYK value is (9,19,0,54).

  • cyan value is 9.40%
  • magenta value is 18.80%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (9,19,0,54)
C9M19Y0K54 (9%, 19%, 0%, 54%)
(0.09 / 0.19 / 0.00 / 0.54)

CMYK percentages

%9.4
%18.8
%0
%54.12

Codes

Color #6A5F75 in popluar color models

6A 5F 75
RGB 106 95 117
HSL 270° 10.38% 41.57%
HSB/HSV 270° 18.80% 45.88%
CMYK 9.40% 18.80% 0.00%
54.12%

Color #6A5F75 in popluar number systems.

HEX 6A 5F 75
Decimal 106 95 117
Binary 1101010 1011111 1110101
Octal 152 137 165

Shades and tints

Shades of #6A5F75

#6A5F75
(106,95,117)
#61576B
(97,87,107)
#584F61
(88,79,97)
#4F4757
(79,71,87)
#463F4D
(70,63,77)
#3D3743
(61,55,67)
#342F39
(52,47,57)
#2B272F
(43,39,47)
#221F25
(34,31,37)
#19171B
(25,23,27)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #6A5F75

#6A5F75
(106,95,117)
#776D81
(119,109,129)
#847B8D
(132,123,141)
#918999
(145,137,153)
#9E97A5
(158,151,165)
#ABA5B1
(171,165,177)
#B8B3BD
(184,179,189)
#C5C1C9
(197,193,201)
#D2CFD5
(210,207,213)
#DFDDE1
(223,221,225)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5F75 color. Also use rgb(106,95,117) instead hex code.

Text Font Color

.myTextColor { color: #6A5F75; }

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

This text font color is #6A5F75.

Background Color

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

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

This div background color is #6A5F75.

Border color

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

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

This div border color is #6A5F75.

Opacity

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

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

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

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

This text has shadow with #6A5F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A5F75.

Preview

Color preview on black background

This text has color #6A5F75 on black background.


Color preview on white background

This text has color #6A5F75 on white background.


Black color preview on #6A5F75 background

This text has black color on #6A5F75 background.


White color preview on #6A5F75 background

This text has white color on #6A5F75 background.


Related colors

Complementary color

Complementary color for #hex is #95A08A.


I love getcolorcode.com

Triadic colors

1 #756A5F and #5F756A with #6A5F75 are triadic colors.

2 #755F6A and #5F6A75 with #6A5F75 are triadic colors.