COLOR #6F6A7C

HEX: #6F6A7C
RGB: (111,106,124)

Color info

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

RGB color model

#6F6A7C color RGB value is (111,106,124).

  • red value is 111;
  • green value is 106;
  • blue value is 124.
RGB:
(111,106,124)
(44%,42%,49%)

RGB channels and saturation

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

111
106
124

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

Portions of RGB colors in percentages

R + G + B =
111 + 106 + 124 = 341 (100%)
R 111 of 341 ~ 32.55%
G 106 of 341 ~ 31.09%
B 124 of 341 ~ 36.36%

%32.55
%31.09
%36.36

CMYK color model

#6F6A7C color CMYK value is (10,15,0,51).

  • cyan value is 10.48%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(10,15,0,51)
C10M15Y0K51 
(10%,15%,0%,51%)
(0.10/0.15/0.00/0.51)	

CMYK percentages

%10.48
%14.52
%0
%51.37

Codes

Color #6F6A7C in popluar color models

6F6A7C
RGB111106124
HSL257°7.83%45.10%
HSB/HSV257°14.52%48.63%
CMYK10.48%14.52%0.00%
51.37%

Color #6F6A7C in popluar number systems.

HEX6F6A7C
Decimal111106124
Binary110111111010101111100
Octal157152174

Shades and tints

Shades of #6F6A7C

#6F6A7C
(111,106,124)
#656171
(101,97,113)
#5B5866
(91,88,102)
#514F5B
(81,79,91)
#474650
(71,70,80)
#3D3D45
(61,61,69)
#33343A
(51,52,58)
#292B2F
(41,43,47)
#1F2224
(31,34,36)
#151919
(21,25,25)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #6F6A7C

#6F6A7C
(111,106,124)
#7C7787
(124,119,135)
#898492
(137,132,146)
#96919D
(150,145,157)
#A39EA8
(163,158,168)
#B0ABB3
(176,171,179)
#BDB8BE
(189,184,190)
#CAC5C9
(202,197,201)
#D7D2D4
(215,210,212)
#E4DFDF
(228,223,223)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6A7C; }

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

This text font color is #6F6A7C.


Background Color

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

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

This div background color is #6F6A7C.


Border color

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

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

This div border color is #6F6A7C.


Opacity

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

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

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

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

This text has shadow with #6F6A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6A7C on black background.


Color preview on white background

This text has color #6F6A7C on white background.



Black color preview on #6F6A7C background

This text has black color on #6F6A7C background.


White color preview on #6F6A7C background

This text has white color on #6F6A7C background.