COLOR #6B6168

HEX: #6B6168 RGB: (107,97,104)

Color info

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

RGB color model

#6B6168 color RGB value is (107,97,104).

RGB: (107,97,104) (42%, 38%, 41%)

RGB channels and saturation

R 107 of 255 = 42%
G 97 of 255 = 38%
B 104 of 255 = 41%

107
97
104

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

Portions of RGB colors in percentages

R + G + B = 107 + 97 + 104 = 308 (100%)
R 107 of 308 ~ 34.74%
G 97 of 308 ~ 31.49%
B 104 of 308 ~ 33.77'%

%34.74
%31.49
%33.77

CMYK color model

#6B6168 color CMYK value is (0,9,3,58).

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 2.80%
  • key color value is 58.04%

CMYK: (0,9,3,58)
C0M9Y3K58 (0%, 9%, 3%, 58%)
(0.00 / 0.09 / 0.03 / 0.58)

CMYK percentages

%0
%9.35
%2.8
%58.04

Codes

Color #6B6168 in popluar color models

6B 61 68
RGB 107 97 104
HSL 318° 4.90% 40.00%
HSB/HSV 318° 9.35% 41.96%
CMYK 0.00% 9.35% 2.80%
58.04%

Color #6B6168 in popluar number systems.

HEX 6B 61 68
Decimal 107 97 104
Binary 1101011 1100001 1101000
Octal 153 141 150

Shades and tints

Shades of #6B6168

#6B6168
(107,97,104)
#62595F
(98,89,95)
#595156
(89,81,86)
#50494D
(80,73,77)
#474144
(71,65,68)
#3E393B
(62,57,59)
#353132
(53,49,50)
#2C2929
(44,41,41)
#232120
(35,33,32)
#1A1917
(26,25,23)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #6B6168

#6B6168
(107,97,104)
#786F75
(120,111,117)
#857D82
(133,125,130)
#928B8F
(146,139,143)
#9F999C
(159,153,156)
#ACA7A9
(172,167,169)
#B9B5B6
(185,181,182)
#C6C3C3
(198,195,195)
#D3D1D0
(211,209,208)
#E0DFDD
(224,223,221)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6168 color. Also use rgb(107,97,104) instead hex code.

Text Font Color

.myTextColor { color: #6B6168; }

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

This text font color is #6B6168.

Background Color

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

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

This div background color is #6B6168.

Border color

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

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

This div border color is #6B6168.

Opacity

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

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

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

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

This text has shadow with #6B6168 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6168.

Preview

Color preview on black background

This text has color #6B6168 on black background.


Color preview on white background

This text has color #6B6168 on white background.


Black color preview on #6B6168 background

This text has black color on #6B6168 background.


White color preview on #6B6168 background

This text has white color on #6B6168 background.


Related colors

Complementary color

Complementary color for #hex is #949E97.


I love getcolorcode.com

Triadic colors

1 #686B61 and #61686B with #6B6168 are triadic colors.

2 #68616B and #616B68 with #6B6168 are triadic colors.