COLOR #6F6183

HEX: #6F6183 RGB: (111,97,131)

Color info

#6F6183 contains red, green and blue colors in about the same proportion. Web safe color of #6F6183 is #666699 (or #669).

RGB color model

#6F6183 color RGB value is (111,97,131).

RGB: (111,97,131) (44%, 38%, 51%)

RGB channels and saturation

R 111 of 255 = 44%
G 97 of 255 = 38%
B 131 of 255 = 51%

111
97
131

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

Portions of RGB colors in percentages

R + G + B = 111 + 97 + 131 = 339 (100%)
R 111 of 339 ~ 32.74%
G 97 of 339 ~ 28.61%
B 131 of 339 ~ 38.64'%

%32.74
%28.61
%38.64

CMYK color model

#6F6183 color CMYK value is (15,26,0,49).

  • cyan value is 15.27%
  • magenta value is 25.95%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK: (15,26,0,49) C15M26Y0K49 (15%,26%,0%,49%) (0.15/0.26/0.00/0.49) 

CMYK percentages

%15.27
%25.95
%0
%48.63

Codes

Color #6F6183 in popluar color models

6F 61 83
RGB 111 97 131
HSL 265° 14.91% 44.71%
HSB/HSV 265° 25.95% 51.37%
CMYK 15.27% 25.95% 0.00%
48.63%

Color #6F6183 in popluar number systems.

HEX 6F 61 83
Decimal 111 97 131
Binary 1101111 1100001 10000011
Octal 157 141 203

Shades and tints

Shades of #6F6183

#6F6183
(111,97,131)
#655978
(101,89,120)
#5B516D
(91,81,109)
#514962
(81,73,98)
#474157
(71,65,87)
#3D394C
(61,57,76)
#333141
(51,49,65)
#292936
(41,41,54)
#1F212B
(31,33,43)
#151920
(21,25,32)
#0B1115
(11,17,21)
#000000
(0,0,0)

Tints of #6F6183

#6F6183
(111,97,131)
#7C6F8E
(124,111,142)
#897D99
(137,125,153)
#968BA4
(150,139,164)
#A399AF
(163,153,175)
#B0A7BA
(176,167,186)
#BDB5C5
(189,181,197)
#CAC3D0
(202,195,208)
#D7D1DB
(215,209,219)
#E4DFE6
(228,223,230)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6183 color. Also use rgb(111,97,131) instead hex code.

Text Font Color

.myTextColor { color: #6F6183; }

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

This text font color is #6F6183.

Background Color

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

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

This div background color is #6F6183.

Border color

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

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

This div border color is #6F6183.

Opacity

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

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

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

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

This text has shadow with #6F6183 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6183.

Preview

Color preview on black background

This text has color #6F6183 on black background.


Color preview on white background

This text has color #6F6183 on white background.


Black color preview on #6F6183 background

This text has black color on #6F6183 background.


White color preview on #6F6183 background

This text has white color on #6F6183 background.


Related colors

Complementary color

Complementary color for #hex is #909E7C.


I love getcolorcode.com

Triadic colors

1 #836F61 and #61836F with #6F6183 are triadic colors.

2 #83616F and #616F83 with #6F6183 are triadic colors.