COLOR #6A6C9F

HEX: #6A6C9F
RGB: (106,108,159)

Color info

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

RGB color model

#6A6C9F color RGB value is (106,108,159).

  • red value is 106;
  • green value is 108;
  • blue value is 159.
RGB:
(106,108,159)
(42%,42%,62%)

RGB channels and saturation

R 106 of 255 = 42%
G 108 of 255 = 42%
B 159 of 255 = 62%

106
108
159

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

Portions of RGB colors in percentages

R + G + B =
106 + 108 + 159 = 373 (100%)
R 106 of 373 ~ 28.42%
G 108 of 373 ~ 28.95%
B 159 of 373 ~ 42.63%

%28.42
%28.95
%42.63

CMYK color model

#6A6C9F color CMYK value is (33,32,0,38).

  • cyan value is 33.33%
  • magenta value is 32.08%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(33,32,0,38)
C33M32Y0K38 
(33%,32%,0%,38%)
(0.33/0.32/0.00/0.38)	

CMYK percentages

%33.33
%32.08
%0
%37.65

Codes

Color #6A6C9F in popluar color models

6A6C9F
RGB106108159
HSL238°21.63%51.96%
HSB/HSV238°33.33%62.35%
CMYK33.33%32.08%0.00%
37.65%

Color #6A6C9F in popluar number systems.

HEX6A6C9F
Decimal106108159
Binary1101010110110010011111
Octal152154237

Shades and tints

Shades of #6A6C9F

#6A6C9F
(106,108,159)
#616391
(97,99,145)
#585A83
(88,90,131)
#4F5175
(79,81,117)
#464867
(70,72,103)
#3D3F59
(61,63,89)
#34364B
(52,54,75)
#2B2D3D
(43,45,61)
#22242F
(34,36,47)
#191B21
(25,27,33)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #6A6C9F

#6A6C9F
(106,108,159)
#7779A7
(119,121,167)
#8486AF
(132,134,175)
#9193B7
(145,147,183)
#9EA0BF
(158,160,191)
#ABADC7
(171,173,199)
#B8BACF
(184,186,207)
#C5C7D7
(197,199,215)
#D2D4DF
(210,212,223)
#DFE1E7
(223,225,231)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6C9F; }

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

This text font color is #6A6C9F.


Background Color

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

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

This div background color is #6A6C9F.


Border color

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

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

This div border color is #6A6C9F.


Opacity

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

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

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

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

This text has shadow with #6A6C9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6C9F on black background.


Color preview on white background

This text has color #6A6C9F on white background.



Black color preview on #6A6C9F background

This text has black color on #6A6C9F background.


White color preview on #6A6C9F background

This text has white color on #6A6C9F background.