COLOR #6B176C

HEX: #6B176C RGB: (107,23,108)

Color info

#6B176C contains mainly red and blue colors. Web safe color of #6B176C is #660066 (or #606).

RGB color model

#6B176C color RGB value is (107,23,108).

RGB: (107,23,108) (42%, 9%, 42%)

RGB channels and saturation

R 107 of 255 = 42%
G 23 of 255 = 9%
B 108 of 255 = 42%

107
23
108

R + G + B ~ 31%. #6B176C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 23 + 108 = 238 (100%)
R 107 of 238 ~ 44.96%
G 23 of 238 ~ 9.66%
B 108 of 238 ~ 45.38'%

%44.96
%45.38

CMYK color model

#6B176C color CMYK value is (1,79,0,58).

  • cyan value is 0.93%
  • magenta value is 78.70%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (1,79,0,58)
C1M79Y0K58 (1%, 79%, 0%, 58%)
(0.01 / 0.79 / 0.00 / 0.58)

CMYK percentages

%0.93
%78.7
%0
%57.65

Codes

Color #6B176C in popluar color models

6B 17 6C
RGB 107 23 108
HSL 299° 64.89% 25.69%
HSB/HSV 299° 78.70% 42.35%
CMYK 0.93% 78.70% 0.00%
57.65%

Color #6B176C in popluar number systems.

HEX 6B 17 6C
Decimal 107 23 108
Binary 1101011 10111 1101100
Octal 153 27 154

Shades and tints

Shades of #6B176C

#6B176C
(107,23,108)
#621563
(98,21,99)
#59135A
(89,19,90)
#501151
(80,17,81)
#470F48
(71,15,72)
#3E0D3F
(62,13,63)
#350B36
(53,11,54)
#2C092D
(44,9,45)
#230724
(35,7,36)
#1A051B
(26,5,27)
#110312
(17,3,18)
#000000
(0,0,0)

Tints of #6B176C

#6B176C
(107,23,108)
#782C79
(120,44,121)
#854186
(133,65,134)
#925693
(146,86,147)
#9F6BA0
(159,107,160)
#AC80AD
(172,128,173)
#B995BA
(185,149,186)
#C6AAC7
(198,170,199)
#D3BFD4
(211,191,212)
#E0D4E1
(224,212,225)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B176C color. Also use rgb(107,23,108) instead hex code.

Text Font Color

.myTextColor { color: #6B176C; }

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

This text font color is #6B176C.

Background Color

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

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

This div background color is #6B176C.

Border color

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

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

This div border color is #6B176C.

Opacity

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

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

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

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

This text has shadow with #6B176C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B176C.

Preview

Color preview on black background

This text has color #6B176C on black background.


Color preview on white background

This text has color #6B176C on white background.


Black color preview on #6B176C background

This text has black color on #6B176C background.


White color preview on #6B176C background

This text has white color on #6B176C background.


Related colors

Complementary color

Complementary color for #hex is #94E893.


I love getcolorcode.com

Triadic colors

1 #6C6B17 and #176C6B with #6B176C are triadic colors.

2 #6C176B and #176B6C with #6B176C are triadic colors.