COLOR #6A5975

HEX: #6A5975
RGB: (106,89,117)

Color info

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

RGB color model

#6A5975 color RGB value is (106,89,117).

  • red value is 106;
  • green value is 89;
  • blue value is 117.
RGB:
(106,89,117)
(42%,35%,46%)

RGB channels and saturation

R 106 of 255 = 42%
G 89 of 255 = 35%
B 117 of 255 = 46%

106
89
117

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

Portions of RGB colors in percentages

R + G + B =
106 + 89 + 117 = 312 (100%)
R 106 of 312 ~ 33.97%
G 89 of 312 ~ 28.53%
B 117 of 312 ~ 37.5%

%33.97
%28.53
%37.5

CMYK color model

#6A5975 color CMYK value is (9,24,0,54).

  • cyan value is 9.40%
  • magenta value is 23.93%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(9,24,0,54)
C9M24Y0K54 
(9%,24%,0%,54%)
(0.09/0.24/0.00/0.54)	

CMYK percentages

%9.4
%23.93
%0
%54.12

Codes

Color #6A5975 in popluar color models

6A5975
RGB10689117
HSL276°13.59%40.39%
HSB/HSV276°23.93%45.88%
CMYK9.40%23.93%0.00%
54.12%

Color #6A5975 in popluar number systems.

HEX6A5975
Decimal10689117
Binary110101010110011110101
Octal152131165

Shades and tints

Shades of #6A5975

#6A5975
(106,89,117)
#61516B
(97,81,107)
#584961
(88,73,97)
#4F4157
(79,65,87)
#46394D
(70,57,77)
#3D3143
(61,49,67)
#342939
(52,41,57)
#2B212F
(43,33,47)
#221925
(34,25,37)
#19111B
(25,17,27)
#100911
(16,9,17)
#000000
(0,0,0)

Tints of #6A5975

#6A5975
(106,89,117)
#776881
(119,104,129)
#84778D
(132,119,141)
#918699
(145,134,153)
#9E95A5
(158,149,165)
#ABA4B1
(171,164,177)
#B8B3BD
(184,179,189)
#C5C2C9
(197,194,201)
#D2D1D5
(210,209,213)
#DFE0E1
(223,224,225)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5975; }

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

This text font color is #6A5975.


Background Color

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

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

This div background color is #6A5975.


Border color

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

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

This div border color is #6A5975.


Opacity

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

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

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

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

This text has shadow with #6A5975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5975 on black background.


Color preview on white background

This text has color #6A5975 on white background.



Black color preview on #6A5975 background

This text has black color on #6A5975 background.


White color preview on #6A5975 background

This text has white color on #6A5975 background.