COLOR #6B4288

HEX: #6B4288 RGB: (107,66,136)

Color info

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

RGB color model

#6B4288 color RGB value is (107,66,136).

RGB: (107,66,136) (42%, 26%, 53%)

RGB channels and saturation

R 107 of 255 = 42%
G 66 of 255 = 26%
B 136 of 255 = 53%

107
66
136

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

Portions of RGB colors in percentages

R + G + B = 107 + 66 + 136 = 309 (100%)
R 107 of 309 ~ 34.63%
G 66 of 309 ~ 21.36%
B 136 of 309 ~ 44.01'%

%34.63
%21.36
%44.01

CMYK color model

#6B4288 color CMYK value is (21,51,0,47).

  • cyan value is 21.32%
  • magenta value is 51.47%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (21,51,0,47)
C21M51Y0K47 (21%, 51%, 0%, 47%)
(0.21 / 0.51 / 0.00 / 0.47)

CMYK percentages

%21.32
%51.47
%0
%46.67

Codes

Color #6B4288 in popluar color models

6B 42 88
RGB 107 66 136
HSL 275° 34.65% 39.61%
HSB/HSV 275° 51.47% 53.33%
CMYK 21.32% 51.47% 0.00%
46.67%

Color #6B4288 in popluar number systems.

HEX 6B 42 88
Decimal 107 66 136
Binary 1101011 1000010 10001000
Octal 153 102 210

Shades and tints

Shades of #6B4288

#6B4288
(107,66,136)
#623C7C
(98,60,124)
#593670
(89,54,112)
#503064
(80,48,100)
#472A58
(71,42,88)
#3E244C
(62,36,76)
#351E40
(53,30,64)
#2C1834
(44,24,52)
#231228
(35,18,40)
#1A0C1C
(26,12,28)
#110610
(17,6,16)
#000000
(0,0,0)

Tints of #6B4288

#6B4288
(107,66,136)
#785392
(120,83,146)
#85649C
(133,100,156)
#9275A6
(146,117,166)
#9F86B0
(159,134,176)
#AC97BA
(172,151,186)
#B9A8C4
(185,168,196)
#C6B9CE
(198,185,206)
#D3CAD8
(211,202,216)
#E0DBE2
(224,219,226)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4288; }

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

This text font color is #6B4288.

Background Color

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

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

This div background color is #6B4288.

Border color

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

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

This div border color is #6B4288.

Opacity

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

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

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

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

This text has shadow with #6B4288 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B4288.

Preview

Color preview on black background

This text has color #6B4288 on black background.


Color preview on white background

This text has color #6B4288 on white background.


Black color preview on #6B4288 background

This text has black color on #6B4288 background.


White color preview on #6B4288 background

This text has white color on #6B4288 background.


Related colors

Complementary color

Complementary color for #hex is #94BD77.


I love getcolorcode.com

Triadic colors

1 #886B42 and #42886B with #6B4288 are triadic colors.

2 #88426B and #426B88 with #6B4288 are triadic colors.