COLOR #6B637C

HEX: #6B637C
RGB: (107,99,124)

Color info

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

RGB color model

#6B637C color RGB value is (107,99,124).

  • red value is 107;
  • green value is 99;
  • blue value is 124.
RGB:
(107,99,124)
(42%,39%,49%)

RGB channels and saturation

R 107 of 255 = 42%
G 99 of 255 = 39%
B 124 of 255 = 49%

107
99
124

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

Portions of RGB colors in percentages

R + G + B =
107 + 99 + 124 = 330 (100%)
R 107 of 330 ~ 32.42%
G 99 of 330 ~ 30%
B 124 of 330 ~ 37.58%

%32.42
%30
%37.58

CMYK color model

#6B637C color CMYK value is (14,20,0,51).

  • cyan value is 13.71%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(14,20,0,51)
C14M20Y0K51 
(14%,20%,0%,51%)
(0.14/0.20/0.00/0.51)	

CMYK percentages

%13.71
%20.16
%0
%51.37

Codes

Color #6B637C in popluar color models

6B637C
RGB10799124
HSL259°11.21%43.73%
HSB/HSV259°20.16%48.63%
CMYK13.71%20.16%0.00%
51.37%

Color #6B637C in popluar number systems.

HEX6B637C
Decimal10799124
Binary110101111000111111100
Octal153143174

Shades and tints

Shades of #6B637C

#6B637C
(107,99,124)
#625A71
(98,90,113)
#595166
(89,81,102)
#50485B
(80,72,91)
#473F50
(71,63,80)
#3E3645
(62,54,69)
#352D3A
(53,45,58)
#2C242F
(44,36,47)
#231B24
(35,27,36)
#1A1219
(26,18,25)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #6B637C

#6B637C
(107,99,124)
#787187
(120,113,135)
#857F92
(133,127,146)
#928D9D
(146,141,157)
#9F9BA8
(159,155,168)
#ACA9B3
(172,169,179)
#B9B7BE
(185,183,190)
#C6C5C9
(198,197,201)
#D3D3D4
(211,211,212)
#E0E1DF
(224,225,223)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B637C; }

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

This text font color is #6B637C.


Background Color

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

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

This div background color is #6B637C.


Border color

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

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

This div border color is #6B637C.


Opacity

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

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

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

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

This text has shadow with #6B637C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B637C on black background.


Color preview on white background

This text has color #6B637C on white background.



Black color preview on #6B637C background

This text has black color on #6B637C background.


White color preview on #6B637C background

This text has white color on #6B637C background.