COLOR #6F6087

HEX: #6F6087 RGB: (111,96,135)

Color info

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

RGB color model

#6F6087 color RGB value is (111,96,135).

RGB: (111,96,135) (44%, 38%, 53%)

RGB channels and saturation

R 111 of 255 = 44%
G 96 of 255 = 38%
B 135 of 255 = 53%

111
96
135

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

Portions of RGB colors in percentages

R + G + B = 111 + 96 + 135 = 342 (100%)
R 111 of 342 ~ 32.46%
G 96 of 342 ~ 28.07%
B 135 of 342 ~ 39.47'%

%32.46
%28.07
%39.47

CMYK color model

#6F6087 color CMYK value is (18,29,0,47).

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

CMYK: (18,29,0,47)
C18M29Y0K47 (18%, 29%, 0%, 47%)
(0.18 / 0.29 / 0.00 / 0.47)

CMYK percentages

%17.78
%28.89
%0
%47.06

Codes

Color #6F6087 in popluar color models

6F 60 87
RGB 111 96 135
HSL 263° 16.88% 45.29%
HSB/HSV 263° 28.89% 52.94%
CMYK 17.78% 28.89% 0.00%
47.06%

Color #6F6087 in popluar number systems.

HEX 6F 60 87
Decimal 111 96 135
Binary 1101111 1100000 10000111
Octal 157 140 207

Shades and tints

Shades of #6F6087

#6F6087
(111,96,135)
#65587B
(101,88,123)
#5B506F
(91,80,111)
#514863
(81,72,99)
#474057
(71,64,87)
#3D384B
(61,56,75)
#33303F
(51,48,63)
#292833
(41,40,51)
#1F2027
(31,32,39)
#15181B
(21,24,27)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #6F6087

#6F6087
(111,96,135)
#7C6E91
(124,110,145)
#897C9B
(137,124,155)
#968AA5
(150,138,165)
#A398AF
(163,152,175)
#B0A6B9
(176,166,185)
#BDB4C3
(189,180,195)
#CAC2CD
(202,194,205)
#D7D0D7
(215,208,215)
#E4DEE1
(228,222,225)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6087; }

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

This text font color is #6F6087.

Background Color

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

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

This div background color is #6F6087.

Border color

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

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

This div border color is #6F6087.

Opacity

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

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

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

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

This text has shadow with #6F6087 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6087.

Preview

Color preview on black background

This text has color #6F6087 on black background.


Color preview on white background

This text has color #6F6087 on white background.


Black color preview on #6F6087 background

This text has black color on #6F6087 background.


White color preview on #6F6087 background

This text has white color on #6F6087 background.


Related colors

Complementary color

Complementary color for #hex is #909F78.


I love getcolorcode.com

Triadic colors

1 #876F60 and #60876F with #6F6087 are triadic colors.

2 #87606F and #606F87 with #6F6087 are triadic colors.