COLOR #6A6F7C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

106
111
124

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

Portions of RGB colors in percentages

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

%31.09
%32.55
%36.36

CMYK color model

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

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

CMYK percentages

%14.52
%10.48
%0
%51.37

Codes

Color #6A6F7C in popluar color models

6A6F7C
RGB106111124
HSL223°7.83%45.10%
HSB/HSV223°14.52%48.63%
CMYK14.52%10.48%0.00%
51.37%

Color #6A6F7C in popluar number systems.

HEX6A6F7C
Decimal106111124
Binary110101011011111111100
Octal152157174

Shades and tints

Shades of #6A6F7C

#6A6F7C
(106,111,124)
#616571
(97,101,113)
#585B66
(88,91,102)
#4F515B
(79,81,91)
#464750
(70,71,80)
#3D3D45
(61,61,69)
#34333A
(52,51,58)
#2B292F
(43,41,47)
#221F24
(34,31,36)
#191519
(25,21,25)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #6A6F7C

#6A6F7C
(106,111,124)
#777C87
(119,124,135)
#848992
(132,137,146)
#91969D
(145,150,157)
#9EA3A8
(158,163,168)
#ABB0B3
(171,176,179)
#B8BDBE
(184,189,190)
#C5CAC9
(197,202,201)
#D2D7D4
(210,215,212)
#DFE4DF
(223,228,223)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6F7C; }

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

This text font color is #6A6F7C.


Background Color

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

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

This div background color is #6A6F7C.


Border color

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

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

This div border color is #6A6F7C.


Opacity

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

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

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

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

This text has shadow with #6A6F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6F7C on black background.


Color preview on white background

This text has color #6A6F7C on white background.



Black color preview on #6A6F7C background

This text has black color on #6A6F7C background.


White color preview on #6A6F7C background

This text has white color on #6A6F7C background.