COLOR #6B5F6A

HEX: #6B5F6A
RGB: (107,95,106)

Color info

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

RGB color model

#6B5F6A color RGB value is (107,95,106).

  • red value is 107;
  • green value is 95;
  • blue value is 106.
RGB:
(107,95,106)
(42%,37%,42%)

RGB channels and saturation

R 107 of 255 = 42%
G 95 of 255 = 37%
B 106 of 255 = 42%

107
95
106

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

Portions of RGB colors in percentages

R + G + B =
107 + 95 + 106 = 308 (100%)
R 107 of 308 ~ 34.74%
G 95 of 308 ~ 30.84%
B 106 of 308 ~ 34.42%

%34.74
%30.84
%34.42

CMYK color model

#6B5F6A color CMYK value is (0,11,1,58).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 0.93%
  • key color value is 58.04%
CMYK:
(0,11,1,58)
C0M11Y1K58 
(0%,11%,1%,58%)
(0.00/0.11/0.01/0.58)	

CMYK percentages

%0
%11.21
%0.93
%58.04

Codes

Color #6B5F6A in popluar color models

6B5F6A
RGB10795106
HSL305°5.94%39.61%
HSB/HSV305°11.21%41.96%
CMYK0.00%11.21%0.93%
58.04%

Color #6B5F6A in popluar number systems.

HEX6B5F6A
Decimal10795106
Binary110101110111111101010
Octal153137152

Shades and tints

Shades of #6B5F6A

#6B5F6A
(107,95,106)
#625761
(98,87,97)
#594F58
(89,79,88)
#50474F
(80,71,79)
#473F46
(71,63,70)
#3E373D
(62,55,61)
#352F34
(53,47,52)
#2C272B
(44,39,43)
#231F22
(35,31,34)
#1A1719
(26,23,25)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #6B5F6A

#6B5F6A
(107,95,106)
#786D77
(120,109,119)
#857B84
(133,123,132)
#928991
(146,137,145)
#9F979E
(159,151,158)
#ACA5AB
(172,165,171)
#B9B3B8
(185,179,184)
#C6C1C5
(198,193,197)
#D3CFD2
(211,207,210)
#E0DDDF
(224,221,223)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5F6A color. Also use rgb(107,95,106) instead hex code.

Text Font Color

.myTextColor { color: #6B5F6A; }

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

This text font color is #6B5F6A.


Background Color

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

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

This div background color is #6B5F6A.


Border color

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

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

This div border color is #6B5F6A.


Opacity

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

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

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

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

This text has shadow with #6B5F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5F6A on black background.


Color preview on white background

This text has color #6B5F6A on white background.



Black color preview on #6B5F6A background

This text has black color on #6B5F6A background.


White color preview on #6B5F6A background

This text has white color on #6B5F6A background.