COLOR #6C457C

HEX: #6C457C RGB: (108,69,124)

Color info

#6C457C contains red, green and blue colors in about the same proportion. Web safe color of #6C457C is #663366 (or #636).

RGB color model

#6C457C color RGB value is (108,69,124).

RGB: (108,69,124) (42%, 27%, 49%)

RGB channels and saturation

R 108 of 255 = 42%
G 69 of 255 = 27%
B 124 of 255 = 49%

108
69
124

R + G + B ~ 39%. #6C457C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 69 + 124 = 301 (100%)
R 108 of 301 ~ 35.88%
G 69 of 301 ~ 22.92%
B 124 of 301 ~ 41.2'%

%35.88
%22.92
%41.2

CMYK color model

#6C457C color CMYK value is (13,44,0,51).

  • cyan value is 12.90%
  • magenta value is 44.35%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (13,44,0,51)
C13M44Y0K51 (13%, 44%, 0%, 51%)
(0.13 / 0.44 / 0.00 / 0.51)

CMYK percentages

%12.9
%44.35
%0
%51.37

Codes

Color #6C457C in popluar color models

6C 45 7C
RGB 108 69 124
HSL 283° 28.50% 37.84%
HSB/HSV 283° 44.35% 48.63%
CMYK 12.90% 44.35% 0.00%
51.37%

Color #6C457C in popluar number systems.

HEX 6C 45 7C
Decimal 108 69 124
Binary 1101100 1000101 1111100
Octal 154 105 174

Shades and tints

Shades of #6C457C

#6C457C
(108,69,124)
#633F71
(99,63,113)
#5A3966
(90,57,102)
#51335B
(81,51,91)
#482D50
(72,45,80)
#3F2745
(63,39,69)
#36213A
(54,33,58)
#2D1B2F
(45,27,47)
#241524
(36,21,36)
#1B0F19
(27,15,25)
#12090E
(18,9,14)
#000000
(0,0,0)

Tints of #6C457C

#6C457C
(108,69,124)
#795587
(121,85,135)
#866592
(134,101,146)
#93759D
(147,117,157)
#A085A8
(160,133,168)
#AD95B3
(173,149,179)
#BAA5BE
(186,165,190)
#C7B5C9
(199,181,201)
#D4C5D4
(212,197,212)
#E1D5DF
(225,213,223)
#EEE5EA
(238,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C457C; }

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

This text font color is #6C457C.

Background Color

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

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

This div background color is #6C457C.

Border color

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

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

This div border color is #6C457C.

Opacity

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

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

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

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

This text has shadow with #6C457C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C457C.

Preview

Color preview on black background

This text has color #6C457C on black background.


Color preview on white background

This text has color #6C457C on white background.


Black color preview on #6C457C background

This text has black color on #6C457C background.


White color preview on #6C457C background

This text has white color on #6C457C background.


Related colors

Complementary color

Complementary color for #hex is #93BA83.


I love getcolorcode.com

Triadic colors

1 #7C6C45 and #457C6C with #6C457C are triadic colors.

2 #7C456C and #456C7C with #6C457C are triadic colors.