COLOR #6B4B66

HEX: #6B4B66
RGB: (107,75,102)

Color info

#6B4B66 contains red, green and blue colors in about the same proportion. Web safe color of #6B4B66 is #663366 (or #636).

RGB color model

#6B4B66 color RGB value is (107,75,102).

  • red value is 107;
  • green value is 75;
  • blue value is 102.
RGB:
(107,75,102)
(42%,29%,40%)

RGB channels and saturation

R 107 of 255 = 42%
G 75 of 255 = 29%
B 102 of 255 = 40%

107
75
102

R + G + B ~ 37%. #6B4B66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 75 + 102 = 284 (100%)
R 107 of 284 ~ 37.68%
G 75 of 284 ~ 26.41%
B 102 of 284 ~ 35.92%

%37.68
%26.41
%35.92

CMYK color model

#6B4B66 color CMYK value is (0,30,5,58).

  • cyan value is 0.00%
  • magenta value is 29.91%
  • yellow value is 4.67%
  • key color value is 58.04%
CMYK:
(0,30,5,58)
C0M30Y5K58 
(0%,30%,5%,58%)
(0.00/0.30/0.05/0.58)	

CMYK percentages

%0
%29.91
%4.67
%58.04

Codes

Color #6B4B66 in popluar color models

6B4B66
RGB10775102
HSL309°17.58%35.69%
HSB/HSV309°29.91%41.96%
CMYK0.00%29.91%4.67%
58.04%

Color #6B4B66 in popluar number systems.

HEX6B4B66
Decimal10775102
Binary110101110010111100110
Octal153113146

Shades and tints

Shades of #6B4B66

#6B4B66
(107,75,102)
#62455D
(98,69,93)
#593F54
(89,63,84)
#50394B
(80,57,75)
#473342
(71,51,66)
#3E2D39
(62,45,57)
#352730
(53,39,48)
#2C2127
(44,33,39)
#231B1E
(35,27,30)
#1A1515
(26,21,21)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #6B4B66

#6B4B66
(107,75,102)
#785B73
(120,91,115)
#856B80
(133,107,128)
#927B8D
(146,123,141)
#9F8B9A
(159,139,154)
#AC9BA7
(172,155,167)
#B9ABB4
(185,171,180)
#C6BBC1
(198,187,193)
#D3CBCE
(211,203,206)
#E0DBDB
(224,219,219)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4B66; }

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

This text font color is #6B4B66.


Background Color

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

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

This div background color is #6B4B66.


Border color

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

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

This div border color is #6B4B66.


Opacity

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

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

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

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

This text has shadow with #6B4B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4B66 on black background.


Color preview on white background

This text has color #6B4B66 on white background.



Black color preview on #6B4B66 background

This text has black color on #6B4B66 background.


White color preview on #6B4B66 background

This text has white color on #6B4B66 background.