COLOR #6B5566

HEX: #6B5566 RGB: (107,85,102)

Color info

#6B5566 contains red, green and blue colors in about the same proportion. Web safe color of #6B5566 is #666666 (or #666).

RGB color model

#6B5566 color RGB value is (107,85,102).

RGB: (107,85,102) (42%, 33%, 40%)

RGB channels and saturation

R 107 of 255 = 42%
G 85 of 255 = 33%
B 102 of 255 = 40%

107
85
102

R + G + B ~ 38%. #6B5566 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 85 + 102 = 294 (100%)
R 107 of 294 ~ 36.39%
G 85 of 294 ~ 28.91%
B 102 of 294 ~ 34.69'%

%36.39
%28.91
%34.69

CMYK color model

#6B5566 color CMYK value is (0,21,5,58).

  • cyan value is 0.00%
  • magenta value is 20.56%
  • yellow value is 4.67%
  • key color value is 58.04%

CMYK: (0,21,5,58)
C0M21Y5K58 (0%, 21%, 5%, 58%)
(0.00 / 0.21 / 0.05 / 0.58)

CMYK percentages

%0
%20.56
%4.67
%58.04

Codes

Color #6B5566 in popluar color models

6B 55 66
RGB 107 85 102
HSL 314° 11.46% 37.65%
HSB/HSV 314° 20.56% 41.96%
CMYK 0.00% 20.56% 4.67%
58.04%

Color #6B5566 in popluar number systems.

HEX 6B 55 66
Decimal 107 85 102
Binary 1101011 1010101 1100110
Octal 153 125 146

Shades and tints

Shades of #6B5566

#6B5566
(107,85,102)
#624E5D
(98,78,93)
#594754
(89,71,84)
#50404B
(80,64,75)
#473942
(71,57,66)
#3E3239
(62,50,57)
#352B30
(53,43,48)
#2C2427
(44,36,39)
#231D1E
(35,29,30)
#1A1615
(26,22,21)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #6B5566

#6B5566
(107,85,102)
#786473
(120,100,115)
#857380
(133,115,128)
#92828D
(146,130,141)
#9F919A
(159,145,154)
#ACA0A7
(172,160,167)
#B9AFB4
(185,175,180)
#C6BEC1
(198,190,193)
#D3CDCE
(211,205,206)
#E0DCDB
(224,220,219)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5566; }

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

This text font color is #6B5566.

Background Color

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

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

This div background color is #6B5566.

Border color

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

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

This div border color is #6B5566.

Opacity

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

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

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

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

This text has shadow with #6B5566 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5566.

Preview

Color preview on black background

This text has color #6B5566 on black background.


Color preview on white background

This text has color #6B5566 on white background.


Black color preview on #6B5566 background

This text has black color on #6B5566 background.


White color preview on #6B5566 background

This text has white color on #6B5566 background.


Related colors

Complementary color

Complementary color for #hex is #94AA99.


I love getcolorcode.com

Triadic colors

1 #666B55 and #55666B with #6B5566 are triadic colors.

2 #66556B and #556B66 with #6B5566 are triadic colors.