COLOR #6F5270

HEX: #6F5270 RGB: (111,82,112)

Color info

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

RGB color model

#6F5270 color RGB value is (111,82,112).

RGB: (111,82,112) (44%, 32%, 44%)

RGB channels and saturation

R 111 of 255 = 44%
G 82 of 255 = 32%
B 112 of 255 = 44%

111
82
112

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

Portions of RGB colors in percentages

R + G + B = 111 + 82 + 112 = 305 (100%)
R 111 of 305 ~ 36.39%
G 82 of 305 ~ 26.89%
B 112 of 305 ~ 36.72'%

%36.39
%26.89
%36.72

CMYK color model

#6F5270 color CMYK value is (1,27,0,56).

  • cyan value is 0.89%
  • magenta value is 26.79%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (1,27,0,56)
C1M27Y0K56 (1%, 27%, 0%, 56%)
(0.01 / 0.27 / 0.00 / 0.56)

CMYK percentages

%0.89
%26.79
%0
%56.08

Codes

Color #6F5270 in popluar color models

6F 52 70
RGB 111 82 112
HSL 298° 15.46% 38.04%
HSB/HSV 298° 26.79% 43.92%
CMYK 0.89% 26.79% 0.00%
56.08%

Color #6F5270 in popluar number systems.

HEX 6F 52 70
Decimal 111 82 112
Binary 1101111 1010010 1110000
Octal 157 122 160

Shades and tints

Shades of #6F5270

#6F5270
(111,82,112)
#654B66
(101,75,102)
#5B445C
(91,68,92)
#513D52
(81,61,82)
#473648
(71,54,72)
#3D2F3E
(61,47,62)
#332834
(51,40,52)
#29212A
(41,33,42)
#1F1A20
(31,26,32)
#151316
(21,19,22)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #6F5270

#6F5270
(111,82,112)
#7C617D
(124,97,125)
#89708A
(137,112,138)
#967F97
(150,127,151)
#A38EA4
(163,142,164)
#B09DB1
(176,157,177)
#BDACBE
(189,172,190)
#CABBCB
(202,187,203)
#D7CAD8
(215,202,216)
#E4D9E5
(228,217,229)
#F1E8F2
(241,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5270 color. Also use rgb(111,82,112) instead hex code.

Text Font Color

.myTextColor { color: #6F5270; }

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

This text font color is #6F5270.

Background Color

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

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

This div background color is #6F5270.

Border color

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

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

This div border color is #6F5270.

Opacity

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

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

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

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

This text has shadow with #6F5270 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5270.

Preview

Color preview on black background

This text has color #6F5270 on black background.


Color preview on white background

This text has color #6F5270 on white background.


Black color preview on #6F5270 background

This text has black color on #6F5270 background.


White color preview on #6F5270 background

This text has white color on #6F5270 background.


Related colors

Complementary color

Complementary color for #hex is #90AD8F.


I love getcolorcode.com

Triadic colors

1 #706F52 and #52706F with #6F5270 are triadic colors.

2 #70526F and #526F70 with #6F5270 are triadic colors.