COLOR #6C538C

HEX: #6C538C
RGB: (108,83,140)

Color info

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

RGB color model

#6C538C color RGB value is (108,83,140).

  • red value is 108;
  • green value is 83;
  • blue value is 140.
RGB:
(108,83,140)
(42%,33%,55%)

RGB channels and saturation

R 108 of 255 = 42%
G 83 of 255 = 33%
B 140 of 255 = 55%

108
83
140

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

Portions of RGB colors in percentages

R + G + B =
108 + 83 + 140 = 331 (100%)
R 108 of 331 ~ 32.63%
G 83 of 331 ~ 25.08%
B 140 of 331 ~ 42.3%

%32.63
%25.08
%42.3

CMYK color model

#6C538C color CMYK value is (23,41,0,45).

  • cyan value is 22.86%
  • magenta value is 40.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(23,41,0,45)
C23M41Y0K45 
(23%,41%,0%,45%)
(0.23/0.41/0.00/0.45)	

CMYK percentages

%22.86
%40.71
%0
%45.1

Codes

Color #6C538C in popluar color models

6C538C
RGB10883140
HSL266°25.56%43.73%
HSB/HSV266°40.71%54.90%
CMYK22.86%40.71%0.00%
45.10%

Color #6C538C in popluar number systems.

HEX6C538C
Decimal10883140
Binary1101100101001110001100
Octal154123214

Shades and tints

Shades of #6C538C

#6C538C
(108,83,140)
#634C80
(99,76,128)
#5A4574
(90,69,116)
#513E68
(81,62,104)
#48375C
(72,55,92)
#3F3050
(63,48,80)
#362944
(54,41,68)
#2D2238
(45,34,56)
#241B2C
(36,27,44)
#1B1420
(27,20,32)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #6C538C

#6C538C
(108,83,140)
#796296
(121,98,150)
#8671A0
(134,113,160)
#9380AA
(147,128,170)
#A08FB4
(160,143,180)
#AD9EBE
(173,158,190)
#BAADC8
(186,173,200)
#C7BCD2
(199,188,210)
#D4CBDC
(212,203,220)
#E1DAE6
(225,218,230)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C538C color. Also use rgb(108,83,140) instead hex code.

Text Font Color

.myTextColor { color: #6C538C; }

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

This text font color is #6C538C.


Background Color

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

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

This div background color is #6C538C.


Border color

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

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

This div border color is #6C538C.


Opacity

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

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

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

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

This text has shadow with #6C538C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C538C on black background.


Color preview on white background

This text has color #6C538C on white background.



Black color preview on #6C538C background

This text has black color on #6C538C background.


White color preview on #6C538C background

This text has white color on #6C538C background.