COLOR #6A6194

HEX: #6A6194 RGB: (106,97,148)

Color info

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

RGB color model

#6A6194 color RGB value is (106,97,148).

RGB: (106,97,148) (42%, 38%, 58%)

RGB channels and saturation

R 106 of 255 = 42%
G 97 of 255 = 38%
B 148 of 255 = 58%

106
97
148

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

Portions of RGB colors in percentages

R + G + B = 106 + 97 + 148 = 351 (100%)
R 106 of 351 ~ 30.2%
G 97 of 351 ~ 27.64%
B 148 of 351 ~ 42.17'%

%30.2
%27.64
%42.17

CMYK color model

#6A6194 color CMYK value is (28,34,0,42).

  • cyan value is 28.38%
  • magenta value is 34.46%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (28,34,0,42)
C28M34Y0K42 (28%, 34%, 0%, 42%)
(0.28 / 0.34 / 0.00 / 0.42)

CMYK percentages

%28.38
%34.46
%0
%41.96

Codes

Color #6A6194 in popluar color models

6A 61 94
RGB 106 97 148
HSL 251° 20.82% 48.04%
HSB/HSV 251° 34.46% 58.04%
CMYK 28.38% 34.46% 0.00%
41.96%

Color #6A6194 in popluar number systems.

HEX 6A 61 94
Decimal 106 97 148
Binary 1101010 1100001 10010100
Octal 152 141 224

Shades and tints

Shades of #6A6194

#6A6194
(106,97,148)
#615987
(97,89,135)
#58517A
(88,81,122)
#4F496D
(79,73,109)
#464160
(70,65,96)
#3D3953
(61,57,83)
#343146
(52,49,70)
#2B2939
(43,41,57)
#22212C
(34,33,44)
#19191F
(25,25,31)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #6A6194

#6A6194
(106,97,148)
#776F9D
(119,111,157)
#847DA6
(132,125,166)
#918BAF
(145,139,175)
#9E99B8
(158,153,184)
#ABA7C1
(171,167,193)
#B8B5CA
(184,181,202)
#C5C3D3
(197,195,211)
#D2D1DC
(210,209,220)
#DFDFE5
(223,223,229)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6194; }

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

This text font color is #6A6194.

Background Color

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

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

This div background color is #6A6194.

Border color

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

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

This div border color is #6A6194.

Opacity

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

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

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

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

This text has shadow with #6A6194 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6194.

Preview

Color preview on black background

This text has color #6A6194 on black background.


Color preview on white background

This text has color #6A6194 on white background.


Black color preview on #6A6194 background

This text has black color on #6A6194 background.


White color preview on #6A6194 background

This text has white color on #6A6194 background.


Related colors

Complementary color

Complementary color for #hex is #959E6B.


I love getcolorcode.com

Triadic colors

1 #946A61 and #61946A with #6A6194 are triadic colors.

2 #94616A and #616A94 with #6A6194 are triadic colors.