COLOR #6F5174

HEX: #6F5174 RGB: (111,81,116)

Color info

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

RGB color model

#6F5174 color RGB value is (111,81,116).

RGB: (111,81,116) (44%, 32%, 45%)

RGB channels and saturation

R 111 of 255 = 44%
G 81 of 255 = 32%
B 116 of 255 = 45%

111
81
116

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

Portions of RGB colors in percentages

R + G + B = 111 + 81 + 116 = 308 (100%)
R 111 of 308 ~ 36.04%
G 81 of 308 ~ 26.3%
B 116 of 308 ~ 37.66'%

%36.04
%26.3
%37.66

CMYK color model

#6F5174 color CMYK value is (4,30,0,55).

  • cyan value is 4.31%
  • magenta value is 30.17%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (4,30,0,55)
C4M30Y0K55 (4%, 30%, 0%, 55%)
(0.04 / 0.30 / 0.00 / 0.55)

CMYK percentages

%4.31
%30.17
%0
%54.51

Codes

Color #6F5174 in popluar color models

6F 51 74
RGB 111 81 116
HSL 291° 17.77% 38.63%
HSB/HSV 291° 30.17% 45.49%
CMYK 4.31% 30.17% 0.00%
54.51%

Color #6F5174 in popluar number systems.

HEX 6F 51 74
Decimal 111 81 116
Binary 1101111 1010001 1110100
Octal 157 121 164

Shades and tints

Shades of #6F5174

#6F5174
(111,81,116)
#654A6A
(101,74,106)
#5B4360
(91,67,96)
#513C56
(81,60,86)
#47354C
(71,53,76)
#3D2E42
(61,46,66)
#332738
(51,39,56)
#29202E
(41,32,46)
#1F1924
(31,25,36)
#15121A
(21,18,26)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #6F5174

#6F5174
(111,81,116)
#7C6080
(124,96,128)
#896F8C
(137,111,140)
#967E98
(150,126,152)
#A38DA4
(163,141,164)
#B09CB0
(176,156,176)
#BDABBC
(189,171,188)
#CABAC8
(202,186,200)
#D7C9D4
(215,201,212)
#E4D8E0
(228,216,224)
#F1E7EC
(241,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5174 color. Also use rgb(111,81,116) instead hex code.

Text Font Color

.myTextColor { color: #6F5174; }

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

This text font color is #6F5174.

Background Color

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

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

This div background color is #6F5174.

Border color

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

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

This div border color is #6F5174.

Opacity

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

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

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

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

This text has shadow with #6F5174 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5174.

Preview

Color preview on black background

This text has color #6F5174 on black background.


Color preview on white background

This text has color #6F5174 on white background.


Black color preview on #6F5174 background

This text has black color on #6F5174 background.


White color preview on #6F5174 background

This text has white color on #6F5174 background.


Related colors

Complementary color

Complementary color for #hex is #90AE8B.


I love getcolorcode.com

Triadic colors

1 #746F51 and #51746F with #6F5174 are triadic colors.

2 #74516F and #516F74 with #6F5174 are triadic colors.