COLOR #6F5EAF

HEX: #6F5EAF RGB: (111,94,175)

Color info

#6F5EAF contains mainly blue color. Web safe color of #6F5EAF is #666699 (or #669).

RGB color model

#6F5EAF color RGB value is (111,94,175).

RGB: (111,94,175) (44%, 37%, 69%)

RGB channels and saturation

R 111 of 255 = 44%
G 94 of 255 = 37%
B 175 of 255 = 69%

111
94
175

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

Portions of RGB colors in percentages

R + G + B = 111 + 94 + 175 = 380 (100%)
R 111 of 380 ~ 29.21%
G 94 of 380 ~ 24.74%
B 175 of 380 ~ 46.05'%

%29.21
%24.74
%46.05

CMYK color model

#6F5EAF color CMYK value is (37,46,0,31).

  • cyan value is 36.57%
  • magenta value is 46.29%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (37,46,0,31)
C37M46Y0K31 (37%, 46%, 0%, 31%)
(0.37 / 0.46 / 0.00 / 0.31)

CMYK percentages

%36.57
%46.29
%0
%31.37

Codes

Color #6F5EAF in popluar color models

6F 5E AF
RGB 111 94 175
HSL 253° 33.61% 52.75%
HSB/HSV 253° 46.29% 68.63%
CMYK 36.57% 46.29% 0.00%
31.37%

Color #6F5EAF in popluar number systems.

HEX 6F 5E AF
Decimal 111 94 175
Binary 1101111 1011110 10101111
Octal 157 136 257

Shades and tints

Shades of #6F5EAF

#6F5EAF
(111,94,175)
#6556A0
(101,86,160)
#5B4E91
(91,78,145)
#514682
(81,70,130)
#473E73
(71,62,115)
#3D3664
(61,54,100)
#332E55
(51,46,85)
#292646
(41,38,70)
#1F1E37
(31,30,55)
#151628
(21,22,40)
#0B0E19
(11,14,25)
#000000
(0,0,0)

Tints of #6F5EAF

#6F5EAF
(111,94,175)
#7C6CB6
(124,108,182)
#897ABD
(137,122,189)
#9688C4
(150,136,196)
#A396CB
(163,150,203)
#B0A4D2
(176,164,210)
#BDB2D9
(189,178,217)
#CAC0E0
(202,192,224)
#D7CEE7
(215,206,231)
#E4DCEE
(228,220,238)
#F1EAF5
(241,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5EAF color. Also use rgb(111,94,175) instead hex code.

Text Font Color

.myTextColor { color: #6F5EAF; }

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

This text font color is #6F5EAF.

Background Color

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

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

This div background color is #6F5EAF.

Border color

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

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

This div border color is #6F5EAF.

Opacity

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

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

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

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

This text has shadow with #6F5EAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5EAF.

Preview

Color preview on black background

This text has color #6F5EAF on black background.


Color preview on white background

This text has color #6F5EAF on white background.


Black color preview on #6F5EAF background

This text has black color on #6F5EAF background.


White color preview on #6F5EAF background

This text has white color on #6F5EAF background.


Related colors

Complementary color

Complementary color for #hex is #90A150.


I love getcolorcode.com

Triadic colors

1 #AF6F5E and #5EAF6F with #6F5EAF are triadic colors.

2 #AF5E6F and #5E6FAF with #6F5EAF are triadic colors.