COLOR #6F6A8F

HEX: #6F6A8F RGB: (111,106,143)

Color info

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

RGB color model

#6F6A8F color RGB value is (111,106,143).

RGB: (111,106,143) (44%, 42%, 56%)

RGB channels and saturation

R 111 of 255 = 44%
G 106 of 255 = 42%
B 143 of 255 = 56%

111
106
143

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

Portions of RGB colors in percentages

R + G + B = 111 + 106 + 143 = 360 (100%)
R 111 of 360 ~ 30.83%
G 106 of 360 ~ 29.44%
B 143 of 360 ~ 39.72'%

%30.83
%29.44
%39.72

CMYK color model

#6F6A8F color CMYK value is (22,26,0,44).

  • cyan value is 22.38%
  • magenta value is 25.87%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (22,26,0,44)
C22M26Y0K44 (22%, 26%, 0%, 44%)
(0.22 / 0.26 / 0.00 / 0.44)

CMYK percentages

%22.38
%25.87
%0
%43.92

Codes

Color #6F6A8F in popluar color models

6F 6A 8F
RGB 111 106 143
HSL 248° 14.86% 48.82%
HSB/HSV 248° 25.87% 56.08%
CMYK 22.38% 25.87% 0.00%
43.92%

Color #6F6A8F in popluar number systems.

HEX 6F 6A 8F
Decimal 111 106 143
Binary 1101111 1101010 10001111
Octal 157 152 217

Shades and tints

Shades of #6F6A8F

#6F6A8F
(111,106,143)
#656182
(101,97,130)
#5B5875
(91,88,117)
#514F68
(81,79,104)
#47465B
(71,70,91)
#3D3D4E
(61,61,78)
#333441
(51,52,65)
#292B34
(41,43,52)
#1F2227
(31,34,39)
#15191A
(21,25,26)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #6F6A8F

#6F6A8F
(111,106,143)
#7C7799
(124,119,153)
#8984A3
(137,132,163)
#9691AD
(150,145,173)
#A39EB7
(163,158,183)
#B0ABC1
(176,171,193)
#BDB8CB
(189,184,203)
#CAC5D5
(202,197,213)
#D7D2DF
(215,210,223)
#E4DFE9
(228,223,233)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6A8F color. Also use rgb(111,106,143) instead hex code.

Text Font Color

.myTextColor { color: #6F6A8F; }

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

This text font color is #6F6A8F.

Background Color

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

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

This div background color is #6F6A8F.

Border color

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

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

This div border color is #6F6A8F.

Opacity

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

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

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

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

This text has shadow with #6F6A8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6A8F.

Preview

Color preview on black background

This text has color #6F6A8F on black background.


Color preview on white background

This text has color #6F6A8F on white background.


Black color preview on #6F6A8F background

This text has black color on #6F6A8F background.


White color preview on #6F6A8F background

This text has white color on #6F6A8F background.


Related colors

Complementary color

Complementary color for #hex is #909570.


I love getcolorcode.com

Triadic colors

1 #8F6F6A and #6A8F6F with #6F6A8F are triadic colors.

2 #8F6A6F and #6A6F8F with #6F6A8F are triadic colors.