COLOR #6F5DA5

HEX: #6F5DA5 RGB: (111,93,165)

Color info

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

RGB color model

#6F5DA5 color RGB value is (111,93,165).

RGB: (111,93,165) (44%, 36%, 65%)

RGB channels and saturation

R 111 of 255 = 44%
G 93 of 255 = 36%
B 165 of 255 = 65%

111
93
165

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

Portions of RGB colors in percentages

R + G + B = 111 + 93 + 165 = 369 (100%)
R 111 of 369 ~ 30.08%
G 93 of 369 ~ 25.2%
B 165 of 369 ~ 44.72'%

%30.08
%25.2
%44.72

CMYK color model

#6F5DA5 color CMYK value is (33,44,0,35).

  • cyan value is 32.73%
  • magenta value is 43.64%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (33,44,0,35)
C33M44Y0K35 (33%, 44%, 0%, 35%)
(0.33 / 0.44 / 0.00 / 0.35)

CMYK percentages

%32.73
%43.64
%0
%35.29

Codes

Color #6F5DA5 in popluar color models

6F 5D A5
RGB 111 93 165
HSL 255° 28.57% 50.59%
HSB/HSV 255° 43.64% 64.71%
CMYK 32.73% 43.64% 0.00%
35.29%

Color #6F5DA5 in popluar number systems.

HEX 6F 5D A5
Decimal 111 93 165
Binary 1101111 1011101 10100101
Octal 157 135 245

Shades and tints

Shades of #6F5DA5

#6F5DA5
(111,93,165)
#655596
(101,85,150)
#5B4D87
(91,77,135)
#514578
(81,69,120)
#473D69
(71,61,105)
#3D355A
(61,53,90)
#332D4B
(51,45,75)
#29253C
(41,37,60)
#1F1D2D
(31,29,45)
#15151E
(21,21,30)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #6F5DA5

#6F5DA5
(111,93,165)
#7C6BAD
(124,107,173)
#8979B5
(137,121,181)
#9687BD
(150,135,189)
#A395C5
(163,149,197)
#B0A3CD
(176,163,205)
#BDB1D5
(189,177,213)
#CABFDD
(202,191,221)
#D7CDE5
(215,205,229)
#E4DBED
(228,219,237)
#F1E9F5
(241,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5DA5 color. Also use rgb(111,93,165) instead hex code.

Text Font Color

.myTextColor { color: #6F5DA5; }

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

This text font color is #6F5DA5.

Background Color

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

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

This div background color is #6F5DA5.

Border color

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

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

This div border color is #6F5DA5.

Opacity

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

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

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

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

This text has shadow with #6F5DA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5DA5.

Preview

Color preview on black background

This text has color #6F5DA5 on black background.


Color preview on white background

This text has color #6F5DA5 on white background.


Black color preview on #6F5DA5 background

This text has black color on #6F5DA5 background.


White color preview on #6F5DA5 background

This text has white color on #6F5DA5 background.


Related colors

Complementary color

Complementary color for #hex is #90A25A.


I love getcolorcode.com

Triadic colors

1 #A56F5D and #5DA56F with #6F5DA5 are triadic colors.

2 #A55D6F and #5D6FA5 with #6F5DA5 are triadic colors.