COLOR #6A6C7C

HEX: #6A6C7C RGB: (106,108,124)

Color info

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

RGB color model

#6A6C7C color RGB value is (106,108,124).

RGB: (106,108,124) (42%, 42%, 49%)

RGB channels and saturation

R 106 of 255 = 42%
G 108 of 255 = 42%
B 124 of 255 = 49%

106
108
124

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

Portions of RGB colors in percentages

R + G + B = 106 + 108 + 124 = 338 (100%)
R 106 of 338 ~ 31.36%
G 108 of 338 ~ 31.95%
B 124 of 338 ~ 36.69'%

%31.36
%31.95
%36.69

CMYK color model

#6A6C7C color CMYK value is (15,13,0,51).

  • cyan value is 14.52%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK: (15,13,0,51) C15M13Y0K51 (15%,13%,0%,51%) (0.15/0.13/0.00/0.51) 

CMYK percentages

%14.52
%12.9
%0
%51.37

Codes

Color #6A6C7C in popluar color models

6A 6C 7C
RGB 106 108 124
HSL 233° 7.83% 45.10%
HSB/HSV 233° 14.52% 48.63%
CMYK 14.52% 12.90% 0.00%
51.37%

Color #6A6C7C in popluar number systems.

HEX 6A 6C 7C
Decimal 106 108 124
Binary 1101010 1101100 1111100
Octal 152 154 174

Shades and tints

Shades of #6A6C7C

#6A6C7C
(106,108,124)
#616371
(97,99,113)
#585A66
(88,90,102)
#4F515B
(79,81,91)
#464850
(70,72,80)
#3D3F45
(61,63,69)
#34363A
(52,54,58)
#2B2D2F
(43,45,47)
#222424
(34,36,36)
#191B19
(25,27,25)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #6A6C7C

#6A6C7C
(106,108,124)
#777987
(119,121,135)
#848692
(132,134,146)
#91939D
(145,147,157)
#9EA0A8
(158,160,168)
#ABADB3
(171,173,179)
#B8BABE
(184,186,190)
#C5C7C9
(197,199,201)
#D2D4D4
(210,212,212)
#DFE1DF
(223,225,223)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6C7C; }

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

This text font color is #6A6C7C.

Background Color

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

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

This div background color is #6A6C7C.

Border color

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

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

This div border color is #6A6C7C.

Opacity

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

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

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

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

This text has shadow with #6A6C7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6C7C.

Preview

Color preview on black background

This text has color #6A6C7C on black background.


Color preview on white background

This text has color #6A6C7C on white background.


Black color preview on #6A6C7C background

This text has black color on #6A6C7C background.


White color preview on #6A6C7C background

This text has white color on #6A6C7C background.


Related colors

Complementary color

Complementary color for #hex is #959383.


I love getcolorcode.com

Triadic colors

1 #7C6A6C and #6C7C6A with #6A6C7C are triadic colors.

2 #7C6C6A and #6C6A7C with #6A6C7C are triadic colors.