COLOR #6A6086

HEX: #6A6086
RGB: (106,96,134)

Color info

#6A6086 contains red, green and blue colors in about the same proportion. Web safe color of #6A6086 is #666699 (or #669).

RGB color model

#6A6086 color RGB value is (106,96,134).

  • red value is 106;
  • green value is 96;
  • blue value is 134.
RGB:
(106,96,134)
(42%,38%,53%)

RGB channels and saturation

R 106 of 255 = 42%
G 96 of 255 = 38%
B 134 of 255 = 53%

106
96
134

R + G + B ~ 44%. #6A6086 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 96 + 134 = 336 (100%)
R 106 of 336 ~ 31.55%
G 96 of 336 ~ 28.57%
B 134 of 336 ~ 39.88%

%31.55
%28.57
%39.88

CMYK color model

#6A6086 color CMYK value is (21,28,0,47).

  • cyan value is 20.90%
  • magenta value is 28.36%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(21,28,0,47)
C21M28Y0K47 
(21%,28%,0%,47%)
(0.21/0.28/0.00/0.47)	

CMYK percentages

%20.9
%28.36
%0
%47.45

Codes

Color #6A6086 in popluar color models

6A6086
RGB10696134
HSL256°16.52%45.10%
HSB/HSV256°28.36%52.55%
CMYK20.90%28.36%0.00%
47.45%

Color #6A6086 in popluar number systems.

HEX6A6086
Decimal10696134
Binary1101010110000010000110
Octal152140206

Shades and tints

Shades of #6A6086

#6A6086
(106,96,134)
#61587A
(97,88,122)
#58506E
(88,80,110)
#4F4862
(79,72,98)
#464056
(70,64,86)
#3D384A
(61,56,74)
#34303E
(52,48,62)
#2B2832
(43,40,50)
#222026
(34,32,38)
#19181A
(25,24,26)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #6A6086

#6A6086
(106,96,134)
#776E91
(119,110,145)
#847C9C
(132,124,156)
#918AA7
(145,138,167)
#9E98B2
(158,152,178)
#ABA6BD
(171,166,189)
#B8B4C8
(184,180,200)
#C5C2D3
(197,194,211)
#D2D0DE
(210,208,222)
#DFDEE9
(223,222,233)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6086; }

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

This text font color is #6A6086.


Background Color

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

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

This div background color is #6A6086.


Border color

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

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

This div border color is #6A6086.


Opacity

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

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

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

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

This text has shadow with #6A6086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6086 on black background.


Color preview on white background

This text has color #6A6086 on white background.



Black color preview on #6A6086 background

This text has black color on #6A6086 background.


White color preview on #6A6086 background

This text has white color on #6A6086 background.