COLOR #6A536E

HEX: #6A536E
RGB: (106,83,110)

Color info

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

RGB color model

#6A536E color RGB value is (106,83,110).

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

RGB channels and saturation

R 106 of 255 = 42%
G 83 of 255 = 33%
B 110 of 255 = 43%

106
83
110

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

Portions of RGB colors in percentages

R + G + B =
106 + 83 + 110 = 299 (100%)
R 106 of 299 ~ 35.45%
G 83 of 299 ~ 27.76%
B 110 of 299 ~ 36.79%

%35.45
%27.76
%36.79

CMYK color model

#6A536E color CMYK value is (4,25,0,57).

  • cyan value is 3.64%
  • magenta value is 24.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(4,25,0,57)
C4M25Y0K57 
(4%,25%,0%,57%)
(0.04/0.25/0.00/0.57)	

CMYK percentages

%3.64
%24.55
%0
%56.86

Codes

Color #6A536E in popluar color models

6A536E
RGB10683110
HSL291°13.99%37.84%
HSB/HSV291°24.55%43.14%
CMYK3.64%24.55%0.00%
56.86%

Color #6A536E in popluar number systems.

HEX6A536E
Decimal10683110
Binary110101010100111101110
Octal152123156

Shades and tints

Shades of #6A536E

#6A536E
(106,83,110)
#614C64
(97,76,100)
#58455A
(88,69,90)
#4F3E50
(79,62,80)
#463746
(70,55,70)
#3D303C
(61,48,60)
#342932
(52,41,50)
#2B2228
(43,34,40)
#221B1E
(34,27,30)
#191414
(25,20,20)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #6A536E

#6A536E
(106,83,110)
#77627B
(119,98,123)
#847188
(132,113,136)
#918095
(145,128,149)
#9E8FA2
(158,143,162)
#AB9EAF
(171,158,175)
#B8ADBC
(184,173,188)
#C5BCC9
(197,188,201)
#D2CBD6
(210,203,214)
#DFDAE3
(223,218,227)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A536E; }

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

This text font color is #6A536E.


Background Color

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

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

This div background color is #6A536E.


Border color

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

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

This div border color is #6A536E.


Opacity

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

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

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

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

This text has shadow with #6A536E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A536E on black background.


Color preview on white background

This text has color #6A536E on white background.



Black color preview on #6A536E background

This text has black color on #6A536E background.


White color preview on #6A536E background

This text has white color on #6A536E background.