COLOR #6A6774

HEX: #6A6774 RGB: (106,103,116)

Color info

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

RGB color model

#6A6774 color RGB value is (106,103,116).

RGB: (106,103,116) (42%, 40%, 45%)

RGB channels and saturation

R 106 of 255 = 42%
G 103 of 255 = 40%
B 116 of 255 = 45%

106
103
116

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

Portions of RGB colors in percentages

R + G + B = 106 + 103 + 116 = 325 (100%)
R 106 of 325 ~ 32.62%
G 103 of 325 ~ 31.69%
B 116 of 325 ~ 35.69'%

%32.62
%31.69
%35.69

CMYK color model

#6A6774 color CMYK value is (9,11,0,55).

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

CMYK: (9,11,0,55)
C9M11Y0K55 (9%, 11%, 0%, 55%)
(0.09 / 0.11 / 0.00 / 0.55)

CMYK percentages

%8.62
%11.21
%0
%54.51

Codes

Color #6A6774 in popluar color models

6A 67 74
RGB 106 103 116
HSL 254° 5.94% 42.94%
HSB/HSV 254° 11.21% 45.49%
CMYK 8.62% 11.21% 0.00%
54.51%

Color #6A6774 in popluar number systems.

HEX 6A 67 74
Decimal 106 103 116
Binary 1101010 1100111 1110100
Octal 152 147 164

Shades and tints

Shades of #6A6774

#6A6774
(106,103,116)
#615E6A
(97,94,106)
#585560
(88,85,96)
#4F4C56
(79,76,86)
#46434C
(70,67,76)
#3D3A42
(61,58,66)
#343138
(52,49,56)
#2B282E
(43,40,46)
#221F24
(34,31,36)
#19161A
(25,22,26)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #6A6774

#6A6774
(106,103,116)
#777480
(119,116,128)
#84818C
(132,129,140)
#918E98
(145,142,152)
#9E9BA4
(158,155,164)
#ABA8B0
(171,168,176)
#B8B5BC
(184,181,188)
#C5C2C8
(197,194,200)
#D2CFD4
(210,207,212)
#DFDCE0
(223,220,224)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6774; }

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

This text font color is #6A6774.

Background Color

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

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

This div background color is #6A6774.

Border color

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

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

This div border color is #6A6774.

Opacity

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

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

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

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

This text has shadow with #6A6774 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6774.

Preview

Color preview on black background

This text has color #6A6774 on black background.


Color preview on white background

This text has color #6A6774 on white background.


Black color preview on #6A6774 background

This text has black color on #6A6774 background.


White color preview on #6A6774 background

This text has white color on #6A6774 background.


Related colors

Complementary color

Complementary color for #hex is #95988B.


I love getcolorcode.com

Triadic colors

1 #746A67 and #67746A with #6A6774 are triadic colors.

2 #74676A and #676A74 with #6A6774 are triadic colors.