COLOR #6B596E

HEX: #6B596E
RGB: (107,89,110)

Color info

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

RGB color model

#6B596E color RGB value is (107,89,110).

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

RGB channels and saturation

R 107 of 255 = 42%
G 89 of 255 = 35%
B 110 of 255 = 43%

107
89
110

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

Portions of RGB colors in percentages

R + G + B =
107 + 89 + 110 = 306 (100%)
R 107 of 306 ~ 34.97%
G 89 of 306 ~ 29.08%
B 110 of 306 ~ 35.95%

%34.97
%29.08
%35.95

CMYK color model

#6B596E color CMYK value is (3,19,0,57).

  • cyan value is 2.73%
  • magenta value is 19.09%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(3,19,0,57)
C3M19Y0K57 
(3%,19%,0%,57%)
(0.03/0.19/0.00/0.57)	

CMYK percentages

%2.73
%19.09
%0
%56.86

Codes

Color #6B596E in popluar color models

6B596E
RGB10789110
HSL291°10.55%39.02%
HSB/HSV291°19.09%43.14%
CMYK2.73%19.09%0.00%
56.86%

Color #6B596E in popluar number systems.

HEX6B596E
Decimal10789110
Binary110101110110011101110
Octal153131156

Shades and tints

Shades of #6B596E

#6B596E
(107,89,110)
#625164
(98,81,100)
#59495A
(89,73,90)
#504150
(80,65,80)
#473946
(71,57,70)
#3E313C
(62,49,60)
#352932
(53,41,50)
#2C2128
(44,33,40)
#23191E
(35,25,30)
#1A1114
(26,17,20)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #6B596E

#6B596E
(107,89,110)
#78687B
(120,104,123)
#857788
(133,119,136)
#928695
(146,134,149)
#9F95A2
(159,149,162)
#ACA4AF
(172,164,175)
#B9B3BC
(185,179,188)
#C6C2C9
(198,194,201)
#D3D1D6
(211,209,214)
#E0E0E3
(224,224,227)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B596E; }

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

This text font color is #6B596E.


Background Color

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

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

This div background color is #6B596E.


Border color

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

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

This div border color is #6B596E.


Opacity

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

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

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

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

This text has shadow with #6B596E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B596E on black background.


Color preview on white background

This text has color #6B596E on white background.



Black color preview on #6B596E background

This text has black color on #6B596E background.


White color preview on #6B596E background

This text has white color on #6B596E background.