COLOR #6F5382

HEX: #6F5382 RGB: (111,83,130)

Color info

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

RGB color model

#6F5382 color RGB value is (111,83,130).

RGB: (111,83,130) (44%, 33%, 51%)

RGB channels and saturation

R 111 of 255 = 44%
G 83 of 255 = 33%
B 130 of 255 = 51%

111
83
130

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

Portions of RGB colors in percentages

R + G + B = 111 + 83 + 130 = 324 (100%)
R 111 of 324 ~ 34.26%
G 83 of 324 ~ 25.62%
B 130 of 324 ~ 40.12'%

%34.26
%25.62
%40.12

CMYK color model

#6F5382 color CMYK value is (15,36,0,49).

  • cyan value is 14.62%
  • magenta value is 36.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK: (15,36,0,49) C15M36Y0K49 (15%,36%,0%,49%) (0.15/0.36/0.00/0.49) 

CMYK percentages

%14.62
%36.15
%0
%49.02

Codes

Color #6F5382 in popluar color models

6F 53 82
RGB 111 83 130
HSL 276° 22.07% 41.76%
HSB/HSV 276° 36.15% 50.98%
CMYK 14.62% 36.15% 0.00%
49.02%

Color #6F5382 in popluar number systems.

HEX 6F 53 82
Decimal 111 83 130
Binary 1101111 1010011 10000010
Octal 157 123 202

Shades and tints

Shades of #6F5382

#6F5382
(111,83,130)
#654C77
(101,76,119)
#5B456C
(91,69,108)
#513E61
(81,62,97)
#473756
(71,55,86)
#3D304B
(61,48,75)
#332940
(51,41,64)
#292235
(41,34,53)
#1F1B2A
(31,27,42)
#15141F
(21,20,31)
#0B0D14
(11,13,20)
#000000
(0,0,0)

Tints of #6F5382

#6F5382
(111,83,130)
#7C628D
(124,98,141)
#897198
(137,113,152)
#9680A3
(150,128,163)
#A38FAE
(163,143,174)
#B09EB9
(176,158,185)
#BDADC4
(189,173,196)
#CABCCF
(202,188,207)
#D7CBDA
(215,203,218)
#E4DAE5
(228,218,229)
#F1E9F0
(241,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5382 color. Also use rgb(111,83,130) instead hex code.

Text Font Color

.myTextColor { color: #6F5382; }

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

This text font color is #6F5382.

Background Color

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

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

This div background color is #6F5382.

Border color

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

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

This div border color is #6F5382.

Opacity

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

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

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

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

This text has shadow with #6F5382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5382.

Preview

Color preview on black background

This text has color #6F5382 on black background.


Color preview on white background

This text has color #6F5382 on white background.


Black color preview on #6F5382 background

This text has black color on #6F5382 background.


White color preview on #6F5382 background

This text has white color on #6F5382 background.


Related colors

Complementary color

Complementary color for #hex is #90AC7D.


I love getcolorcode.com

Triadic colors

1 #826F53 and #53826F with #6F5382 are triadic colors.

2 #82536F and #536F82 with #6F5382 are triadic colors.