COLOR #6A687E

HEX: #6A687E
RGB: (106,104,126)

Color info

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

RGB color model

#6A687E color RGB value is (106,104,126).

  • red value is 106;
  • green value is 104;
  • blue value is 126.
RGB:
(106,104,126)
(42%,41%,49%)

RGB channels and saturation

R 106 of 255 = 42%
G 104 of 255 = 41%
B 126 of 255 = 49%

106
104
126

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

Portions of RGB colors in percentages

R + G + B =
106 + 104 + 126 = 336 (100%)
R 106 of 336 ~ 31.55%
G 104 of 336 ~ 30.95%
B 126 of 336 ~ 37.5%

%31.55
%30.95
%37.5

CMYK color model

#6A687E color CMYK value is (16,17,0,51).

  • cyan value is 15.87%
  • magenta value is 17.46%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(16,17,0,51)
C16M17Y0K51 
(16%,17%,0%,51%)
(0.16/0.17/0.00/0.51)	

CMYK percentages

%15.87
%17.46
%0
%50.59

Codes

Color #6A687E in popluar color models

6A687E
RGB106104126
HSL245°9.57%45.10%
HSB/HSV245°17.46%49.41%
CMYK15.87%17.46%0.00%
50.59%

Color #6A687E in popluar number systems.

HEX6A687E
Decimal106104126
Binary110101011010001111110
Octal152150176

Shades and tints

Shades of #6A687E

#6A687E
(106,104,126)
#615F73
(97,95,115)
#585668
(88,86,104)
#4F4D5D
(79,77,93)
#464452
(70,68,82)
#3D3B47
(61,59,71)
#34323C
(52,50,60)
#2B2931
(43,41,49)
#222026
(34,32,38)
#19171B
(25,23,27)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #6A687E

#6A687E
(106,104,126)
#777589
(119,117,137)
#848294
(132,130,148)
#918F9F
(145,143,159)
#9E9CAA
(158,156,170)
#ABA9B5
(171,169,181)
#B8B6C0
(184,182,192)
#C5C3CB
(197,195,203)
#D2D0D6
(210,208,214)
#DFDDE1
(223,221,225)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A687E; }

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

This text font color is #6A687E.


Background Color

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

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

This div background color is #6A687E.


Border color

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

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

This div border color is #6A687E.


Opacity

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

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

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

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

This text has shadow with #6A687E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A687E on black background.


Color preview on white background

This text has color #6A687E on white background.



Black color preview on #6A687E background

This text has black color on #6A687E background.


White color preview on #6A687E background

This text has white color on #6A687E background.