COLOR #6C6494

HEX: #6C6494 RGB: (108,100,148)

Color info

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

RGB color model

#6C6494 color RGB value is (108,100,148).

RGB: (108,100,148) (42%, 39%, 58%)

RGB channels and saturation

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

108
100
148

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

Portions of RGB colors in percentages

R + G + B = 108 + 100 + 148 = 356 (100%)
R 108 of 356 ~ 30.34%
G 100 of 356 ~ 28.09%
B 148 of 356 ~ 41.57'%

%30.34
%28.09
%41.57

CMYK color model

#6C6494 color CMYK value is (27,32,0,42).

  • cyan value is 27.03%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (27,32,0,42)
C27M32Y0K42 (27%, 32%, 0%, 42%)
(0.27 / 0.32 / 0.00 / 0.42)

CMYK percentages

%27.03
%32.43
%0
%41.96

Codes

Color #6C6494 in popluar color models

6C 64 94
RGB 108 100 148
HSL 250° 19.35% 48.63%
HSB/HSV 250° 32.43% 58.04%
CMYK 27.03% 32.43% 0.00%
41.96%

Color #6C6494 in popluar number systems.

HEX 6C 64 94
Decimal 108 100 148
Binary 1101100 1100100 10010100
Octal 154 144 224

Shades and tints

Shades of #6C6494

#6C6494
(108,100,148)
#635B87
(99,91,135)
#5A527A
(90,82,122)
#51496D
(81,73,109)
#484060
(72,64,96)
#3F3753
(63,55,83)
#362E46
(54,46,70)
#2D2539
(45,37,57)
#241C2C
(36,28,44)
#1B131F
(27,19,31)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #6C6494

#6C6494
(108,100,148)
#79729D
(121,114,157)
#8680A6
(134,128,166)
#938EAF
(147,142,175)
#A09CB8
(160,156,184)
#ADAAC1
(173,170,193)
#BAB8CA
(186,184,202)
#C7C6D3
(199,198,211)
#D4D4DC
(212,212,220)
#E1E2E5
(225,226,229)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6494; }

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

This text font color is #6C6494.

Background Color

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

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

This div background color is #6C6494.

Border color

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

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

This div border color is #6C6494.

Opacity

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

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

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

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

This text has shadow with #6C6494 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6494.

Preview

Color preview on black background

This text has color #6C6494 on black background.


Color preview on white background

This text has color #6C6494 on white background.


Black color preview on #6C6494 background

This text has black color on #6C6494 background.


White color preview on #6C6494 background

This text has white color on #6C6494 background.


Related colors

Complementary color

Complementary color for #hex is #939B6B.


I love getcolorcode.com

Triadic colors

1 #946C64 and #64946C with #6C6494 are triadic colors.

2 #94646C and #646C94 with #6C6494 are triadic colors.