COLOR #6A6495

HEX: #6A6495
RGB: (106,100,149)

Color info

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

RGB color model

#6A6495 color RGB value is (106,100,149).

  • red value is 106;
  • green value is 100;
  • blue value is 149.
RGB:
(106,100,149)
(42%,39%,58%)

RGB channels and saturation

R 106 of 255 = 42%
G 100 of 255 = 39%
B 149 of 255 = 58%

106
100
149

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

Portions of RGB colors in percentages

R + G + B =
106 + 100 + 149 = 355 (100%)
R 106 of 355 ~ 29.86%
G 100 of 355 ~ 28.17%
B 149 of 355 ~ 41.97%

%29.86
%28.17
%41.97

CMYK color model

#6A6495 color CMYK value is (29,33,0,42).

  • cyan value is 28.86%
  • magenta value is 32.89%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(29,33,0,42)
C29M33Y0K42 
(29%,33%,0%,42%)
(0.29/0.33/0.00/0.42)	

CMYK percentages

%28.86
%32.89
%0
%41.57

Codes

Color #6A6495 in popluar color models

6A6495
RGB106100149
HSL247°19.68%48.82%
HSB/HSV247°32.89%58.43%
CMYK28.86%32.89%0.00%
41.57%

Color #6A6495 in popluar number systems.

HEX6A6495
Decimal106100149
Binary1101010110010010010101
Octal152144225

Shades and tints

Shades of #6A6495

#6A6495
(106,100,149)
#615B88
(97,91,136)
#58527B
(88,82,123)
#4F496E
(79,73,110)
#464061
(70,64,97)
#3D3754
(61,55,84)
#342E47
(52,46,71)
#2B253A
(43,37,58)
#221C2D
(34,28,45)
#191320
(25,19,32)
#100A13
(16,10,19)
#000000
(0,0,0)

Tints of #6A6495

#6A6495
(106,100,149)
#77729E
(119,114,158)
#8480A7
(132,128,167)
#918EB0
(145,142,176)
#9E9CB9
(158,156,185)
#ABAAC2
(171,170,194)
#B8B8CB
(184,184,203)
#C5C6D4
(197,198,212)
#D2D4DD
(210,212,221)
#DFE2E6
(223,226,230)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6495; }

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

This text font color is #6A6495.


Background Color

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

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

This div background color is #6A6495.


Border color

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

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

This div border color is #6A6495.


Opacity

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

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

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

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

This text has shadow with #6A6495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6495 on black background.


Color preview on white background

This text has color #6A6495 on white background.



Black color preview on #6A6495 background

This text has black color on #6A6495 background.


White color preview on #6A6495 background

This text has white color on #6A6495 background.