COLOR #6A506A

HEX: #6A506A
RGB: (106,80,106)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

106
80
106

R + G + B ~ 38%. #6A506A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 80 + 106 = 292 (100%)
R 106 of 292 ~ 36.3%
G 80 of 292 ~ 27.4%
B 106 of 292 ~ 36.3%

%36.3
%27.4
%36.3

CMYK color model

#6A506A color CMYK value is (0,25,0,58).

  • cyan value is 0.00%
  • magenta value is 24.53%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(0,25,0,58)
C0M25Y0K58 
(0%,25%,0%,58%)
(0.00/0.25/0.00/0.58)	

CMYK percentages

%0
%24.53
%0
%58.43

Codes

Color #6A506A in popluar color models

6A506A
RGB10680106
HSL300°13.98%36.47%
HSB/HSV300°24.53%41.57%
CMYK0.00%24.53%0.00%
58.43%

Color #6A506A in popluar number systems.

HEX6A506A
Decimal10680106
Binary110101010100001101010
Octal152120152

Shades and tints

Shades of #6A506A

#6A506A
(106,80,106)
#614961
(97,73,97)
#584258
(88,66,88)
#4F3B4F
(79,59,79)
#463446
(70,52,70)
#3D2D3D
(61,45,61)
#342634
(52,38,52)
#2B1F2B
(43,31,43)
#221822
(34,24,34)
#191119
(25,17,25)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #6A506A

#6A506A
(106,80,106)
#775F77
(119,95,119)
#846E84
(132,110,132)
#917D91
(145,125,145)
#9E8C9E
(158,140,158)
#AB9BAB
(171,155,171)
#B8AAB8
(184,170,184)
#C5B9C5
(197,185,197)
#D2C8D2
(210,200,210)
#DFD7DF
(223,215,223)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A506A; }

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

This text font color is #6A506A.


Background Color

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

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

This div background color is #6A506A.


Border color

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

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

This div border color is #6A506A.


Opacity

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

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

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

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

This text has shadow with #6A506A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A506A on black background.


Color preview on white background

This text has color #6A506A on white background.



Black color preview on #6A506A background

This text has black color on #6A506A background.


White color preview on #6A506A background

This text has white color on #6A506A background.