COLOR #6A6A97

HEX: #6A6A97 RGB: (106,106,151)

Color info

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

RGB color model

#6A6A97 color RGB value is (106,106,151).

RGB: (106,106,151) (42%, 42%, 59%)

RGB channels and saturation

R 106 of 255 = 42%
G 106 of 255 = 42%
B 151 of 255 = 59%

106
106
151

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

Portions of RGB colors in percentages

R + G + B = 106 + 106 + 151 = 363 (100%)
R 106 of 363 ~ 29.2%
G 106 of 363 ~ 29.2%
B 151 of 363 ~ 41.6'%

%29.2
%29.2
%41.6

CMYK color model

#6A6A97 color CMYK value is (30,30,0,41).

  • cyan value is 29.80%
  • magenta value is 29.80%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK: (30,30,0,41) C30M30Y0K41 (30%,30%,0%,41%) (0.30/0.30/0.00/0.41) 

CMYK percentages

%29.8
%29.8
%0
%40.78

Codes

Color #6A6A97 in popluar color models

6A 6A 97
RGB 106 106 151
HSL 240° 17.79% 50.39%
HSB/HSV 240° 29.80% 59.22%
CMYK 29.80% 29.80% 0.00%
40.78%

Color #6A6A97 in popluar number systems.

HEX 6A 6A 97
Decimal 106 106 151
Binary 1101010 1101010 10010111
Octal 152 152 227

Shades and tints

Shades of #6A6A97

#6A6A97
(106,106,151)
#61618A
(97,97,138)
#58587D
(88,88,125)
#4F4F70
(79,79,112)
#464663
(70,70,99)
#3D3D56
(61,61,86)
#343449
(52,52,73)
#2B2B3C
(43,43,60)
#22222F
(34,34,47)
#191922
(25,25,34)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #6A6A97

#6A6A97
(106,106,151)
#7777A0
(119,119,160)
#8484A9
(132,132,169)
#9191B2
(145,145,178)
#9E9EBB
(158,158,187)
#ABABC4
(171,171,196)
#B8B8CD
(184,184,205)
#C5C5D6
(197,197,214)
#D2D2DF
(210,210,223)
#DFDFE8
(223,223,232)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6A97; }

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

This text font color is #6A6A97.

Background Color

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

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

This div background color is #6A6A97.

Border color

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

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

This div border color is #6A6A97.

Opacity

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

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

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

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

This text has shadow with #6A6A97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6A97.

Preview

Color preview on black background

This text has color #6A6A97 on black background.


Color preview on white background

This text has color #6A6A97 on white background.


Black color preview on #6A6A97 background

This text has black color on #6A6A97 background.


White color preview on #6A6A97 background

This text has white color on #6A6A97 background.


Related colors

Complementary color

Complementary color for #hex is #959568.


I love getcolorcode.com