COLOR #6B506E

HEX: #6B506E
RGB: (107,80,110)

Color info

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

RGB color model

#6B506E color RGB value is (107,80,110).

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

RGB channels and saturation

R 107 of 255 = 42%
G 80 of 255 = 31%
B 110 of 255 = 43%

107
80
110

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

Portions of RGB colors in percentages

R + G + B =
107 + 80 + 110 = 297 (100%)
R 107 of 297 ~ 36.03%
G 80 of 297 ~ 26.94%
B 110 of 297 ~ 37.04%

%36.03
%26.94
%37.04

CMYK color model

#6B506E color CMYK value is (3,27,0,57).

  • cyan value is 2.73%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(3,27,0,57)
C3M27Y0K57 
(3%,27%,0%,57%)
(0.03/0.27/0.00/0.57)	

CMYK percentages

%2.73
%27.27
%0
%56.86

Codes

Color #6B506E in popluar color models

6B506E
RGB10780110
HSL294°15.79%37.25%
HSB/HSV294°27.27%43.14%
CMYK2.73%27.27%0.00%
56.86%

Color #6B506E in popluar number systems.

HEX6B506E
Decimal10780110
Binary110101110100001101110
Octal153120156

Shades and tints

Shades of #6B506E

#6B506E
(107,80,110)
#624964
(98,73,100)
#59425A
(89,66,90)
#503B50
(80,59,80)
#473446
(71,52,70)
#3E2D3C
(62,45,60)
#352632
(53,38,50)
#2C1F28
(44,31,40)
#23181E
(35,24,30)
#1A1114
(26,17,20)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #6B506E

#6B506E
(107,80,110)
#785F7B
(120,95,123)
#856E88
(133,110,136)
#927D95
(146,125,149)
#9F8CA2
(159,140,162)
#AC9BAF
(172,155,175)
#B9AABC
(185,170,188)
#C6B9C9
(198,185,201)
#D3C8D6
(211,200,214)
#E0D7E3
(224,215,227)
#EDE6F0
(237,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B506E; }

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

This text font color is #6B506E.


Background Color

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

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

This div background color is #6B506E.


Border color

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

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

This div border color is #6B506E.


Opacity

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

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

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

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

This text has shadow with #6B506E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B506E on black background.


Color preview on white background

This text has color #6B506E on white background.



Black color preview on #6B506E background

This text has black color on #6B506E background.


White color preview on #6B506E background

This text has white color on #6B506E background.