COLOR #6C568E

HEX: #6C568E
RGB: (108,86,142)

Color info

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

RGB color model

#6C568E color RGB value is (108,86,142).

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

RGB channels and saturation

R 108 of 255 = 42%
G 86 of 255 = 34%
B 142 of 255 = 56%

108
86
142

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

Portions of RGB colors in percentages

R + G + B =
108 + 86 + 142 = 336 (100%)
R 108 of 336 ~ 32.14%
G 86 of 336 ~ 25.6%
B 142 of 336 ~ 42.26%

%32.14
%25.6
%42.26

CMYK color model

#6C568E color CMYK value is (24,39,0,44).

  • cyan value is 23.94%
  • magenta value is 39.44%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(24,39,0,44)
C24M39Y0K44 
(24%,39%,0%,44%)
(0.24/0.39/0.00/0.44)	

CMYK percentages

%23.94
%39.44
%0
%44.31

Codes

Color #6C568E in popluar color models

6C568E
RGB10886142
HSL264°24.56%44.71%
HSB/HSV264°39.44%55.69%
CMYK23.94%39.44%0.00%
44.31%

Color #6C568E in popluar number systems.

HEX6C568E
Decimal10886142
Binary1101100101011010001110
Octal154126216

Shades and tints

Shades of #6C568E

#6C568E
(108,86,142)
#634F82
(99,79,130)
#5A4876
(90,72,118)
#51416A
(81,65,106)
#483A5E
(72,58,94)
#3F3352
(63,51,82)
#362C46
(54,44,70)
#2D253A
(45,37,58)
#241E2E
(36,30,46)
#1B1722
(27,23,34)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #6C568E

#6C568E
(108,86,142)
#796598
(121,101,152)
#8674A2
(134,116,162)
#9383AC
(147,131,172)
#A092B6
(160,146,182)
#ADA1C0
(173,161,192)
#BAB0CA
(186,176,202)
#C7BFD4
(199,191,212)
#D4CEDE
(212,206,222)
#E1DDE8
(225,221,232)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C568E; }

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

This text font color is #6C568E.


Background Color

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

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

This div background color is #6C568E.


Border color

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

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

This div border color is #6C568E.


Opacity

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

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

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

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

This text has shadow with #6C568E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C568E on black background.


Color preview on white background

This text has color #6C568E on white background.



Black color preview on #6C568E background

This text has black color on #6C568E background.


White color preview on #6C568E background

This text has white color on #6C568E background.