COLOR #6B637A

HEX: #6B637A RGB: (107,99,122)

Color info

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

RGB color model

#6B637A color RGB value is (107,99,122).

RGB: (107,99,122) (42%, 39%, 48%)

RGB channels and saturation

R 107 of 255 = 42%
G 99 of 255 = 39%
B 122 of 255 = 48%

107
99
122

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

Portions of RGB colors in percentages

R + G + B = 107 + 99 + 122 = 328 (100%)
R 107 of 328 ~ 32.62%
G 99 of 328 ~ 30.18%
B 122 of 328 ~ 37.2'%

%32.62
%30.18
%37.2

CMYK color model

#6B637A color CMYK value is (12,19,0,52).

  • cyan value is 12.30%
  • magenta value is 18.85%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (12,19,0,52) C12M19Y0K52 (12%,19%,0%,52%) (0.12/0.19/0.00/0.52) 

CMYK percentages

%12.3
%18.85
%0
%52.16

Codes

Color #6B637A in popluar color models

6B 63 7A
RGB 107 99 122
HSL 261° 10.41% 43.33%
HSB/HSV 261° 18.85% 47.84%
CMYK 12.30% 18.85% 0.00%
52.16%

Color #6B637A in popluar number systems.

HEX 6B 63 7A
Decimal 107 99 122
Binary 1101011 1100011 1111010
Octal 153 143 172

Shades and tints

Shades of #6B637A

#6B637A
(107,99,122)
#625A6F
(98,90,111)
#595164
(89,81,100)
#504859
(80,72,89)
#473F4E
(71,63,78)
#3E3643
(62,54,67)
#352D38
(53,45,56)
#2C242D
(44,36,45)
#231B22
(35,27,34)
#1A1217
(26,18,23)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #6B637A

#6B637A
(107,99,122)
#787186
(120,113,134)
#857F92
(133,127,146)
#928D9E
(146,141,158)
#9F9BAA
(159,155,170)
#ACA9B6
(172,169,182)
#B9B7C2
(185,183,194)
#C6C5CE
(198,197,206)
#D3D3DA
(211,211,218)
#E0E1E6
(224,225,230)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B637A; }

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

This text font color is #6B637A.

Background Color

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

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

This div background color is #6B637A.

Border color

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

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

This div border color is #6B637A.

Opacity

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

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

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

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

This text has shadow with #6B637A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B637A.

Preview

Color preview on black background

This text has color #6B637A on black background.


Color preview on white background

This text has color #6B637A on white background.


Black color preview on #6B637A background

This text has black color on #6B637A background.


White color preview on #6B637A background

This text has white color on #6B637A background.


Related colors

Complementary color

Complementary color for #hex is #949C85.


I love getcolorcode.com

Triadic colors

1 #7A6B63 and #637A6B with #6B637A are triadic colors.

2 #7A636B and #636B7A with #6B637A are triadic colors.