COLOR #6B6377

HEX: #6B6377
RGB: (107,99,119)

Color info

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

RGB color model

#6B6377 color RGB value is (107,99,119).

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

RGB channels and saturation

R 107 of 255 = 42%
G 99 of 255 = 39%
B 119 of 255 = 47%

107
99
119

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

Portions of RGB colors in percentages

R + G + B =
107 + 99 + 119 = 325 (100%)
R 107 of 325 ~ 32.92%
G 99 of 325 ~ 30.46%
B 119 of 325 ~ 36.62%

%32.92
%30.46
%36.62

CMYK color model

#6B6377 color CMYK value is (10,17,0,53).

  • cyan value is 10.08%
  • magenta value is 16.81%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK: (10,17,0,53) C10M17Y0K53 (10%,17%,0%,53%) (0.10/0.17/0.00/0.53)

CMYK percentages

%10.08
%16.81
%0
%53.33

Codes

Color #6B6377 in popluar color models

6B6377
RGB10799119
HSL264°9.17%42.75%
HSB/HSV264°16.81%46.67%
CMYK10.08%16.81%0.00%
53.33%

Color #6B6377 in popluar number systems.

HEX6B6377
Decimal10799119
Binary110101111000111110111
Octal153143167

Shades and tints

Shades of #6B6377

#6B6377
(107,99,119)
#625A6D
(98,90,109)
#595163
(89,81,99)
#504859
(80,72,89)
#473F4F
(71,63,79)
#3E3645
(62,54,69)
#352D3B
(53,45,59)
#2C2431
(44,36,49)
#231B27
(35,27,39)
#1A121D
(26,18,29)
#110913
(17,9,19)
#000000
(0,0,0)

Tints of #6B6377

#6B6377
(107,99,119)
#787183
(120,113,131)
#857F8F
(133,127,143)
#928D9B
(146,141,155)
#9F9BA7
(159,155,167)
#ACA9B3
(172,169,179)
#B9B7BF
(185,183,191)
#C6C5CB
(198,197,203)
#D3D3D7
(211,211,215)
#E0E1E3
(224,225,227)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6377; }

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

This text font color is #6B6377.


Background Color

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

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

This div background color is #6B6377.


Border color

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

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

This div border color is #6B6377.


Opacity

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

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

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

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

This text has shadow with #6B6377 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6B6377 on black background.


Color preview on white background

This text has color #6B6377 on white background.



Black color preview on #6B6377 background

This text has black color on #6B6377 background.


White color preview on #6B6377 background

This text has white color on #6B6377 background.