COLOR #6B5269

HEX: #6B5269
RGB: (107,82,105)

Color info

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

RGB color model

#6B5269 color RGB value is (107,82,105).

  • red value is 107;
  • green value is 82;
  • blue value is 105.
RGB:
(107,82,105)
(42%,32%,41%)

RGB channels and saturation

R 107 of 255 = 42%
G 82 of 255 = 32%
B 105 of 255 = 41%

107
82
105

R + G + B ~ 38%. #6B5269 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 82 + 105 = 294 (100%)
R 107 of 294 ~ 36.39%
G 82 of 294 ~ 27.89%
B 105 of 294 ~ 35.71%

%36.39
%27.89
%35.71

CMYK color model

#6B5269 color CMYK value is (0,23,2,58).

  • cyan value is 0.00%
  • magenta value is 23.36%
  • yellow value is 1.87%
  • key color value is 58.04%
CMYK:
(0,23,2,58)
C0M23Y2K58 
(0%,23%,2%,58%)
(0.00/0.23/0.02/0.58)	

CMYK percentages

%0
%23.36
%1.87
%58.04

Codes

Color #6B5269 in popluar color models

6B5269
RGB10782105
HSL305°13.23%37.06%
HSB/HSV305°23.36%41.96%
CMYK0.00%23.36%1.87%
58.04%

Color #6B5269 in popluar number systems.

HEX6B5269
Decimal10782105
Binary110101110100101101001
Octal153122151

Shades and tints

Shades of #6B5269

#6B5269
(107,82,105)
#624B60
(98,75,96)
#594457
(89,68,87)
#503D4E
(80,61,78)
#473645
(71,54,69)
#3E2F3C
(62,47,60)
#352833
(53,40,51)
#2C212A
(44,33,42)
#231A21
(35,26,33)
#1A1318
(26,19,24)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #6B5269

#6B5269
(107,82,105)
#786176
(120,97,118)
#857083
(133,112,131)
#927F90
(146,127,144)
#9F8E9D
(159,142,157)
#AC9DAA
(172,157,170)
#B9ACB7
(185,172,183)
#C6BBC4
(198,187,196)
#D3CAD1
(211,202,209)
#E0D9DE
(224,217,222)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5269; }

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

This text font color is #6B5269.


Background Color

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

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

This div background color is #6B5269.


Border color

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

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

This div border color is #6B5269.


Opacity

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

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

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

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

This text has shadow with #6B5269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5269 on black background.


Color preview on white background

This text has color #6B5269 on white background.



Black color preview on #6B5269 background

This text has black color on #6B5269 background.


White color preview on #6B5269 background

This text has white color on #6B5269 background.