COLOR #6F568C

HEX: #6F568C RGB: (111,86,140)

Color info

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

RGB color model

#6F568C color RGB value is (111,86,140).

RGB: (111,86,140) (44%, 34%, 55%)

RGB channels and saturation

R 111 of 255 = 44%
G 86 of 255 = 34%
B 140 of 255 = 55%

111
86
140

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

Portions of RGB colors in percentages

R + G + B = 111 + 86 + 140 = 337 (100%)
R 111 of 337 ~ 32.94%
G 86 of 337 ~ 25.52%
B 140 of 337 ~ 41.54'%

%32.94
%25.52
%41.54

CMYK color model

#6F568C color CMYK value is (21,39,0,45).

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

CMYK: (21,39,0,45)
C21M39Y0K45 (21%, 39%, 0%, 45%)
(0.21 / 0.39 / 0.00 / 0.45)

CMYK percentages

%20.71
%38.57
%0
%45.1

Codes

Color #6F568C in popluar color models

6F 56 8C
RGB 111 86 140
HSL 268° 23.89% 44.31%
HSB/HSV 268° 38.57% 54.90%
CMYK 20.71% 38.57% 0.00%
45.10%

Color #6F568C in popluar number systems.

HEX 6F 56 8C
Decimal 111 86 140
Binary 1101111 1010110 10001100
Octal 157 126 214

Shades and tints

Shades of #6F568C

#6F568C
(111,86,140)
#654F80
(101,79,128)
#5B4874
(91,72,116)
#514168
(81,65,104)
#473A5C
(71,58,92)
#3D3350
(61,51,80)
#332C44
(51,44,68)
#292538
(41,37,56)
#1F1E2C
(31,30,44)
#151720
(21,23,32)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #6F568C

#6F568C
(111,86,140)
#7C6596
(124,101,150)
#8974A0
(137,116,160)
#9683AA
(150,131,170)
#A392B4
(163,146,180)
#B0A1BE
(176,161,190)
#BDB0C8
(189,176,200)
#CABFD2
(202,191,210)
#D7CEDC
(215,206,220)
#E4DDE6
(228,221,230)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F568C; }

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

This text font color is #6F568C.

Background Color

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

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

This div background color is #6F568C.

Border color

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

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

This div border color is #6F568C.

Opacity

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

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

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

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

This text has shadow with #6F568C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F568C.

Preview

Color preview on black background

This text has color #6F568C on black background.


Color preview on white background

This text has color #6F568C on white background.


Black color preview on #6F568C background

This text has black color on #6F568C background.


White color preview on #6F568C background

This text has white color on #6F568C background.


Related colors

Complementary color

Complementary color for #hex is #90A973.


I love getcolorcode.com

Triadic colors

1 #8C6F56 and #568C6F with #6F568C are triadic colors.

2 #8C566F and #566F8C with #6F568C are triadic colors.