COLOR #6A657A

HEX: #6A657A RGB: (106,101,122)

Color info

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

RGB color model

#6A657A color RGB value is (106,101,122).

RGB: (106,101,122) (42%, 40%, 48%)

RGB channels and saturation

R 106 of 255 = 42%
G 101 of 255 = 40%
B 122 of 255 = 48%

106
101
122

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

Portions of RGB colors in percentages

R + G + B = 106 + 101 + 122 = 329 (100%)
R 106 of 329 ~ 32.22%
G 101 of 329 ~ 30.7%
B 122 of 329 ~ 37.08'%

%32.22
%30.7
%37.08

CMYK color model

#6A657A color CMYK value is (13,17,0,52).

  • cyan value is 13.11%
  • magenta value is 17.21%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (13,17,0,52)
C13M17Y0K52 (13%, 17%, 0%, 52%)
(0.13 / 0.17 / 0.00 / 0.52)

CMYK percentages

%13.11
%17.21
%0
%52.16

Codes

Color #6A657A in popluar color models

6A 65 7A
RGB 106 101 122
HSL 254° 9.42% 43.73%
HSB/HSV 254° 17.21% 47.84%
CMYK 13.11% 17.21% 0.00%
52.16%

Color #6A657A in popluar number systems.

HEX 6A 65 7A
Decimal 106 101 122
Binary 1101010 1100101 1111010
Octal 152 145 172

Shades and tints

Shades of #6A657A

#6A657A
(106,101,122)
#615C6F
(97,92,111)
#585364
(88,83,100)
#4F4A59
(79,74,89)
#46414E
(70,65,78)
#3D3843
(61,56,67)
#342F38
(52,47,56)
#2B262D
(43,38,45)
#221D22
(34,29,34)
#191417
(25,20,23)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #6A657A

#6A657A
(106,101,122)
#777386
(119,115,134)
#848192
(132,129,146)
#918F9E
(145,143,158)
#9E9DAA
(158,157,170)
#ABABB6
(171,171,182)
#B8B9C2
(184,185,194)
#C5C7CE
(197,199,206)
#D2D5DA
(210,213,218)
#DFE3E6
(223,227,230)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A657A color. Also use rgb(106,101,122) instead hex code.

Text Font Color

.myTextColor { color: #6A657A; }

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

This text font color is #6A657A.

Background Color

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

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

This div background color is #6A657A.

Border color

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

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

This div border color is #6A657A.

Opacity

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

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

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

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

This text has shadow with #6A657A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A657A.

Preview

Color preview on black background

This text has color #6A657A on black background.


Color preview on white background

This text has color #6A657A on white background.


Black color preview on #6A657A background

This text has black color on #6A657A background.


White color preview on #6A657A background

This text has white color on #6A657A background.


Related colors

Complementary color

Complementary color for #hex is #959A85.


I love getcolorcode.com

Triadic colors

1 #7A6A65 and #657A6A with #6A657A are triadic colors.

2 #7A656A and #656A7A with #6A657A are triadic colors.