COLOR #6F6A7E

HEX: #6F6A7E RGB: (111,106,126)

Color info

#6F6A7E contains red, green and blue colors in about the same proportion. Web safe color of #6F6A7E is #666666 (or #666).

RGB color model

#6F6A7E color RGB value is (111,106,126).

RGB: (111,106,126) (44%, 42%, 49%)

RGB channels and saturation

R 111 of 255 = 44%
G 106 of 255 = 42%
B 126 of 255 = 49%

111
106
126

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

Portions of RGB colors in percentages

R + G + B = 111 + 106 + 126 = 343 (100%)
R 111 of 343 ~ 32.36%
G 106 of 343 ~ 30.9%
B 126 of 343 ~ 36.73'%

%32.36
%30.9
%36.73

CMYK color model

#6F6A7E color CMYK value is (12,16,0,51).

  • cyan value is 11.90%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (12,16,0,51)
C12M16Y0K51 (12%, 16%, 0%, 51%)
(0.12 / 0.16 / 0.00 / 0.51)

CMYK percentages

%11.9
%15.87
%0
%50.59

Codes

Color #6F6A7E in popluar color models

6F 6A 7E
RGB 111 106 126
HSL 255° 8.62% 45.49%
HSB/HSV 255° 15.87% 49.41%
CMYK 11.90% 15.87% 0.00%
50.59%

Color #6F6A7E in popluar number systems.

HEX 6F 6A 7E
Decimal 111 106 126
Binary 1101111 1101010 1111110
Octal 157 152 176

Shades and tints

Shades of #6F6A7E

#6F6A7E
(111,106,126)
#656173
(101,97,115)
#5B5868
(91,88,104)
#514F5D
(81,79,93)
#474652
(71,70,82)
#3D3D47
(61,61,71)
#33343C
(51,52,60)
#292B31
(41,43,49)
#1F2226
(31,34,38)
#15191B
(21,25,27)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #6F6A7E

#6F6A7E
(111,106,126)
#7C7789
(124,119,137)
#898494
(137,132,148)
#96919F
(150,145,159)
#A39EAA
(163,158,170)
#B0ABB5
(176,171,181)
#BDB8C0
(189,184,192)
#CAC5CB
(202,197,203)
#D7D2D6
(215,210,214)
#E4DFE1
(228,223,225)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6A7E; }

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

This text font color is #6F6A7E.

Background Color

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

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

This div background color is #6F6A7E.

Border color

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

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

This div border color is #6F6A7E.

Opacity

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

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

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

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

This text has shadow with #6F6A7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6A7E.

Preview

Color preview on black background

This text has color #6F6A7E on black background.


Color preview on white background

This text has color #6F6A7E on white background.


Black color preview on #6F6A7E background

This text has black color on #6F6A7E background.


White color preview on #6F6A7E background

This text has white color on #6F6A7E background.


Related colors

Complementary color

Complementary color for #hex is #909581.


I love getcolorcode.com

Triadic colors

1 #7E6F6A and #6A7E6F with #6F6A7E are triadic colors.

2 #7E6A6F and #6A6F7E with #6F6A7E are triadic colors.