COLOR #6C417B

HEX: #6C417B RGB: (108,65,123)

Color info

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

RGB color model

#6C417B color RGB value is (108,65,123).

RGB: (108,65,123) (42%, 25%, 48%)

RGB channels and saturation

R 108 of 255 = 42%
G 65 of 255 = 25%
B 123 of 255 = 48%

108
65
123

R + G + B ~ 38%. #6C417B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 65 + 123 = 296 (100%)
R 108 of 296 ~ 36.49%
G 65 of 296 ~ 21.96%
B 123 of 296 ~ 41.55'%

%36.49
%21.96
%41.55

CMYK color model

#6C417B color CMYK value is (12,47,0,52).

  • cyan value is 12.20%
  • magenta value is 47.15%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (12,47,0,52)
C12M47Y0K52 (12%, 47%, 0%, 52%)
(0.12 / 0.47 / 0.00 / 0.52)

CMYK percentages

%12.2
%47.15
%0
%51.76

Codes

Color #6C417B in popluar color models

6C 41 7B
RGB 108 65 123
HSL 284° 30.85% 36.86%
HSB/HSV 284° 47.15% 48.24%
CMYK 12.20% 47.15% 0.00%
51.76%

Color #6C417B in popluar number systems.

HEX 6C 41 7B
Decimal 108 65 123
Binary 1101100 1000001 1111011
Octal 154 101 173

Shades and tints

Shades of #6C417B

#6C417B
(108,65,123)
#633C70
(99,60,112)
#5A3765
(90,55,101)
#51325A
(81,50,90)
#482D4F
(72,45,79)
#3F2844
(63,40,68)
#362339
(54,35,57)
#2D1E2E
(45,30,46)
#241923
(36,25,35)
#1B1418
(27,20,24)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #6C417B

#6C417B
(108,65,123)
#795287
(121,82,135)
#866393
(134,99,147)
#93749F
(147,116,159)
#A085AB
(160,133,171)
#AD96B7
(173,150,183)
#BAA7C3
(186,167,195)
#C7B8CF
(199,184,207)
#D4C9DB
(212,201,219)
#E1DAE7
(225,218,231)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C417B color. Also use rgb(108,65,123) instead hex code.

Text Font Color

.myTextColor { color: #6C417B; }

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

This text font color is #6C417B.

Background Color

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

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

This div background color is #6C417B.

Border color

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

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

This div border color is #6C417B.

Opacity

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

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

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

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

This text has shadow with #6C417B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C417B.

Preview

Color preview on black background

This text has color #6C417B on black background.


Color preview on white background

This text has color #6C417B on white background.


Black color preview on #6C417B background

This text has black color on #6C417B background.


White color preview on #6C417B background

This text has white color on #6C417B background.


Related colors

Complementary color

Complementary color for #hex is #93BE84.


I love getcolorcode.com

Triadic colors

1 #7B6C41 and #417B6C with #6C417B are triadic colors.

2 #7B416C and #416C7B with #6C417B are triadic colors.