COLOR #6A6480

HEX: #6A6480
RGB: (106,100,128)

Color info

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

RGB color model

#6A6480 color RGB value is (106,100,128).

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

RGB channels and saturation

R 106 of 255 = 42%
G 100 of 255 = 39%
B 128 of 255 = 50%

106
100
128

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

Portions of RGB colors in percentages

R + G + B =
106 + 100 + 128 = 334 (100%)
R 106 of 334 ~ 31.74%
G 100 of 334 ~ 29.94%
B 128 of 334 ~ 38.32%

%31.74
%29.94
%38.32

CMYK color model

#6A6480 color CMYK value is (17,22,0,50).

  • cyan value is 17.19%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(17,22,0,50)
C17M22Y0K50 
(17%,22%,0%,50%)
(0.17/0.22/0.00/0.50)	

CMYK percentages

%17.19
%21.88
%0
%49.8

Codes

Color #6A6480 in popluar color models

6A6480
RGB106100128
HSL253°12.28%44.71%
HSB/HSV253°21.88%50.20%
CMYK17.19%21.88%0.00%
49.80%

Color #6A6480 in popluar number systems.

HEX6A6480
Decimal106100128
Binary1101010110010010000000
Octal152144200

Shades and tints

Shades of #6A6480

#6A6480
(106,100,128)
#615B75
(97,91,117)
#58526A
(88,82,106)
#4F495F
(79,73,95)
#464054
(70,64,84)
#3D3749
(61,55,73)
#342E3E
(52,46,62)
#2B2533
(43,37,51)
#221C28
(34,28,40)
#19131D
(25,19,29)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #6A6480

#6A6480
(106,100,128)
#77728B
(119,114,139)
#848096
(132,128,150)
#918EA1
(145,142,161)
#9E9CAC
(158,156,172)
#ABAAB7
(171,170,183)
#B8B8C2
(184,184,194)
#C5C6CD
(197,198,205)
#D2D4D8
(210,212,216)
#DFE2E3
(223,226,227)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6480; }

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

This text font color is #6A6480.


Background Color

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

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

This div background color is #6A6480.


Border color

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

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

This div border color is #6A6480.


Opacity

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

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

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

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

This text has shadow with #6A6480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6480 on black background.


Color preview on white background

This text has color #6A6480 on white background.



Black color preview on #6A6480 background

This text has black color on #6A6480 background.


White color preview on #6A6480 background

This text has white color on #6A6480 background.