COLOR #6A6A9D

HEX: #6A6A9D
RGB: (106,106,157)

Color info

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

RGB color model

#6A6A9D color RGB value is (106,106,157).

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

RGB channels and saturation

R 106 of 255 = 42%
G 106 of 255 = 42%
B 157 of 255 = 62%

106
106
157

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

Portions of RGB colors in percentages

R + G + B =
106 + 106 + 157 = 369 (100%)
R 106 of 369 ~ 28.73%
G 106 of 369 ~ 28.73%
B 157 of 369 ~ 42.55%

%28.73
%28.73
%42.55

CMYK color model

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

  • cyan value is 32.48%
  • magenta value is 32.48%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(32,32,0,38)
C32M32Y0K38 
(32%,32%,0%,38%)
(0.32/0.32/0.00/0.38)	

CMYK percentages

%32.48
%32.48
%0
%38.43

Codes

Color #6A6A9D in popluar color models

6A6A9D
RGB106106157
HSL240°20.65%51.57%
HSB/HSV240°32.48%61.57%
CMYK32.48%32.48%0.00%
38.43%

Color #6A6A9D in popluar number systems.

HEX6A6A9D
Decimal106106157
Binary1101010110101010011101
Octal152152235

Shades and tints

Shades of #6A6A9D

#6A6A9D
(106,106,157)
#61618F
(97,97,143)
#585881
(88,88,129)
#4F4F73
(79,79,115)
#464665
(70,70,101)
#3D3D57
(61,61,87)
#343449
(52,52,73)
#2B2B3B
(43,43,59)
#22222D
(34,34,45)
#19191F
(25,25,31)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #6A6A9D

#6A6A9D
(106,106,157)
#7777A5
(119,119,165)
#8484AD
(132,132,173)
#9191B5
(145,145,181)
#9E9EBD
(158,158,189)
#ABABC5
(171,171,197)
#B8B8CD
(184,184,205)
#C5C5D5
(197,197,213)
#D2D2DD
(210,210,221)
#DFDFE5
(223,223,229)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6A9D; }

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

This text font color is #6A6A9D.


Background Color

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

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

This div background color is #6A6A9D.


Border color

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

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

This div border color is #6A6A9D.


Opacity

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

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

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

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

This text has shadow with #6A6A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6A9D on black background.


Color preview on white background

This text has color #6A6A9D on white background.



Black color preview on #6A6A9D background

This text has black color on #6A6A9D background.


White color preview on #6A6A9D background

This text has white color on #6A6A9D background.