COLOR #6B416F

HEX: #6B416F RGB: (107,65,111)

Color info

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

RGB color model

#6B416F color RGB value is (107,65,111).

RGB: (107,65,111) (42%, 25%, 44%)

RGB channels and saturation

R 107 of 255 = 42%
G 65 of 255 = 25%
B 111 of 255 = 44%

107
65
111

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

Portions of RGB colors in percentages

R + G + B = 107 + 65 + 111 = 283 (100%)
R 107 of 283 ~ 37.81%
G 65 of 283 ~ 22.97%
B 111 of 283 ~ 39.22'%

%37.81
%22.97
%39.22

CMYK color model

#6B416F color CMYK value is (4,41,0,56).

  • cyan value is 3.60%
  • magenta value is 41.44%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (4,41,0,56) C4M41Y0K56 (4%,41%,0%,56%) (0.04/0.41/0.00/0.56) 

CMYK percentages

%3.6
%41.44
%0
%56.47

Codes

Color #6B416F in popluar color models

6B 41 6F
RGB 107 65 111
HSL 295° 26.14% 34.51%
HSB/HSV 295° 41.44% 43.53%
CMYK 3.60% 41.44% 0.00%
56.47%

Color #6B416F in popluar number systems.

HEX 6B 41 6F
Decimal 107 65 111
Binary 1101011 1000001 1101111
Octal 153 101 157

Shades and tints

Shades of #6B416F

#6B416F
(107,65,111)
#623C65
(98,60,101)
#59375B
(89,55,91)
#503251
(80,50,81)
#472D47
(71,45,71)
#3E283D
(62,40,61)
#352333
(53,35,51)
#2C1E29
(44,30,41)
#23191F
(35,25,31)
#1A1415
(26,20,21)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #6B416F

#6B416F
(107,65,111)
#78527C
(120,82,124)
#856389
(133,99,137)
#927496
(146,116,150)
#9F85A3
(159,133,163)
#AC96B0
(172,150,176)
#B9A7BD
(185,167,189)
#C6B8CA
(198,184,202)
#D3C9D7
(211,201,215)
#E0DAE4
(224,218,228)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B416F color. Also use rgb(107,65,111) instead hex code.

Text Font Color

.myTextColor { color: #6B416F; }

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

This text font color is #6B416F.

Background Color

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

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

This div background color is #6B416F.

Border color

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

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

This div border color is #6B416F.

Opacity

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

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

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

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

This text has shadow with #6B416F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B416F.

Preview

Color preview on black background

This text has color #6B416F on black background.


Color preview on white background

This text has color #6B416F on white background.


Black color preview on #6B416F background

This text has black color on #6B416F background.


White color preview on #6B416F background

This text has white color on #6B416F background.


Related colors

Complementary color

Complementary color for #hex is #94BE90.


I love getcolorcode.com

Triadic colors

1 #6F6B41 and #416F6B with #6B416F are triadic colors.

2 #6F416B and #416B6F with #6B416F are triadic colors.