COLOR #6F4166

HEX: #6F4166 RGB: (111,65,102)

Color info

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

RGB color model

#6F4166 color RGB value is (111,65,102).

RGB: (111,65,102) (44%, 25%, 40%)

RGB channels and saturation

R 111 of 255 = 44%
G 65 of 255 = 25%
B 102 of 255 = 40%

111
65
102

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

Portions of RGB colors in percentages

R + G + B = 111 + 65 + 102 = 278 (100%)
R 111 of 278 ~ 39.93%
G 65 of 278 ~ 23.38%
B 102 of 278 ~ 36.69'%

%39.93
%23.38
%36.69

CMYK color model

#6F4166 color CMYK value is (0,41,8,56).

  • cyan value is 0.00%
  • magenta value is 41.44%
  • yellow value is 8.11%
  • key color value is 56.47%

CMYK: (0,41,8,56)
C0M41Y8K56 (0%, 41%, 8%, 56%)
(0.00 / 0.41 / 0.08 / 0.56)

CMYK percentages

%0
%41.44
%8.11
%56.47

Codes

Color #6F4166 in popluar color models

6F 41 66
RGB 111 65 102
HSL 312° 26.14% 34.51%
HSB/HSV 312° 41.44% 43.53%
CMYK 0.00% 41.44% 8.11%
56.47%

Color #6F4166 in popluar number systems.

HEX 6F 41 66
Decimal 111 65 102
Binary 1101111 1000001 1100110
Octal 157 101 146

Shades and tints

Shades of #6F4166

#6F4166
(111,65,102)
#653C5D
(101,60,93)
#5B3754
(91,55,84)
#51324B
(81,50,75)
#472D42
(71,45,66)
#3D2839
(61,40,57)
#332330
(51,35,48)
#291E27
(41,30,39)
#1F191E
(31,25,30)
#151415
(21,20,21)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #6F4166

#6F4166
(111,65,102)
#7C5273
(124,82,115)
#896380
(137,99,128)
#96748D
(150,116,141)
#A3859A
(163,133,154)
#B096A7
(176,150,167)
#BDA7B4
(189,167,180)
#CAB8C1
(202,184,193)
#D7C9CE
(215,201,206)
#E4DADB
(228,218,219)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4166; }

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

This text font color is #6F4166.

Background Color

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

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

This div background color is #6F4166.

Border color

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

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

This div border color is #6F4166.

Opacity

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

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

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

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

This text has shadow with #6F4166 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F4166.

Preview

Color preview on black background

This text has color #6F4166 on black background.


Color preview on white background

This text has color #6F4166 on white background.


Black color preview on #6F4166 background

This text has black color on #6F4166 background.


White color preview on #6F4166 background

This text has white color on #6F4166 background.


Related colors

Complementary color

Complementary color for #hex is #90BE99.


I love getcolorcode.com

Triadic colors

1 #666F41 and #41666F with #6F4166 are triadic colors.

2 #66416F and #416F66 with #6F4166 are triadic colors.