COLOR #6C448B

HEX: #6C448B
RGB: (108,68,139)

Color info

#6C448B contains mainly red and blue colors. Web safe color of #6C448B is #663399 (or #639).

RGB color model

#6C448B color RGB value is (108,68,139).

  • red value is 108;
  • green value is 68;
  • blue value is 139.
RGB:
(108,68,139)
(42%,27%,55%)

RGB channels and saturation

R 108 of 255 = 42%
G 68 of 255 = 27%
B 139 of 255 = 55%

108
68
139

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

Portions of RGB colors in percentages

R + G + B =
108 + 68 + 139 = 315 (100%)
R 108 of 315 ~ 34.29%
G 68 of 315 ~ 21.59%
B 139 of 315 ~ 44.13%

%34.29
%21.59
%44.13

CMYK color model

#6C448B color CMYK value is (22,51,0,45).

  • cyan value is 22.30%
  • magenta value is 51.08%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(22,51,0,45)
C22M51Y0K45 
(22%,51%,0%,45%)
(0.22/0.51/0.00/0.45)	

CMYK percentages

%22.3
%51.08
%0
%45.49

Codes

Color #6C448B in popluar color models

6C448B
RGB10868139
HSL274°34.30%40.59%
HSB/HSV274°51.08%54.51%
CMYK22.30%51.08%0.00%
45.49%

Color #6C448B in popluar number systems.

HEX6C448B
Decimal10868139
Binary1101100100010010001011
Octal154104213

Shades and tints

Shades of #6C448B

#6C448B
(108,68,139)
#633E7F
(99,62,127)
#5A3873
(90,56,115)
#513267
(81,50,103)
#482C5B
(72,44,91)
#3F264F
(63,38,79)
#362043
(54,32,67)
#2D1A37
(45,26,55)
#24142B
(36,20,43)
#1B0E1F
(27,14,31)
#120813
(18,8,19)
#000000
(0,0,0)

Tints of #6C448B

#6C448B
(108,68,139)
#795595
(121,85,149)
#86669F
(134,102,159)
#9377A9
(147,119,169)
#A088B3
(160,136,179)
#AD99BD
(173,153,189)
#BAAAC7
(186,170,199)
#C7BBD1
(199,187,209)
#D4CCDB
(212,204,219)
#E1DDE5
(225,221,229)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C448B color. Also use rgb(108,68,139) instead hex code.

Text Font Color

.myTextColor { color: #6C448B; }

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

This text font color is #6C448B.


Background Color

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

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

This div background color is #6C448B.


Border color

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

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

This div border color is #6C448B.


Opacity

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

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

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

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

This text has shadow with #6C448B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C448B on black background.


Color preview on white background

This text has color #6C448B on white background.



Black color preview on #6C448B background

This text has black color on #6C448B background.


White color preview on #6C448B background

This text has white color on #6C448B background.