COLOR #6B5588

HEX: #6B5588 RGB: (107,85,136)

Color info

#6B5588 contains red, green and blue colors in about the same proportion. Web safe color of #6B5588 is #666699 (or #669).

RGB color model

#6B5588 color RGB value is (107,85,136).

RGB: (107,85,136) (42%, 33%, 53%)

RGB channels and saturation

R 107 of 255 = 42%
G 85 of 255 = 33%
B 136 of 255 = 53%

107
85
136

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

Portions of RGB colors in percentages

R + G + B = 107 + 85 + 136 = 328 (100%)
R 107 of 328 ~ 32.62%
G 85 of 328 ~ 25.91%
B 136 of 328 ~ 41.46'%

%32.62
%25.91
%41.46

CMYK color model

#6B5588 color CMYK value is (21,38,0,47).

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

CMYK: (21,38,0,47)
C21M38Y0K47 (21%, 38%, 0%, 47%)
(0.21 / 0.38 / 0.00 / 0.47)

CMYK percentages

%21.32
%37.5
%0
%46.67

Codes

Color #6B5588 in popluar color models

6B 55 88
RGB 107 85 136
HSL 266° 23.08% 43.33%
HSB/HSV 266° 37.50% 53.33%
CMYK 21.32% 37.50% 0.00%
46.67%

Color #6B5588 in popluar number systems.

HEX 6B 55 88
Decimal 107 85 136
Binary 1101011 1010101 10001000
Octal 153 125 210

Shades and tints

Shades of #6B5588

#6B5588
(107,85,136)
#624E7C
(98,78,124)
#594770
(89,71,112)
#504064
(80,64,100)
#473958
(71,57,88)
#3E324C
(62,50,76)
#352B40
(53,43,64)
#2C2434
(44,36,52)
#231D28
(35,29,40)
#1A161C
(26,22,28)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #6B5588

#6B5588
(107,85,136)
#786492
(120,100,146)
#85739C
(133,115,156)
#9282A6
(146,130,166)
#9F91B0
(159,145,176)
#ACA0BA
(172,160,186)
#B9AFC4
(185,175,196)
#C6BECE
(198,190,206)
#D3CDD8
(211,205,216)
#E0DCE2
(224,220,226)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5588; }

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

This text font color is #6B5588.

Background Color

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

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

This div background color is #6B5588.

Border color

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

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

This div border color is #6B5588.

Opacity

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

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

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

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

This text has shadow with #6B5588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5588.

Preview

Color preview on black background

This text has color #6B5588 on black background.


Color preview on white background

This text has color #6B5588 on white background.


Black color preview on #6B5588 background

This text has black color on #6B5588 background.


White color preview on #6B5588 background

This text has white color on #6B5588 background.


Related colors

Complementary color

Complementary color for #hex is #94AA77.


I love getcolorcode.com

Triadic colors

1 #886B55 and #55886B with #6B5588 are triadic colors.

2 #88556B and #556B88 with #6B5588 are triadic colors.