COLOR #6B5369

HEX: #6B5369 RGB: (107,83,105)

Color info

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

RGB color model

#6B5369 color RGB value is (107,83,105).

RGB: (107,83,105) (42%, 33%, 41%)

RGB channels and saturation

R 107 of 255 = 42%
G 83 of 255 = 33%
B 105 of 255 = 41%

107
83
105

R + G + B ~ 39%. #6B5369 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 83 + 105 = 295 (100%)
R 107 of 295 ~ 36.27%
G 83 of 295 ~ 28.14%
B 105 of 295 ~ 35.59'%

%36.27
%28.14
%35.59

CMYK color model

#6B5369 color CMYK value is (0,22,2,58).

  • cyan value is 0.00%
  • magenta value is 22.43%
  • yellow value is 1.87%
  • key color value is 58.04%

CMYK: (0,22,2,58)
C0M22Y2K58 (0%, 22%, 2%, 58%)
(0.00 / 0.22 / 0.02 / 0.58)

CMYK percentages

%0
%22.43
%1.87
%58.04

Codes

Color #6B5369 in popluar color models

6B 53 69
RGB 107 83 105
HSL 305° 12.63% 37.25%
HSB/HSV 305° 22.43% 41.96%
CMYK 0.00% 22.43% 1.87%
58.04%

Color #6B5369 in popluar number systems.

HEX 6B 53 69
Decimal 107 83 105
Binary 1101011 1010011 1101001
Octal 153 123 151

Shades and tints

Shades of #6B5369

#6B5369
(107,83,105)
#624C60
(98,76,96)
#594557
(89,69,87)
#503E4E
(80,62,78)
#473745
(71,55,69)
#3E303C
(62,48,60)
#352933
(53,41,51)
#2C222A
(44,34,42)
#231B21
(35,27,33)
#1A1418
(26,20,24)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #6B5369

#6B5369
(107,83,105)
#786276
(120,98,118)
#857183
(133,113,131)
#928090
(146,128,144)
#9F8F9D
(159,143,157)
#AC9EAA
(172,158,170)
#B9ADB7
(185,173,183)
#C6BCC4
(198,188,196)
#D3CBD1
(211,203,209)
#E0DADE
(224,218,222)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5369; }

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

This text font color is #6B5369.

Background Color

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

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

This div background color is #6B5369.

Border color

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

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

This div border color is #6B5369.

Opacity

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

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

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

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

This text has shadow with #6B5369 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5369.

Preview

Color preview on black background

This text has color #6B5369 on black background.


Color preview on white background

This text has color #6B5369 on white background.


Black color preview on #6B5369 background

This text has black color on #6B5369 background.


White color preview on #6B5369 background

This text has white color on #6B5369 background.


Related colors

Complementary color

Complementary color for #hex is #94AC96.


I love getcolorcode.com

Triadic colors

1 #696B53 and #53696B with #6B5369 are triadic colors.

2 #69536B and #536B69 with #6B5369 are triadic colors.