COLOR #6F5CA6

HEX: #6F5CA6 RGB: (111,92,166)

Color info

#6F5CA6 contains mainly red and blue colors. Web safe color of #6F5CA6 is #666699 (or #669).

RGB color model

#6F5CA6 color RGB value is (111,92,166).

RGB: (111,92,166) (44%, 36%, 65%)

RGB channels and saturation

R 111 of 255 = 44%
G 92 of 255 = 36%
B 166 of 255 = 65%

111
92
166

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

Portions of RGB colors in percentages

R + G + B = 111 + 92 + 166 = 369 (100%)
R 111 of 369 ~ 30.08%
G 92 of 369 ~ 24.93%
B 166 of 369 ~ 44.99'%

%30.08
%24.93
%44.99

CMYK color model

#6F5CA6 color CMYK value is (33,45,0,35).

  • cyan value is 33.13%
  • magenta value is 44.58%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (33,45,0,35)
C33M45Y0K35 (33%, 45%, 0%, 35%)
(0.33 / 0.45 / 0.00 / 0.35)

CMYK percentages

%33.13
%44.58
%0
%34.9

Codes

Color #6F5CA6 in popluar color models

6F 5C A6
RGB 111 92 166
HSL 255° 29.37% 50.59%
HSB/HSV 255° 44.58% 65.10%
CMYK 33.13% 44.58% 0.00%
34.90%

Color #6F5CA6 in popluar number systems.

HEX 6F 5C A6
Decimal 111 92 166
Binary 1101111 1011100 10100110
Octal 157 134 246

Shades and tints

Shades of #6F5CA6

#6F5CA6
(111,92,166)
#655497
(101,84,151)
#5B4C88
(91,76,136)
#514479
(81,68,121)
#473C6A
(71,60,106)
#3D345B
(61,52,91)
#332C4C
(51,44,76)
#29243D
(41,36,61)
#1F1C2E
(31,28,46)
#15141F
(21,20,31)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #6F5CA6

#6F5CA6
(111,92,166)
#7C6AAE
(124,106,174)
#8978B6
(137,120,182)
#9686BE
(150,134,190)
#A394C6
(163,148,198)
#B0A2CE
(176,162,206)
#BDB0D6
(189,176,214)
#CABEDE
(202,190,222)
#D7CCE6
(215,204,230)
#E4DAEE
(228,218,238)
#F1E8F6
(241,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5CA6 color. Also use rgb(111,92,166) instead hex code.

Text Font Color

.myTextColor { color: #6F5CA6; }

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

This text font color is #6F5CA6.

Background Color

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

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

This div background color is #6F5CA6.

Border color

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

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

This div border color is #6F5CA6.

Opacity

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

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

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

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

This text has shadow with #6F5CA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5CA6.

Preview

Color preview on black background

This text has color #6F5CA6 on black background.


Color preview on white background

This text has color #6F5CA6 on white background.


Black color preview on #6F5CA6 background

This text has black color on #6F5CA6 background.


White color preview on #6F5CA6 background

This text has white color on #6F5CA6 background.


Related colors

Complementary color

Complementary color for #hex is #90A359.


I love getcolorcode.com

Triadic colors

1 #A66F5C and #5CA66F with #6F5CA6 are triadic colors.

2 #A65C6F and #5C6FA6 with #6F5CA6 are triadic colors.