COLOR #6B5A6C

HEX: #6B5A6C
RGB: (107,90,108)

Color info

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

RGB color model

#6B5A6C color RGB value is (107,90,108).

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

RGB channels and saturation

R 107 of 255 = 42%
G 90 of 255 = 35%
B 108 of 255 = 42%

107
90
108

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

Portions of RGB colors in percentages

R + G + B =
107 + 90 + 108 = 305 (100%)
R 107 of 305 ~ 35.08%
G 90 of 305 ~ 29.51%
B 108 of 305 ~ 35.41%

%35.08
%29.51
%35.41

CMYK color model

#6B5A6C color CMYK value is (1,17,0,58).

  • cyan value is 0.93%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(1,17,0,58)
C1M17Y0K58 
(1%,17%,0%,58%)
(0.01/0.17/0.00/0.58)	

CMYK percentages

%0.93
%16.67
%0
%57.65

Codes

Color #6B5A6C in popluar color models

6B5A6C
RGB10790108
HSL297°9.09%38.82%
HSB/HSV297°16.67%42.35%
CMYK0.93%16.67%0.00%
57.65%

Color #6B5A6C in popluar number systems.

HEX6B5A6C
Decimal10790108
Binary110101110110101101100
Octal153132154

Shades and tints

Shades of #6B5A6C

#6B5A6C
(107,90,108)
#625263
(98,82,99)
#594A5A
(89,74,90)
#504251
(80,66,81)
#473A48
(71,58,72)
#3E323F
(62,50,63)
#352A36
(53,42,54)
#2C222D
(44,34,45)
#231A24
(35,26,36)
#1A121B
(26,18,27)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #6B5A6C

#6B5A6C
(107,90,108)
#786979
(120,105,121)
#857886
(133,120,134)
#928793
(146,135,147)
#9F96A0
(159,150,160)
#ACA5AD
(172,165,173)
#B9B4BA
(185,180,186)
#C6C3C7
(198,195,199)
#D3D2D4
(211,210,212)
#E0E1E1
(224,225,225)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5A6C; }

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

This text font color is #6B5A6C.


Background Color

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

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

This div background color is #6B5A6C.


Border color

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

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

This div border color is #6B5A6C.


Opacity

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

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

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

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

This text has shadow with #6B5A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5A6C on black background.


Color preview on white background

This text has color #6B5A6C on white background.



Black color preview on #6B5A6C background

This text has black color on #6B5A6C background.


White color preview on #6B5A6C background

This text has white color on #6B5A6C background.