COLOR #6A536C

HEX: #6A536C
RGB: (106,83,108)

Color info

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

RGB color model

#6A536C color RGB value is (106,83,108).

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

RGB channels and saturation

R 106 of 255 = 42%
G 83 of 255 = 33%
B 108 of 255 = 42%

106
83
108

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

Portions of RGB colors in percentages

R + G + B =
106 + 83 + 108 = 297 (100%)
R 106 of 297 ~ 35.69%
G 83 of 297 ~ 27.95%
B 108 of 297 ~ 36.36%

%35.69
%27.95
%36.36

CMYK color model

#6A536C color CMYK value is (2,23,0,58).

  • cyan value is 1.85%
  • magenta value is 23.15%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(2,23,0,58)
C2M23Y0K58 
(2%,23%,0%,58%)
(0.02/0.23/0.00/0.58)	

CMYK percentages

%1.85
%23.15
%0
%57.65

Codes

Color #6A536C in popluar color models

6A536C
RGB10683108
HSL295°13.09%37.45%
HSB/HSV295°23.15%42.35%
CMYK1.85%23.15%0.00%
57.65%

Color #6A536C in popluar number systems.

HEX6A536C
Decimal10683108
Binary110101010100111101100
Octal152123154

Shades and tints

Shades of #6A536C

#6A536C
(106,83,108)
#614C63
(97,76,99)
#58455A
(88,69,90)
#4F3E51
(79,62,81)
#463748
(70,55,72)
#3D303F
(61,48,63)
#342936
(52,41,54)
#2B222D
(43,34,45)
#221B24
(34,27,36)
#19141B
(25,20,27)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #6A536C

#6A536C
(106,83,108)
#776279
(119,98,121)
#847186
(132,113,134)
#918093
(145,128,147)
#9E8FA0
(158,143,160)
#AB9EAD
(171,158,173)
#B8ADBA
(184,173,186)
#C5BCC7
(197,188,199)
#D2CBD4
(210,203,212)
#DFDAE1
(223,218,225)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A536C; }

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

This text font color is #6A536C.


Background Color

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

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

This div background color is #6A536C.


Border color

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

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

This div border color is #6A536C.


Opacity

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

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

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

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

This text has shadow with #6A536C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A536C on black background.


Color preview on white background

This text has color #6A536C on white background.



Black color preview on #6A536C background

This text has black color on #6A536C background.


White color preview on #6A536C background

This text has white color on #6A536C background.