COLOR #6B4285

HEX: #6B4285 RGB: (107,66,133)

Color info

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

RGB color model

#6B4285 color RGB value is (107,66,133).

RGB: (107,66,133) (42%, 26%, 52%)

RGB channels and saturation

R 107 of 255 = 42%
G 66 of 255 = 26%
B 133 of 255 = 52%

107
66
133

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

Portions of RGB colors in percentages

R + G + B = 107 + 66 + 133 = 306 (100%)
R 107 of 306 ~ 34.97%
G 66 of 306 ~ 21.57%
B 133 of 306 ~ 43.46'%

%34.97
%21.57
%43.46

CMYK color model

#6B4285 color CMYK value is (20,50,0,48).

  • cyan value is 19.55%
  • magenta value is 50.38%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK: (20,50,0,48) C20M50Y0K48 (20%,50%,0%,48%) (0.20/0.50/0.00/0.48) 

CMYK percentages

%19.55
%50.38
%0
%47.84

Codes

Color #6B4285 in popluar color models

6B 42 85
RGB 107 66 133
HSL 277° 33.67% 39.02%
HSB/HSV 277° 50.38% 52.16%
CMYK 19.55% 50.38% 0.00%
47.84%

Color #6B4285 in popluar number systems.

HEX 6B 42 85
Decimal 107 66 133
Binary 1101011 1000010 10000101
Octal 153 102 205

Shades and tints

Shades of #6B4285

#6B4285
(107,66,133)
#623C79
(98,60,121)
#59366D
(89,54,109)
#503061
(80,48,97)
#472A55
(71,42,85)
#3E2449
(62,36,73)
#351E3D
(53,30,61)
#2C1831
(44,24,49)
#231225
(35,18,37)
#1A0C19
(26,12,25)
#11060D
(17,6,13)
#000000
(0,0,0)

Tints of #6B4285

#6B4285
(107,66,133)
#785390
(120,83,144)
#85649B
(133,100,155)
#9275A6
(146,117,166)
#9F86B1
(159,134,177)
#AC97BC
(172,151,188)
#B9A8C7
(185,168,199)
#C6B9D2
(198,185,210)
#D3CADD
(211,202,221)
#E0DBE8
(224,219,232)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4285; }

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

This text font color is #6B4285.

Background Color

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

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

This div background color is #6B4285.

Border color

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

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

This div border color is #6B4285.

Opacity

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

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

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

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

This text has shadow with #6B4285 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B4285.

Preview

Color preview on black background

This text has color #6B4285 on black background.


Color preview on white background

This text has color #6B4285 on white background.


Black color preview on #6B4285 background

This text has black color on #6B4285 background.


White color preview on #6B4285 background

This text has white color on #6B4285 background.


Related colors

Complementary color

Complementary color for #hex is #94BD7A.


I love getcolorcode.com

Triadic colors

1 #856B42 and #42856B with #6B4285 are triadic colors.

2 #85426B and #426B85 with #6B4285 are triadic colors.