COLOR #6B5270

HEX: #6B5270 RGB: (107,82,112)

Color info

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

RGB color model

#6B5270 color RGB value is (107,82,112).

RGB: (107,82,112) (42%, 32%, 44%)

RGB channels and saturation

R 107 of 255 = 42%
G 82 of 255 = 32%
B 112 of 255 = 44%

107
82
112

R + G + B ~ 39%. #6B5270 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 82 + 112 = 301 (100%)
R 107 of 301 ~ 35.55%
G 82 of 301 ~ 27.24%
B 112 of 301 ~ 37.21'%

%35.55
%27.24
%37.21

CMYK color model

#6B5270 color CMYK value is (4,27,0,56).

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

CMYK: (4,27,0,56)
C4M27Y0K56 (4%, 27%, 0%, 56%)
(0.04 / 0.27 / 0.00 / 0.56)

CMYK percentages

%4.46
%26.79
%0
%56.08

Codes

Color #6B5270 in popluar color models

6B 52 70
RGB 107 82 112
HSL 290° 15.46% 38.04%
HSB/HSV 290° 26.79% 43.92%
CMYK 4.46% 26.79% 0.00%
56.08%

Color #6B5270 in popluar number systems.

HEX 6B 52 70
Decimal 107 82 112
Binary 1101011 1010010 1110000
Octal 153 122 160

Shades and tints

Shades of #6B5270

#6B5270
(107,82,112)
#624B66
(98,75,102)
#59445C
(89,68,92)
#503D52
(80,61,82)
#473648
(71,54,72)
#3E2F3E
(62,47,62)
#352834
(53,40,52)
#2C212A
(44,33,42)
#231A20
(35,26,32)
#1A1316
(26,19,22)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #6B5270

#6B5270
(107,82,112)
#78617D
(120,97,125)
#85708A
(133,112,138)
#927F97
(146,127,151)
#9F8EA4
(159,142,164)
#AC9DB1
(172,157,177)
#B9ACBE
(185,172,190)
#C6BBCB
(198,187,203)
#D3CAD8
(211,202,216)
#E0D9E5
(224,217,229)
#EDE8F2
(237,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5270; }

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

This text font color is #6B5270.

Background Color

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

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

This div background color is #6B5270.

Border color

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

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

This div border color is #6B5270.

Opacity

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

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

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

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

This text has shadow with #6B5270 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5270.

Preview

Color preview on black background

This text has color #6B5270 on black background.


Color preview on white background

This text has color #6B5270 on white background.


Black color preview on #6B5270 background

This text has black color on #6B5270 background.


White color preview on #6B5270 background

This text has white color on #6B5270 background.


Related colors

Complementary color

Complementary color for #hex is #94AD8F.


I love getcolorcode.com

Triadic colors

1 #706B52 and #52706B with #6B5270 are triadic colors.

2 #70526B and #526B70 with #6B5270 are triadic colors.