COLOR #6B4B62

HEX: #6B4B62
RGB: (107,75,98)

Color info

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

RGB color model

#6B4B62 color RGB value is (107,75,98).

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

RGB channels and saturation

R 107 of 255 = 42%
G 75 of 255 = 29%
B 98 of 255 = 38%

107
75
98

R + G + B ~ 36%. #6B4B62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 75 + 98 = 280 (100%)
R 107 of 280 ~ 38.21%
G 75 of 280 ~ 26.79%
B 98 of 280 ~ 35%

%38.21
%26.79
%35

CMYK color model

#6B4B62 color CMYK value is (0,30,8,58).

  • cyan value is 0.00%
  • magenta value is 29.91%
  • yellow value is 8.41%
  • key color value is 58.04%
CMYK:
(0,30,8,58)
C0M30Y8K58 
(0%,30%,8%,58%)
(0.00/0.30/0.08/0.58)	

CMYK percentages

%0
%29.91
%8.41
%58.04

Codes

Color #6B4B62 in popluar color models

6B4B62
RGB1077598
HSL317°17.58%35.69%
HSB/HSV317°29.91%41.96%
CMYK0.00%29.91%8.41%
58.04%

Color #6B4B62 in popluar number systems.

HEX6B4B62
Decimal1077598
Binary110101110010111100010
Octal153113142

Shades and tints

Shades of #6B4B62

#6B4B62
(107,75,98)
#62455A
(98,69,90)
#593F52
(89,63,82)
#50394A
(80,57,74)
#473342
(71,51,66)
#3E2D3A
(62,45,58)
#352732
(53,39,50)
#2C212A
(44,33,42)
#231B22
(35,27,34)
#1A151A
(26,21,26)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #6B4B62

#6B4B62
(107,75,98)
#785B70
(120,91,112)
#856B7E
(133,107,126)
#927B8C
(146,123,140)
#9F8B9A
(159,139,154)
#AC9BA8
(172,155,168)
#B9ABB6
(185,171,182)
#C6BBC4
(198,187,196)
#D3CBD2
(211,203,210)
#E0DBE0
(224,219,224)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4B62; }

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

This text font color is #6B4B62.


Background Color

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

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

This div background color is #6B4B62.


Border color

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

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

This div border color is #6B4B62.


Opacity

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

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

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

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

This text has shadow with #6B4B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4B62 on black background.


Color preview on white background

This text has color #6B4B62 on white background.



Black color preview on #6B4B62 background

This text has black color on #6B4B62 background.


White color preview on #6B4B62 background

This text has white color on #6B4B62 background.