COLOR #6A6280

HEX: #6A6280
RGB: (106,98,128)

Color info

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

RGB color model

#6A6280 color RGB value is (106,98,128).

  • red value is 106;
  • green value is 98;
  • blue value is 128.
RGB:
(106,98,128)
(42%,38%,50%)

RGB channels and saturation

R 106 of 255 = 42%
G 98 of 255 = 38%
B 128 of 255 = 50%

106
98
128

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

Portions of RGB colors in percentages

R + G + B =
106 + 98 + 128 = 332 (100%)
R 106 of 332 ~ 31.93%
G 98 of 332 ~ 29.52%
B 128 of 332 ~ 38.55%

%31.93
%29.52
%38.55

CMYK color model

#6A6280 color CMYK value is (17,23,0,50).

  • cyan value is 17.19%
  • magenta value is 23.44%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(17,23,0,50)
C17M23Y0K50 
(17%,23%,0%,50%)
(0.17/0.23/0.00/0.50)	

CMYK percentages

%17.19
%23.44
%0
%49.8

Codes

Color #6A6280 in popluar color models

6A6280
RGB10698128
HSL256°13.27%44.31%
HSB/HSV256°23.44%50.20%
CMYK17.19%23.44%0.00%
49.80%

Color #6A6280 in popluar number systems.

HEX6A6280
Decimal10698128
Binary1101010110001010000000
Octal152142200

Shades and tints

Shades of #6A6280

#6A6280
(106,98,128)
#615A75
(97,90,117)
#58526A
(88,82,106)
#4F4A5F
(79,74,95)
#464254
(70,66,84)
#3D3A49
(61,58,73)
#34323E
(52,50,62)
#2B2A33
(43,42,51)
#222228
(34,34,40)
#191A1D
(25,26,29)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #6A6280

#6A6280
(106,98,128)
#77708B
(119,112,139)
#847E96
(132,126,150)
#918CA1
(145,140,161)
#9E9AAC
(158,154,172)
#ABA8B7
(171,168,183)
#B8B6C2
(184,182,194)
#C5C4CD
(197,196,205)
#D2D2D8
(210,210,216)
#DFE0E3
(223,224,227)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6280; }

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

This text font color is #6A6280.


Background Color

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

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

This div background color is #6A6280.


Border color

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

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

This div border color is #6A6280.


Opacity

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

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

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

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

This text has shadow with #6A6280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6280 on black background.


Color preview on white background

This text has color #6A6280 on white background.



Black color preview on #6A6280 background

This text has black color on #6A6280 background.


White color preview on #6A6280 background

This text has white color on #6A6280 background.