COLOR #6B428B

HEX: #6B428B RGB: (107,66,139)

Color info

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

RGB color model

#6B428B color RGB value is (107,66,139).

RGB: (107,66,139) (42%, 26%, 55%)

RGB channels and saturation

R 107 of 255 = 42%
G 66 of 255 = 26%
B 139 of 255 = 55%

107
66
139

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

Portions of RGB colors in percentages

R + G + B = 107 + 66 + 139 = 312 (100%)
R 107 of 312 ~ 34.29%
G 66 of 312 ~ 21.15%
B 139 of 312 ~ 44.55'%

%34.29
%21.15
%44.55

CMYK color model

#6B428B color CMYK value is (23,53,0,45).

  • cyan value is 23.02%
  • magenta value is 52.52%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (23,53,0,45)
C23M53Y0K45 (23%, 53%, 0%, 45%)
(0.23 / 0.53 / 0.00 / 0.45)

CMYK percentages

%23.02
%52.52
%0
%45.49

Codes

Color #6B428B in popluar color models

6B 42 8B
RGB 107 66 139
HSL 274° 35.61% 40.20%
HSB/HSV 274° 52.52% 54.51%
CMYK 23.02% 52.52% 0.00%
45.49%

Color #6B428B in popluar number systems.

HEX 6B 42 8B
Decimal 107 66 139
Binary 1101011 1000010 10001011
Octal 153 102 213

Shades and tints

Shades of #6B428B

#6B428B
(107,66,139)
#623C7F
(98,60,127)
#593673
(89,54,115)
#503067
(80,48,103)
#472A5B
(71,42,91)
#3E244F
(62,36,79)
#351E43
(53,30,67)
#2C1837
(44,24,55)
#23122B
(35,18,43)
#1A0C1F
(26,12,31)
#110613
(17,6,19)
#000000
(0,0,0)

Tints of #6B428B

#6B428B
(107,66,139)
#785395
(120,83,149)
#85649F
(133,100,159)
#9275A9
(146,117,169)
#9F86B3
(159,134,179)
#AC97BD
(172,151,189)
#B9A8C7
(185,168,199)
#C6B9D1
(198,185,209)
#D3CADB
(211,202,219)
#E0DBE5
(224,219,229)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B428B color. Also use rgb(107,66,139) instead hex code.

Text Font Color

.myTextColor { color: #6B428B; }

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

This text font color is #6B428B.

Background Color

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

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

This div background color is #6B428B.

Border color

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

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

This div border color is #6B428B.

Opacity

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

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

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

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

This text has shadow with #6B428B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B428B.

Preview

Color preview on black background

This text has color #6B428B on black background.


Color preview on white background

This text has color #6B428B on white background.


Black color preview on #6B428B background

This text has black color on #6B428B background.


White color preview on #6B428B background

This text has white color on #6B428B background.


Related colors

Complementary color

Complementary color for #hex is #94BD74.


I love getcolorcode.com

Triadic colors

1 #8B6B42 and #428B6B with #6B428B are triadic colors.

2 #8B426B and #426B8B with #6B428B are triadic colors.