COLOR #6F538C

HEX: #6F538C RGB: (111,83,140)

Color info

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

RGB color model

#6F538C color RGB value is (111,83,140).

RGB: (111,83,140) (44%, 33%, 55%)

RGB channels and saturation

R 111 of 255 = 44%
G 83 of 255 = 33%
B 140 of 255 = 55%

111
83
140

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

Portions of RGB colors in percentages

R + G + B = 111 + 83 + 140 = 334 (100%)
R 111 of 334 ~ 33.23%
G 83 of 334 ~ 24.85%
B 140 of 334 ~ 41.92'%

%33.23
%24.85
%41.92

CMYK color model

#6F538C color CMYK value is (21,41,0,45).

  • cyan value is 20.71%
  • magenta value is 40.71%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (21,41,0,45)
C21M41Y0K45 (21%, 41%, 0%, 45%)
(0.21 / 0.41 / 0.00 / 0.45)

CMYK percentages

%20.71
%40.71
%0
%45.1

Codes

Color #6F538C in popluar color models

6F 53 8C
RGB 111 83 140
HSL 269° 25.56% 43.73%
HSB/HSV 269° 40.71% 54.90%
CMYK 20.71% 40.71% 0.00%
45.10%

Color #6F538C in popluar number systems.

HEX 6F 53 8C
Decimal 111 83 140
Binary 1101111 1010011 10001100
Octal 157 123 214

Shades and tints

Shades of #6F538C

#6F538C
(111,83,140)
#654C80
(101,76,128)
#5B4574
(91,69,116)
#513E68
(81,62,104)
#47375C
(71,55,92)
#3D3050
(61,48,80)
#332944
(51,41,68)
#292238
(41,34,56)
#1F1B2C
(31,27,44)
#151420
(21,20,32)
#0B0D14
(11,13,20)
#000000
(0,0,0)

Tints of #6F538C

#6F538C
(111,83,140)
#7C6296
(124,98,150)
#8971A0
(137,113,160)
#9680AA
(150,128,170)
#A38FB4
(163,143,180)
#B09EBE
(176,158,190)
#BDADC8
(189,173,200)
#CABCD2
(202,188,210)
#D7CBDC
(215,203,220)
#E4DAE6
(228,218,230)
#F1E9F0
(241,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F538C; }

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

This text font color is #6F538C.

Background Color

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

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

This div background color is #6F538C.

Border color

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

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

This div border color is #6F538C.

Opacity

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

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

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

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

This text has shadow with #6F538C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F538C.

Preview

Color preview on black background

This text has color #6F538C on black background.


Color preview on white background

This text has color #6F538C on white background.


Black color preview on #6F538C background

This text has black color on #6F538C background.


White color preview on #6F538C background

This text has white color on #6F538C background.


Related colors

Complementary color

Complementary color for #hex is #90AC73.


I love getcolorcode.com

Triadic colors

1 #8C6F53 and #538C6F with #6F538C are triadic colors.

2 #8C536F and #536F8C with #6F538C are triadic colors.