COLOR #6A506E

HEX: #6A506E
RGB: (106,80,110)

Color info

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

RGB color model

#6A506E color RGB value is (106,80,110).

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

RGB channels and saturation

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

106
80
110

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

Portions of RGB colors in percentages

R + G + B =
106 + 80 + 110 = 296 (100%)
R 106 of 296 ~ 35.81%
G 80 of 296 ~ 27.03%
B 110 of 296 ~ 37.16%

%35.81
%27.03
%37.16

CMYK color model

#6A506E color CMYK value is (4,27,0,57).

  • cyan value is 3.64%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(4,27,0,57)
C4M27Y0K57 
(4%,27%,0%,57%)
(0.04/0.27/0.00/0.57)	

CMYK percentages

%3.64
%27.27
%0
%56.86

Codes

Color #6A506E in popluar color models

6A506E
RGB10680110
HSL292°15.79%37.25%
HSB/HSV292°27.27%43.14%
CMYK3.64%27.27%0.00%
56.86%

Color #6A506E in popluar number systems.

HEX6A506E
Decimal10680110
Binary110101010100001101110
Octal152120156

Shades and tints

Shades of #6A506E

#6A506E
(106,80,110)
#614964
(97,73,100)
#58425A
(88,66,90)
#4F3B50
(79,59,80)
#463446
(70,52,70)
#3D2D3C
(61,45,60)
#342632
(52,38,50)
#2B1F28
(43,31,40)
#22181E
(34,24,30)
#191114
(25,17,20)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #6A506E

#6A506E
(106,80,110)
#775F7B
(119,95,123)
#846E88
(132,110,136)
#917D95
(145,125,149)
#9E8CA2
(158,140,162)
#AB9BAF
(171,155,175)
#B8AABC
(184,170,188)
#C5B9C9
(197,185,201)
#D2C8D6
(210,200,214)
#DFD7E3
(223,215,227)
#ECE6F0
(236,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A506E; }

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

This text font color is #6A506E.


Background Color

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

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

This div background color is #6A506E.


Border color

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

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

This div border color is #6A506E.


Opacity

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

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

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

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

This text has shadow with #6A506E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A506E on black background.


Color preview on white background

This text has color #6A506E on white background.



Black color preview on #6A506E background

This text has black color on #6A506E background.


White color preview on #6A506E background

This text has white color on #6A506E background.