COLOR #6A6A9A

HEX: #6A6A9A RGB: (106,106,154)

Color info

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

RGB color model

#6A6A9A color RGB value is (106,106,154).

RGB: (106,106,154) (42%, 42%, 60%)

RGB channels and saturation

R 106 of 255 = 42%
G 106 of 255 = 42%
B 154 of 255 = 60%

106
106
154

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

Portions of RGB colors in percentages

R + G + B = 106 + 106 + 154 = 366 (100%)
R 106 of 366 ~ 28.96%
G 106 of 366 ~ 28.96%
B 154 of 366 ~ 42.08'%

%28.96
%28.96
%42.08

CMYK color model

#6A6A9A color CMYK value is (31,31,0,40).

  • cyan value is 31.17%
  • magenta value is 31.17%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (31,31,0,40)
C31M31Y0K40 (31%, 31%, 0%, 40%)
(0.31 / 0.31 / 0.00 / 0.40)

CMYK percentages

%31.17
%31.17
%0
%39.61

Codes

Color #6A6A9A in popluar color models

6A 6A 9A
RGB 106 106 154
HSL 240° 19.20% 50.98%
HSB/HSV 240° 31.17% 60.39%
CMYK 31.17% 31.17% 0.00%
39.61%

Color #6A6A9A in popluar number systems.

HEX 6A 6A 9A
Decimal 106 106 154
Binary 1101010 1101010 10011010
Octal 152 152 232

Shades and tints

Shades of #6A6A9A

#6A6A9A
(106,106,154)
#61618C
(97,97,140)
#58587E
(88,88,126)
#4F4F70
(79,79,112)
#464662
(70,70,98)
#3D3D54
(61,61,84)
#343446
(52,52,70)
#2B2B38
(43,43,56)
#22222A
(34,34,42)
#19191C
(25,25,28)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #6A6A9A

#6A6A9A
(106,106,154)
#7777A3
(119,119,163)
#8484AC
(132,132,172)
#9191B5
(145,145,181)
#9E9EBE
(158,158,190)
#ABABC7
(171,171,199)
#B8B8D0
(184,184,208)
#C5C5D9
(197,197,217)
#D2D2E2
(210,210,226)
#DFDFEB
(223,223,235)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6A9A; }

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

This text font color is #6A6A9A.

Background Color

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

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

This div background color is #6A6A9A.

Border color

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

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

This div border color is #6A6A9A.

Opacity

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

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

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

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

This text has shadow with #6A6A9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6A9A.

Preview

Color preview on black background

This text has color #6A6A9A on black background.


Color preview on white background

This text has color #6A6A9A on white background.


Black color preview on #6A6A9A background

This text has black color on #6A6A9A background.


White color preview on #6A6A9A background

This text has white color on #6A6A9A background.


Related colors

Complementary color

Complementary color for #hex is #959565.


I love getcolorcode.com