COLOR #6A6474

HEX: #6A6474 RGB: (106,100,116)

Color info

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

RGB color model

#6A6474 color RGB value is (106,100,116).

RGB: (106,100,116) (42%, 39%, 45%)

RGB channels and saturation

R 106 of 255 = 42%
G 100 of 255 = 39%
B 116 of 255 = 45%

106
100
116

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

Portions of RGB colors in percentages

R + G + B = 106 + 100 + 116 = 322 (100%)
R 106 of 322 ~ 32.92%
G 100 of 322 ~ 31.06%
B 116 of 322 ~ 36.02'%

%32.92
%31.06
%36.02

CMYK color model

#6A6474 color CMYK value is (9,14,0,55).

  • cyan value is 8.62%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (9,14,0,55)
C9M14Y0K55 (9%, 14%, 0%, 55%)
(0.09 / 0.14 / 0.00 / 0.55)

CMYK percentages

%8.62
%13.79
%0
%54.51

Codes

Color #6A6474 in popluar color models

6A 64 74
RGB 106 100 116
HSL 263° 7.41% 42.35%
HSB/HSV 263° 13.79% 45.49%
CMYK 8.62% 13.79% 0.00%
54.51%

Color #6A6474 in popluar number systems.

HEX 6A 64 74
Decimal 106 100 116
Binary 1101010 1100100 1110100
Octal 152 144 164

Shades and tints

Shades of #6A6474

#6A6474
(106,100,116)
#615B6A
(97,91,106)
#585260
(88,82,96)
#4F4956
(79,73,86)
#46404C
(70,64,76)
#3D3742
(61,55,66)
#342E38
(52,46,56)
#2B252E
(43,37,46)
#221C24
(34,28,36)
#19131A
(25,19,26)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #6A6474

#6A6474
(106,100,116)
#777280
(119,114,128)
#84808C
(132,128,140)
#918E98
(145,142,152)
#9E9CA4
(158,156,164)
#ABAAB0
(171,170,176)
#B8B8BC
(184,184,188)
#C5C6C8
(197,198,200)
#D2D4D4
(210,212,212)
#DFE2E0
(223,226,224)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6474 color. Also use rgb(106,100,116) instead hex code.

Text Font Color

.myTextColor { color: #6A6474; }

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

This text font color is #6A6474.

Background Color

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

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

This div background color is #6A6474.

Border color

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

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

This div border color is #6A6474.

Opacity

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

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

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

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

This text has shadow with #6A6474 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6474.

Preview

Color preview on black background

This text has color #6A6474 on black background.


Color preview on white background

This text has color #6A6474 on white background.


Black color preview on #6A6474 background

This text has black color on #6A6474 background.


White color preview on #6A6474 background

This text has white color on #6A6474 background.


Related colors

Complementary color

Complementary color for #hex is #959B8B.


I love getcolorcode.com

Triadic colors

1 #746A64 and #64746A with #6A6474 are triadic colors.

2 #74646A and #646A74 with #6A6474 are triadic colors.