COLOR #6B5175

HEX: #6B5175
RGB: (107,81,117)

Color info

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

RGB color model

#6B5175 color RGB value is (107,81,117).

  • red value is 107;
  • green value is 81;
  • blue value is 117.
RGB:
(107,81,117)
(42%,32%,46%)

RGB channels and saturation

R 107 of 255 = 42%
G 81 of 255 = 32%
B 117 of 255 = 46%

107
81
117

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

Portions of RGB colors in percentages

R + G + B =
107 + 81 + 117 = 305 (100%)
R 107 of 305 ~ 35.08%
G 81 of 305 ~ 26.56%
B 117 of 305 ~ 38.36%

%35.08
%26.56
%38.36

CMYK color model

#6B5175 color CMYK value is (9,31,0,54).

  • cyan value is 8.55%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(9,31,0,54)
C9M31Y0K54 
(9%,31%,0%,54%)
(0.09/0.31/0.00/0.54)	

CMYK percentages

%8.55
%30.77
%0
%54.12

Codes

Color #6B5175 in popluar color models

6B5175
RGB10781117
HSL283°18.18%38.82%
HSB/HSV283°30.77%45.88%
CMYK8.55%30.77%0.00%
54.12%

Color #6B5175 in popluar number systems.

HEX6B5175
Decimal10781117
Binary110101110100011110101
Octal153121165

Shades and tints

Shades of #6B5175

#6B5175
(107,81,117)
#624A6B
(98,74,107)
#594361
(89,67,97)
#503C57
(80,60,87)
#47354D
(71,53,77)
#3E2E43
(62,46,67)
#352739
(53,39,57)
#2C202F
(44,32,47)
#231925
(35,25,37)
#1A121B
(26,18,27)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #6B5175

#6B5175
(107,81,117)
#786081
(120,96,129)
#856F8D
(133,111,141)
#927E99
(146,126,153)
#9F8DA5
(159,141,165)
#AC9CB1
(172,156,177)
#B9ABBD
(185,171,189)
#C6BAC9
(198,186,201)
#D3C9D5
(211,201,213)
#E0D8E1
(224,216,225)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5175 color. Also use rgb(107,81,117) instead hex code.

Text Font Color

.myTextColor { color: #6B5175; }

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

This text font color is #6B5175.


Background Color

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

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

This div background color is #6B5175.


Border color

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

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

This div border color is #6B5175.


Opacity

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

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

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

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

This text has shadow with #6B5175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5175 on black background.


Color preview on white background

This text has color #6B5175 on white background.



Black color preview on #6B5175 background

This text has black color on #6B5175 background.


White color preview on #6B5175 background

This text has white color on #6B5175 background.