COLOR #6B4059

HEX: #6B4059
RGB: (107,64,89)

Color info

#6B4059 contains red, green and blue colors in about the same proportion. Web safe color of #6B4059 is #663366 (or #636).

RGB color model

#6B4059 color RGB value is (107,64,89).

  • red value is 107;
  • green value is 64;
  • blue value is 89.
RGB:
(107,64,89)
(42%,25%,35%)

RGB channels and saturation

R 107 of 255 = 42%
G 64 of 255 = 25%
B 89 of 255 = 35%

107
64
89

R + G + B ~ 34%. #6B4059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 64 + 89 = 260 (100%)
R 107 of 260 ~ 41.15%
G 64 of 260 ~ 24.62%
B 89 of 260 ~ 34.23%

%41.15
%24.62
%34.23

CMYK color model

#6B4059 color CMYK value is (0,40,17,58).

  • cyan value is 0.00%
  • magenta value is 40.19%
  • yellow value is 16.82%
  • key color value is 58.04%
CMYK:
(0,40,17,58)
C0M40Y17K58 
(0%,40%,17%,58%)
(0.00/0.40/0.17/0.58)	

CMYK percentages

%0
%40.19
%16.82
%58.04

Codes

Color #6B4059 in popluar color models

6B4059
RGB1076489
HSL325°25.15%33.53%
HSB/HSV325°40.19%41.96%
CMYK0.00%40.19%16.82%
58.04%

Color #6B4059 in popluar number systems.

HEX6B4059
Decimal1076489
Binary110101110000001011001
Octal153100131

Shades and tints

Shades of #6B4059

#6B4059
(107,64,89)
#623B51
(98,59,81)
#593649
(89,54,73)
#503141
(80,49,65)
#472C39
(71,44,57)
#3E2731
(62,39,49)
#352229
(53,34,41)
#2C1D21
(44,29,33)
#231819
(35,24,25)
#1A1311
(26,19,17)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #6B4059

#6B4059
(107,64,89)
#785168
(120,81,104)
#856277
(133,98,119)
#927386
(146,115,134)
#9F8495
(159,132,149)
#AC95A4
(172,149,164)
#B9A6B3
(185,166,179)
#C6B7C2
(198,183,194)
#D3C8D1
(211,200,209)
#E0D9E0
(224,217,224)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4059 color. Also use rgb(107,64,89) instead hex code.

Text Font Color

.myTextColor { color: #6B4059; }

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

This text font color is #6B4059.


Background Color

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

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

This div background color is #6B4059.


Border color

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

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

This div border color is #6B4059.


Opacity

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

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

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

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

This text has shadow with #6B4059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4059 on black background.


Color preview on white background

This text has color #6B4059 on white background.



Black color preview on #6B4059 background

This text has black color on #6B4059 background.


White color preview on #6B4059 background

This text has white color on #6B4059 background.