COLOR #6A6C9C

HEX: #6A6C9C
RGB: (106,108,156)

Color info

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

RGB color model

#6A6C9C color RGB value is (106,108,156).

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

RGB channels and saturation

R 106 of 255 = 42%
G 108 of 255 = 42%
B 156 of 255 = 61%

106
108
156

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

Portions of RGB colors in percentages

R + G + B =
106 + 108 + 156 = 370 (100%)
R 106 of 370 ~ 28.65%
G 108 of 370 ~ 29.19%
B 156 of 370 ~ 42.16%

%28.65
%29.19
%42.16

CMYK color model

#6A6C9C color CMYK value is (32,31,0,39).

  • cyan value is 32.05%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(32,31,0,39)
C32M31Y0K39 
(32%,31%,0%,39%)
(0.32/0.31/0.00/0.39)	

CMYK percentages

%32.05
%30.77
%0
%38.82

Codes

Color #6A6C9C in popluar color models

6A6C9C
RGB106108156
HSL238°20.16%51.37%
HSB/HSV238°32.05%61.18%
CMYK32.05%30.77%0.00%
38.82%

Color #6A6C9C in popluar number systems.

HEX6A6C9C
Decimal106108156
Binary1101010110110010011100
Octal152154234

Shades and tints

Shades of #6A6C9C

#6A6C9C
(106,108,156)
#61638E
(97,99,142)
#585A80
(88,90,128)
#4F5172
(79,81,114)
#464864
(70,72,100)
#3D3F56
(61,63,86)
#343648
(52,54,72)
#2B2D3A
(43,45,58)
#22242C
(34,36,44)
#191B1E
(25,27,30)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #6A6C9C

#6A6C9C
(106,108,156)
#7779A5
(119,121,165)
#8486AE
(132,134,174)
#9193B7
(145,147,183)
#9EA0C0
(158,160,192)
#ABADC9
(171,173,201)
#B8BAD2
(184,186,210)
#C5C7DB
(197,199,219)
#D2D4E4
(210,212,228)
#DFE1ED
(223,225,237)
#ECEEF6
(236,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6C9C; }

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

This text font color is #6A6C9C.


Background Color

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

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

This div background color is #6A6C9C.


Border color

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

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

This div border color is #6A6C9C.


Opacity

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

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

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

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

This text has shadow with #6A6C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6C9C on black background.


Color preview on white background

This text has color #6A6C9C on white background.



Black color preview on #6A6C9C background

This text has black color on #6A6C9C background.


White color preview on #6A6C9C background

This text has white color on #6A6C9C background.