COLOR #6F5A7F

HEX: #6F5A7F RGB: (111,90,127)

Color info

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

RGB color model

#6F5A7F color RGB value is (111,90,127).

RGB: (111,90,127) (44%, 35%, 50%)

RGB channels and saturation

R 111 of 255 = 44%
G 90 of 255 = 35%
B 127 of 255 = 50%

111
90
127

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

Portions of RGB colors in percentages

R + G + B = 111 + 90 + 127 = 328 (100%)
R 111 of 328 ~ 33.84%
G 90 of 328 ~ 27.44%
B 127 of 328 ~ 38.72'%

%33.84
%27.44
%38.72

CMYK color model

#6F5A7F color CMYK value is (13,29,0,50).

  • cyan value is 12.60%
  • magenta value is 29.13%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (13,29,0,50)
C13M29Y0K50 (13%, 29%, 0%, 50%)
(0.13 / 0.29 / 0.00 / 0.50)

CMYK percentages

%12.6
%29.13
%0
%50.2

Codes

Color #6F5A7F in popluar color models

6F 5A 7F
RGB 111 90 127
HSL 274° 17.05% 42.55%
HSB/HSV 274° 29.13% 49.80%
CMYK 12.60% 29.13% 0.00%
50.20%

Color #6F5A7F in popluar number systems.

HEX 6F 5A 7F
Decimal 111 90 127
Binary 1101111 1011010 1111111
Octal 157 132 177

Shades and tints

Shades of #6F5A7F

#6F5A7F
(111,90,127)
#655274
(101,82,116)
#5B4A69
(91,74,105)
#51425E
(81,66,94)
#473A53
(71,58,83)
#3D3248
(61,50,72)
#332A3D
(51,42,61)
#292232
(41,34,50)
#1F1A27
(31,26,39)
#15121C
(21,18,28)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #6F5A7F

#6F5A7F
(111,90,127)
#7C698A
(124,105,138)
#897895
(137,120,149)
#9687A0
(150,135,160)
#A396AB
(163,150,171)
#B0A5B6
(176,165,182)
#BDB4C1
(189,180,193)
#CAC3CC
(202,195,204)
#D7D2D7
(215,210,215)
#E4E1E2
(228,225,226)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5A7F color. Also use rgb(111,90,127) instead hex code.

Text Font Color

.myTextColor { color: #6F5A7F; }

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

This text font color is #6F5A7F.

Background Color

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

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

This div background color is #6F5A7F.

Border color

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

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

This div border color is #6F5A7F.

Opacity

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

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

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

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

This text has shadow with #6F5A7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5A7F.

Preview

Color preview on black background

This text has color #6F5A7F on black background.


Color preview on white background

This text has color #6F5A7F on white background.


Black color preview on #6F5A7F background

This text has black color on #6F5A7F background.


White color preview on #6F5A7F background

This text has white color on #6F5A7F background.


Related colors

Complementary color

Complementary color for #hex is #90A580.


I love getcolorcode.com

Triadic colors

1 #7F6F5A and #5A7F6F with #6F5A7F are triadic colors.

2 #7F5A6F and #5A6F7F with #6F5A7F are triadic colors.