COLOR #6C567C

HEX: #6C567C
RGB: (108,86,124)

Color info

#6C567C contains red, green and blue colors in about the same proportion. Web safe color of #6C567C is #666666 (or #666).

RGB color model

#6C567C color RGB value is (108,86,124).

  • red value is 108;
  • green value is 86;
  • blue value is 124.
RGB:
(108,86,124)
(42%,34%,49%)

RGB channels and saturation

R 108 of 255 = 42%
G 86 of 255 = 34%
B 124 of 255 = 49%

108
86
124

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

Portions of RGB colors in percentages

R + G + B =
108 + 86 + 124 = 318 (100%)
R 108 of 318 ~ 33.96%
G 86 of 318 ~ 27.04%
B 124 of 318 ~ 38.99%

%33.96
%27.04
%38.99

CMYK color model

#6C567C color CMYK value is (13,31,0,51).

  • cyan value is 12.90%
  • magenta value is 30.65%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(13,31,0,51)
C13M31Y0K51 
(13%,31%,0%,51%)
(0.13/0.31/0.00/0.51)	

CMYK percentages

%12.9
%30.65
%0
%51.37

Codes

Color #6C567C in popluar color models

6C567C
RGB10886124
HSL275°18.10%41.18%
HSB/HSV275°30.65%48.63%
CMYK12.90%30.65%0.00%
51.37%

Color #6C567C in popluar number systems.

HEX6C567C
Decimal10886124
Binary110110010101101111100
Octal154126174

Shades and tints

Shades of #6C567C

#6C567C
(108,86,124)
#634F71
(99,79,113)
#5A4866
(90,72,102)
#51415B
(81,65,91)
#483A50
(72,58,80)
#3F3345
(63,51,69)
#362C3A
(54,44,58)
#2D252F
(45,37,47)
#241E24
(36,30,36)
#1B1719
(27,23,25)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #6C567C

#6C567C
(108,86,124)
#796587
(121,101,135)
#867492
(134,116,146)
#93839D
(147,131,157)
#A092A8
(160,146,168)
#ADA1B3
(173,161,179)
#BAB0BE
(186,176,190)
#C7BFC9
(199,191,201)
#D4CED4
(212,206,212)
#E1DDDF
(225,221,223)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C567C color. Also use rgb(108,86,124) instead hex code.

Text Font Color

.myTextColor { color: #6C567C; }

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

This text font color is #6C567C.


Background Color

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

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

This div background color is #6C567C.


Border color

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

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

This div border color is #6C567C.


Opacity

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

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

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

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

This text has shadow with #6C567C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C567C on black background.


Color preview on white background

This text has color #6C567C on white background.



Black color preview on #6C567C background

This text has black color on #6C567C background.


White color preview on #6C567C background

This text has white color on #6C567C background.