COLOR #6F5688

HEX: #6F5688 RGB: (111,86,136)

Color info

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

RGB color model

#6F5688 color RGB value is (111,86,136).

RGB: (111,86,136) (44%, 34%, 53%)

RGB channels and saturation

R 111 of 255 = 44%
G 86 of 255 = 34%
B 136 of 255 = 53%

111
86
136

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

Portions of RGB colors in percentages

R + G + B = 111 + 86 + 136 = 333 (100%)
R 111 of 333 ~ 33.33%
G 86 of 333 ~ 25.83%
B 136 of 333 ~ 40.84'%

%33.33
%25.83
%40.84

CMYK color model

#6F5688 color CMYK value is (18,37,0,47).

  • cyan value is 18.38%
  • magenta value is 36.76%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (18,37,0,47)
C18M37Y0K47 (18%, 37%, 0%, 47%)
(0.18 / 0.37 / 0.00 / 0.47)

CMYK percentages

%18.38
%36.76
%0
%46.67

Codes

Color #6F5688 in popluar color models

6F 56 88
RGB 111 86 136
HSL 270° 22.52% 43.53%
HSB/HSV 270° 36.76% 53.33%
CMYK 18.38% 36.76% 0.00%
46.67%

Color #6F5688 in popluar number systems.

HEX 6F 56 88
Decimal 111 86 136
Binary 1101111 1010110 10001000
Octal 157 126 210

Shades and tints

Shades of #6F5688

#6F5688
(111,86,136)
#654F7C
(101,79,124)
#5B4870
(91,72,112)
#514164
(81,65,100)
#473A58
(71,58,88)
#3D334C
(61,51,76)
#332C40
(51,44,64)
#292534
(41,37,52)
#1F1E28
(31,30,40)
#15171C
(21,23,28)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #6F5688

#6F5688
(111,86,136)
#7C6592
(124,101,146)
#89749C
(137,116,156)
#9683A6
(150,131,166)
#A392B0
(163,146,176)
#B0A1BA
(176,161,186)
#BDB0C4
(189,176,196)
#CABFCE
(202,191,206)
#D7CED8
(215,206,216)
#E4DDE2
(228,221,226)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5688; }

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

This text font color is #6F5688.

Background Color

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

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

This div background color is #6F5688.

Border color

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

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

This div border color is #6F5688.

Opacity

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

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

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

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

This text has shadow with #6F5688 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5688.

Preview

Color preview on black background

This text has color #6F5688 on black background.


Color preview on white background

This text has color #6F5688 on white background.


Black color preview on #6F5688 background

This text has black color on #6F5688 background.


White color preview on #6F5688 background

This text has white color on #6F5688 background.


Related colors

Complementary color

Complementary color for #hex is #90A977.


I love getcolorcode.com

Triadic colors

1 #886F56 and #56886F with #6F5688 are triadic colors.

2 #88566F and #566F88 with #6F5688 are triadic colors.