COLOR #6C437C

HEX: #6C437C RGB: (108,67,124)

Color info

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

RGB color model

#6C437C color RGB value is (108,67,124).

RGB: (108,67,124) (42%, 26%, 49%)

RGB channels and saturation

R 108 of 255 = 42%
G 67 of 255 = 26%
B 124 of 255 = 49%

108
67
124

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

Portions of RGB colors in percentages

R + G + B = 108 + 67 + 124 = 299 (100%)
R 108 of 299 ~ 36.12%
G 67 of 299 ~ 22.41%
B 124 of 299 ~ 41.47'%

%36.12
%22.41
%41.47

CMYK color model

#6C437C color CMYK value is (13,46,0,51).

  • cyan value is 12.90%
  • magenta value is 45.97%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK: (13,46,0,51) C13M46Y0K51 (13%,46%,0%,51%) (0.13/0.46/0.00/0.51) 

CMYK percentages

%12.9
%45.97
%0
%51.37

Codes

Color #6C437C in popluar color models

6C 43 7C
RGB 108 67 124
HSL 283° 29.84% 37.45%
HSB/HSV 283° 45.97% 48.63%
CMYK 12.90% 45.97% 0.00%
51.37%

Color #6C437C in popluar number systems.

HEX 6C 43 7C
Decimal 108 67 124
Binary 1101100 1000011 1111100
Octal 154 103 174

Shades and tints

Shades of #6C437C

#6C437C
(108,67,124)
#633D71
(99,61,113)
#5A3766
(90,55,102)
#51315B
(81,49,91)
#482B50
(72,43,80)
#3F2545
(63,37,69)
#361F3A
(54,31,58)
#2D192F
(45,25,47)
#241324
(36,19,36)
#1B0D19
(27,13,25)
#12070E
(18,7,14)
#000000
(0,0,0)

Tints of #6C437C

#6C437C
(108,67,124)
#795487
(121,84,135)
#866592
(134,101,146)
#93769D
(147,118,157)
#A087A8
(160,135,168)
#AD98B3
(173,152,179)
#BAA9BE
(186,169,190)
#C7BAC9
(199,186,201)
#D4CBD4
(212,203,212)
#E1DCDF
(225,220,223)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C437C; }

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

This text font color is #6C437C.

Background Color

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

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

This div background color is #6C437C.

Border color

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

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

This div border color is #6C437C.

Opacity

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

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

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

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

This text has shadow with #6C437C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C437C.

Preview

Color preview on black background

This text has color #6C437C on black background.


Color preview on white background

This text has color #6C437C on white background.


Black color preview on #6C437C background

This text has black color on #6C437C background.


White color preview on #6C437C background

This text has white color on #6C437C background.


Related colors

Complementary color

Complementary color for #hex is #93BC83.


I love getcolorcode.com

Triadic colors

1 #7C6C43 and #437C6C with #6C437C are triadic colors.

2 #7C436C and #436C7C with #6C437C are triadic colors.