COLOR #6F6B8E

HEX: #6F6B8E RGB: (111,107,142)

Color info

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

RGB color model

#6F6B8E color RGB value is (111,107,142).

RGB: (111,107,142) (44%, 42%, 56%)

RGB channels and saturation

R 111 of 255 = 44%
G 107 of 255 = 42%
B 142 of 255 = 56%

111
107
142

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

Portions of RGB colors in percentages

R + G + B = 111 + 107 + 142 = 360 (100%)
R 111 of 360 ~ 30.83%
G 107 of 360 ~ 29.72%
B 142 of 360 ~ 39.44'%

%30.83
%29.72
%39.44

CMYK color model

#6F6B8E color CMYK value is (22,25,0,44).

  • cyan value is 21.83%
  • magenta value is 24.65%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (22,25,0,44)
C22M25Y0K44 (22%, 25%, 0%, 44%)
(0.22 / 0.25 / 0.00 / 0.44)

CMYK percentages

%21.83
%24.65
%0
%44.31

Codes

Color #6F6B8E in popluar color models

6F 6B 8E
RGB 111 107 142
HSL 247° 14.06% 48.82%
HSB/HSV 247° 24.65% 55.69%
CMYK 21.83% 24.65% 0.00%
44.31%

Color #6F6B8E in popluar number systems.

HEX 6F 6B 8E
Decimal 111 107 142
Binary 1101111 1101011 10001110
Octal 157 153 216

Shades and tints

Shades of #6F6B8E

#6F6B8E
(111,107,142)
#656282
(101,98,130)
#5B5976
(91,89,118)
#51506A
(81,80,106)
#47475E
(71,71,94)
#3D3E52
(61,62,82)
#333546
(51,53,70)
#292C3A
(41,44,58)
#1F232E
(31,35,46)
#151A22
(21,26,34)
#0B1116
(11,17,22)
#000000
(0,0,0)

Tints of #6F6B8E

#6F6B8E
(111,107,142)
#7C7898
(124,120,152)
#8985A2
(137,133,162)
#9692AC
(150,146,172)
#A39FB6
(163,159,182)
#B0ACC0
(176,172,192)
#BDB9CA
(189,185,202)
#CAC6D4
(202,198,212)
#D7D3DE
(215,211,222)
#E4E0E8
(228,224,232)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6B8E color. Also use rgb(111,107,142) instead hex code.

Text Font Color

.myTextColor { color: #6F6B8E; }

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

This text font color is #6F6B8E.

Background Color

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

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

This div background color is #6F6B8E.

Border color

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

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

This div border color is #6F6B8E.

Opacity

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

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

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

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

This text has shadow with #6F6B8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6B8E.

Preview

Color preview on black background

This text has color #6F6B8E on black background.


Color preview on white background

This text has color #6F6B8E on white background.


Black color preview on #6F6B8E background

This text has black color on #6F6B8E background.


White color preview on #6F6B8E background

This text has white color on #6F6B8E background.


Related colors

Complementary color

Complementary color for #hex is #909471.


I love getcolorcode.com

Triadic colors

1 #8E6F6B and #6B8E6F with #6F6B8E are triadic colors.

2 #8E6B6F and #6B6F8E with #6F6B8E are triadic colors.