COLOR #6F6887

HEX: #6F6887 RGB: (111,104,135)

Color info

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

RGB color model

#6F6887 color RGB value is (111,104,135).

RGB: (111,104,135) (44%, 41%, 53%)

RGB channels and saturation

R 111 of 255 = 44%
G 104 of 255 = 41%
B 135 of 255 = 53%

111
104
135

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

Portions of RGB colors in percentages

R + G + B = 111 + 104 + 135 = 350 (100%)
R 111 of 350 ~ 31.71%
G 104 of 350 ~ 29.71%
B 135 of 350 ~ 38.57'%

%31.71
%29.71
%38.57

CMYK color model

#6F6887 color CMYK value is (18,23,0,47).

  • cyan value is 17.78%
  • magenta value is 22.96%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (18,23,0,47)
C18M23Y0K47 (18%, 23%, 0%, 47%)
(0.18 / 0.23 / 0.00 / 0.47)

CMYK percentages

%17.78
%22.96
%0
%47.06

Codes

Color #6F6887 in popluar color models

6F 68 87
RGB 111 104 135
HSL 254° 12.97% 46.86%
HSB/HSV 254° 22.96% 52.94%
CMYK 17.78% 22.96% 0.00%
47.06%

Color #6F6887 in popluar number systems.

HEX 6F 68 87
Decimal 111 104 135
Binary 1101111 1101000 10000111
Octal 157 150 207

Shades and tints

Shades of #6F6887

#6F6887
(111,104,135)
#655F7B
(101,95,123)
#5B566F
(91,86,111)
#514D63
(81,77,99)
#474457
(71,68,87)
#3D3B4B
(61,59,75)
#33323F
(51,50,63)
#292933
(41,41,51)
#1F2027
(31,32,39)
#15171B
(21,23,27)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #6F6887

#6F6887
(111,104,135)
#7C7591
(124,117,145)
#89829B
(137,130,155)
#968FA5
(150,143,165)
#A39CAF
(163,156,175)
#B0A9B9
(176,169,185)
#BDB6C3
(189,182,195)
#CAC3CD
(202,195,205)
#D7D0D7
(215,208,215)
#E4DDE1
(228,221,225)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6887 color. Also use rgb(111,104,135) instead hex code.

Text Font Color

.myTextColor { color: #6F6887; }

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

This text font color is #6F6887.

Background Color

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

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

This div background color is #6F6887.

Border color

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

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

This div border color is #6F6887.

Opacity

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

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

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

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

This text has shadow with #6F6887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6887.

Preview

Color preview on black background

This text has color #6F6887 on black background.


Color preview on white background

This text has color #6F6887 on white background.


Black color preview on #6F6887 background

This text has black color on #6F6887 background.


White color preview on #6F6887 background

This text has white color on #6F6887 background.


Related colors

Complementary color

Complementary color for #hex is #909778.


I love getcolorcode.com

Triadic colors

1 #876F68 and #68876F with #6F6887 are triadic colors.

2 #87686F and #686F87 with #6F6887 are triadic colors.