COLOR #6A687C

HEX: #6A687C RGB: (106,104,124)

Color info

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

RGB color model

#6A687C color RGB value is (106,104,124).

RGB: (106,104,124) (42%, 41%, 49%)

RGB channels and saturation

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

106
104
124

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

Portions of RGB colors in percentages

R + G + B = 106 + 104 + 124 = 334 (100%)
R 106 of 334 ~ 31.74%
G 104 of 334 ~ 31.14%
B 124 of 334 ~ 37.13'%

%31.74
%31.14
%37.13

CMYK color model

#6A687C color CMYK value is (15,16,0,51).

  • cyan value is 14.52%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (15,16,0,51)
C15M16Y0K51 (15%, 16%, 0%, 51%)
(0.15 / 0.16 / 0.00 / 0.51)

CMYK percentages

%14.52
%16.13
%0
%51.37

Codes

Color #6A687C in popluar color models

6A 68 7C
RGB 106 104 124
HSL 246° 8.77% 44.71%
HSB/HSV 246° 16.13% 48.63%
CMYK 14.52% 16.13% 0.00%
51.37%

Color #6A687C in popluar number systems.

HEX 6A 68 7C
Decimal 106 104 124
Binary 1101010 1101000 1111100
Octal 152 150 174

Shades and tints

Shades of #6A687C

#6A687C
(106,104,124)
#615F71
(97,95,113)
#585666
(88,86,102)
#4F4D5B
(79,77,91)
#464450
(70,68,80)
#3D3B45
(61,59,69)
#34323A
(52,50,58)
#2B292F
(43,41,47)
#222024
(34,32,36)
#191719
(25,23,25)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #6A687C

#6A687C
(106,104,124)
#777587
(119,117,135)
#848292
(132,130,146)
#918F9D
(145,143,157)
#9E9CA8
(158,156,168)
#ABA9B3
(171,169,179)
#B8B6BE
(184,182,190)
#C5C3C9
(197,195,201)
#D2D0D4
(210,208,212)
#DFDDDF
(223,221,223)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A687C; }

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

This text font color is #6A687C.

Background Color

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

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

This div background color is #6A687C.

Border color

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

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

This div border color is #6A687C.

Opacity

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

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

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

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

This text has shadow with #6A687C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A687C.

Preview

Color preview on black background

This text has color #6A687C on black background.


Color preview on white background

This text has color #6A687C on white background.


Black color preview on #6A687C background

This text has black color on #6A687C background.


White color preview on #6A687C background

This text has white color on #6A687C background.


Related colors

Complementary color

Complementary color for #hex is #959783.


I love getcolorcode.com

Triadic colors

1 #7C6A68 and #687C6A with #6A687C are triadic colors.

2 #7C686A and #686A7C with #6A687C are triadic colors.