COLOR #6B657A

HEX: #6B657A RGB: (107,101,122)

Color info

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

RGB color model

#6B657A color RGB value is (107,101,122).

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

RGB channels and saturation

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

107
101
122

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

Portions of RGB colors in percentages

R + G + B = 107 + 101 + 122 = 330 (100%)
R 107 of 330 ~ 32.42%
G 101 of 330 ~ 30.61%
B 122 of 330 ~ 36.97'%

%32.42
%30.61
%36.97

CMYK color model

#6B657A color CMYK value is (12,17,0,52).

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

CMYK: (12,17,0,52)
C12M17Y0K52 (12%, 17%, 0%, 52%)
(0.12 / 0.17 / 0.00 / 0.52)

CMYK percentages

%12.3
%17.21
%0
%52.16

Codes

Color #6B657A in popluar color models

6B 65 7A
RGB 107 101 122
HSL 257° 9.42% 43.73%
HSB/HSV 257° 17.21% 47.84%
CMYK 12.30% 17.21% 0.00%
52.16%

Color #6B657A in popluar number systems.

HEX 6B 65 7A
Decimal 107 101 122
Binary 1101011 1100101 1111010
Octal 153 145 172

Shades and tints

Shades of #6B657A

#6B657A
(107,101,122)
#625C6F
(98,92,111)
#595364
(89,83,100)
#504A59
(80,74,89)
#47414E
(71,65,78)
#3E3843
(62,56,67)
#352F38
(53,47,56)
#2C262D
(44,38,45)
#231D22
(35,29,34)
#1A1417
(26,20,23)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #6B657A

#6B657A
(107,101,122)
#787386
(120,115,134)
#858192
(133,129,146)
#928F9E
(146,143,158)
#9F9DAA
(159,157,170)
#ACABB6
(172,171,182)
#B9B9C2
(185,185,194)
#C6C7CE
(198,199,206)
#D3D5DA
(211,213,218)
#E0E3E6
(224,227,230)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B657A; }

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

This text font color is #6B657A.

Background Color

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

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

This div background color is #6B657A.

Border color

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

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

This div border color is #6B657A.

Opacity

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

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

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

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

This text has shadow with #6B657A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B657A.

Preview

Color preview on black background

This text has color #6B657A on black background.


Color preview on white background

This text has color #6B657A on white background.


Black color preview on #6B657A background

This text has black color on #6B657A background.


White color preview on #6B657A background

This text has white color on #6B657A background.


Related colors

Complementary color

Complementary color for #hex is #949A85.


I love getcolorcode.com

Triadic colors

1 #7A6B65 and #657A6B with #6B657A are triadic colors.

2 #7A656B and #656B7A with #6B657A are triadic colors.