COLOR #6C428A

HEX: #6C428A RGB: (108,66,138)

Color info

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

RGB color model

#6C428A color RGB value is (108,66,138).

RGB: (108,66,138) (42%, 26%, 54%)

RGB channels and saturation

R 108 of 255 = 42%
G 66 of 255 = 26%
B 138 of 255 = 54%

108
66
138

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

Portions of RGB colors in percentages

R + G + B = 108 + 66 + 138 = 312 (100%)
R 108 of 312 ~ 34.62%
G 66 of 312 ~ 21.15%
B 138 of 312 ~ 44.23'%

%34.62
%21.15
%44.23

CMYK color model

#6C428A color CMYK value is (22,52,0,46).

  • cyan value is 21.74%
  • magenta value is 52.17%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (22,52,0,46)
C22M52Y0K46 (22%, 52%, 0%, 46%)
(0.22 / 0.52 / 0.00 / 0.46)

CMYK percentages

%21.74
%52.17
%0
%45.88

Codes

Color #6C428A in popluar color models

6C 42 8A
RGB 108 66 138
HSL 275° 35.29% 40.00%
HSB/HSV 275° 52.17% 54.12%
CMYK 21.74% 52.17% 0.00%
45.88%

Color #6C428A in popluar number systems.

HEX 6C 42 8A
Decimal 108 66 138
Binary 1101100 1000010 10001010
Octal 154 102 212

Shades and tints

Shades of #6C428A

#6C428A
(108,66,138)
#633C7E
(99,60,126)
#5A3672
(90,54,114)
#513066
(81,48,102)
#482A5A
(72,42,90)
#3F244E
(63,36,78)
#361E42
(54,30,66)
#2D1836
(45,24,54)
#24122A
(36,18,42)
#1B0C1E
(27,12,30)
#120612
(18,6,18)
#000000
(0,0,0)

Tints of #6C428A

#6C428A
(108,66,138)
#795394
(121,83,148)
#86649E
(134,100,158)
#9375A8
(147,117,168)
#A086B2
(160,134,178)
#AD97BC
(173,151,188)
#BAA8C6
(186,168,198)
#C7B9D0
(199,185,208)
#D4CADA
(212,202,218)
#E1DBE4
(225,219,228)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C428A color. Also use rgb(108,66,138) instead hex code.

Text Font Color

.myTextColor { color: #6C428A; }

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

This text font color is #6C428A.

Background Color

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

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

This div background color is #6C428A.

Border color

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

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

This div border color is #6C428A.

Opacity

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

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

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

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

This text has shadow with #6C428A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C428A.

Preview

Color preview on black background

This text has color #6C428A on black background.


Color preview on white background

This text has color #6C428A on white background.


Black color preview on #6C428A background

This text has black color on #6C428A background.


White color preview on #6C428A background

This text has white color on #6C428A background.


Related colors

Complementary color

Complementary color for #hex is #93BD75.


I love getcolorcode.com

Triadic colors

1 #8A6C42 and #428A6C with #6C428A are triadic colors.

2 #8A426C and #426C8A with #6C428A are triadic colors.