COLOR #6B5D6C

HEX: #6B5D6C
RGB: (107,93,108)

Color info

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

RGB color model

#6B5D6C color RGB value is (107,93,108).

  • red value is 107;
  • green value is 93;
  • blue value is 108.
RGB:
(107,93,108)
(42%,36%,42%)

RGB channels and saturation

R 107 of 255 = 42%
G 93 of 255 = 36%
B 108 of 255 = 42%

107
93
108

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

Portions of RGB colors in percentages

R + G + B =
107 + 93 + 108 = 308 (100%)
R 107 of 308 ~ 34.74%
G 93 of 308 ~ 30.19%
B 108 of 308 ~ 35.06%

%34.74
%30.19
%35.06

CMYK color model

#6B5D6C color CMYK value is (1,14,0,58).

  • cyan value is 0.93%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(1,14,0,58)
C1M14Y0K58 
(1%,14%,0%,58%)
(0.01/0.14/0.00/0.58)	

CMYK percentages

%0.93
%13.89
%0
%57.65

Codes

Color #6B5D6C in popluar color models

6B5D6C
RGB10793108
HSL296°7.46%39.41%
HSB/HSV296°13.89%42.35%
CMYK0.93%13.89%0.00%
57.65%

Color #6B5D6C in popluar number systems.

HEX6B5D6C
Decimal10793108
Binary110101110111011101100
Octal153135154

Shades and tints

Shades of #6B5D6C

#6B5D6C
(107,93,108)
#625563
(98,85,99)
#594D5A
(89,77,90)
#504551
(80,69,81)
#473D48
(71,61,72)
#3E353F
(62,53,63)
#352D36
(53,45,54)
#2C252D
(44,37,45)
#231D24
(35,29,36)
#1A151B
(26,21,27)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #6B5D6C

#6B5D6C
(107,93,108)
#786B79
(120,107,121)
#857986
(133,121,134)
#928793
(146,135,147)
#9F95A0
(159,149,160)
#ACA3AD
(172,163,173)
#B9B1BA
(185,177,186)
#C6BFC7
(198,191,199)
#D3CDD4
(211,205,212)
#E0DBE1
(224,219,225)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5D6C color. Also use rgb(107,93,108) instead hex code.

Text Font Color

.myTextColor { color: #6B5D6C; }

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

This text font color is #6B5D6C.


Background Color

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

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

This div background color is #6B5D6C.


Border color

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

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

This div border color is #6B5D6C.


Opacity

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

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

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

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

This text has shadow with #6B5D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5D6C on black background.


Color preview on white background

This text has color #6B5D6C on white background.



Black color preview on #6B5D6C background

This text has black color on #6B5D6C background.


White color preview on #6B5D6C background

This text has white color on #6B5D6C background.