COLOR #6B5A71

HEX: #6B5A71
RGB: (107,90,113)

Color info

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

RGB color model

#6B5A71 color RGB value is (107,90,113).

  • red value is 107;
  • green value is 90;
  • blue value is 113.
RGB:
(107,90,113)
(42%,35%,44%)

RGB channels and saturation

R 107 of 255 = 42%
G 90 of 255 = 35%
B 113 of 255 = 44%

107
90
113

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

Portions of RGB colors in percentages

R + G + B =
107 + 90 + 113 = 310 (100%)
R 107 of 310 ~ 34.52%
G 90 of 310 ~ 29.03%
B 113 of 310 ~ 36.45%

%34.52
%29.03
%36.45

CMYK color model

#6B5A71 color CMYK value is (5,20,0,56).

  • cyan value is 5.31%
  • magenta value is 20.35%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(5,20,0,56)
C5M20Y0K56 
(5%,20%,0%,56%)
(0.05/0.20/0.00/0.56)	

CMYK percentages

%5.31
%20.35
%0
%55.69

Codes

Color #6B5A71 in popluar color models

6B5A71
RGB10790113
HSL284°11.33%39.80%
HSB/HSV284°20.35%44.31%
CMYK5.31%20.35%0.00%
55.69%

Color #6B5A71 in popluar number systems.

HEX6B5A71
Decimal10790113
Binary110101110110101110001
Octal153132161

Shades and tints

Shades of #6B5A71

#6B5A71
(107,90,113)
#625267
(98,82,103)
#594A5D
(89,74,93)
#504253
(80,66,83)
#473A49
(71,58,73)
#3E323F
(62,50,63)
#352A35
(53,42,53)
#2C222B
(44,34,43)
#231A21
(35,26,33)
#1A1217
(26,18,23)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #6B5A71

#6B5A71
(107,90,113)
#78697D
(120,105,125)
#857889
(133,120,137)
#928795
(146,135,149)
#9F96A1
(159,150,161)
#ACA5AD
(172,165,173)
#B9B4B9
(185,180,185)
#C6C3C5
(198,195,197)
#D3D2D1
(211,210,209)
#E0E1DD
(224,225,221)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5A71 color. Also use rgb(107,90,113) instead hex code.

Text Font Color

.myTextColor { color: #6B5A71; }

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

This text font color is #6B5A71.


Background Color

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

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

This div background color is #6B5A71.


Border color

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

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

This div border color is #6B5A71.


Opacity

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

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

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

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

This text has shadow with #6B5A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5A71 on black background.


Color preview on white background

This text has color #6B5A71 on white background.



Black color preview on #6B5A71 background

This text has black color on #6B5A71 background.


White color preview on #6B5A71 background

This text has white color on #6B5A71 background.