COLOR #6C6094

HEX: #6C6094
RGB: (108,96,148)

Color info

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

RGB color model

#6C6094 color RGB value is (108,96,148).

  • red value is 108;
  • green value is 96;
  • blue value is 148.
RGB:
(108,96,148)
(42%,38%,58%)

RGB channels and saturation

R 108 of 255 = 42%
G 96 of 255 = 38%
B 148 of 255 = 58%

108
96
148

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

Portions of RGB colors in percentages

R + G + B =
108 + 96 + 148 = 352 (100%)
R 108 of 352 ~ 30.68%
G 96 of 352 ~ 27.27%
B 148 of 352 ~ 42.05%

%30.68
%27.27
%42.05

CMYK color model

#6C6094 color CMYK value is (27,35,0,42).

  • cyan value is 27.03%
  • magenta value is 35.14%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(27,35,0,42)
C27M35Y0K42 
(27%,35%,0%,42%)
(0.27/0.35/0.00/0.42)	

CMYK percentages

%27.03
%35.14
%0
%41.96

Codes

Color #6C6094 in popluar color models

6C6094
RGB10896148
HSL254°21.31%47.84%
HSB/HSV254°35.14%58.04%
CMYK27.03%35.14%0.00%
41.96%

Color #6C6094 in popluar number systems.

HEX6C6094
Decimal10896148
Binary1101100110000010010100
Octal154140224

Shades and tints

Shades of #6C6094

#6C6094
(108,96,148)
#635887
(99,88,135)
#5A507A
(90,80,122)
#51486D
(81,72,109)
#484060
(72,64,96)
#3F3853
(63,56,83)
#363046
(54,48,70)
#2D2839
(45,40,57)
#24202C
(36,32,44)
#1B181F
(27,24,31)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #6C6094

#6C6094
(108,96,148)
#796E9D
(121,110,157)
#867CA6
(134,124,166)
#938AAF
(147,138,175)
#A098B8
(160,152,184)
#ADA6C1
(173,166,193)
#BAB4CA
(186,180,202)
#C7C2D3
(199,194,211)
#D4D0DC
(212,208,220)
#E1DEE5
(225,222,229)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6094; }

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

This text font color is #6C6094.


Background Color

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

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

This div background color is #6C6094.


Border color

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

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

This div border color is #6C6094.


Opacity

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

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

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

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

This text has shadow with #6C6094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6094 on black background.


Color preview on white background

This text has color #6C6094 on white background.



Black color preview on #6C6094 background

This text has black color on #6C6094 background.


White color preview on #6C6094 background

This text has white color on #6C6094 background.