COLOR #6A6494

HEX: #6A6494
RGB: (106,100,148)

Color info

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

RGB color model

#6A6494 color RGB value is (106,100,148).

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

RGB channels and saturation

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

106
100
148

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

Portions of RGB colors in percentages

R + G + B =
106 + 100 + 148 = 354 (100%)
R 106 of 354 ~ 29.94%
G 100 of 354 ~ 28.25%
B 148 of 354 ~ 41.81%

%29.94
%28.25
%41.81

CMYK color model

#6A6494 color CMYK value is (28,32,0,42).

  • cyan value is 28.38%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(28,32,0,42)
C28M32Y0K42 
(28%,32%,0%,42%)
(0.28/0.32/0.00/0.42)	

CMYK percentages

%28.38
%32.43
%0
%41.96

Codes

Color #6A6494 in popluar color models

6A6494
RGB106100148
HSL248°19.35%48.63%
HSB/HSV248°32.43%58.04%
CMYK28.38%32.43%0.00%
41.96%

Color #6A6494 in popluar number systems.

HEX6A6494
Decimal106100148
Binary1101010110010010010100
Octal152144224

Shades and tints

Shades of #6A6494

#6A6494
(106,100,148)
#615B87
(97,91,135)
#58527A
(88,82,122)
#4F496D
(79,73,109)
#464060
(70,64,96)
#3D3753
(61,55,83)
#342E46
(52,46,70)
#2B2539
(43,37,57)
#221C2C
(34,28,44)
#19131F
(25,19,31)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #6A6494

#6A6494
(106,100,148)
#77729D
(119,114,157)
#8480A6
(132,128,166)
#918EAF
(145,142,175)
#9E9CB8
(158,156,184)
#ABAAC1
(171,170,193)
#B8B8CA
(184,184,202)
#C5C6D3
(197,198,211)
#D2D4DC
(210,212,220)
#DFE2E5
(223,226,229)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6494; }

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

This text font color is #6A6494.


Background Color

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

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

This div background color is #6A6494.


Border color

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

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

This div border color is #6A6494.


Opacity

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

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

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

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

This text has shadow with #6A6494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6494 on black background.


Color preview on white background

This text has color #6A6494 on white background.



Black color preview on #6A6494 background

This text has black color on #6A6494 background.


White color preview on #6A6494 background

This text has white color on #6A6494 background.