COLOR #6B6366

HEX: #6B6366 RGB: (107,99,102)

Color info

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

RGB color model

#6B6366 color RGB value is (107,99,102).

RGB: (107,99,102) (42%, 39%, 40%)

RGB channels and saturation

R 107 of 255 = 42%
G 99 of 255 = 39%
B 102 of 255 = 40%

107
99
102

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

Portions of RGB colors in percentages

R + G + B = 107 + 99 + 102 = 308 (100%)
R 107 of 308 ~ 34.74%
G 99 of 308 ~ 32.14%
B 102 of 308 ~ 33.12'%

%34.74
%32.14
%33.12

CMYK color model

#6B6366 color CMYK value is (0,7,5,58).

  • cyan value is 0.00%
  • magenta value is 7.48%
  • yellow value is 4.67%
  • key color value is 58.04%

CMYK: (0,7,5,58)
C0M7Y5K58 (0%, 7%, 5%, 58%)
(0.00 / 0.07 / 0.05 / 0.58)

CMYK percentages

%0
%7.48
%4.67
%58.04

Codes

Color #6B6366 in popluar color models

6B 63 66
RGB 107 99 102
HSL 338° 3.88% 40.39%
HSB/HSV 338° 7.48% 41.96%
CMYK 0.00% 7.48% 4.67%
58.04%

Color #6B6366 in popluar number systems.

HEX 6B 63 66
Decimal 107 99 102
Binary 1101011 1100011 1100110
Octal 153 143 146

Shades and tints

Shades of #6B6366

#6B6366
(107,99,102)
#625A5D
(98,90,93)
#595154
(89,81,84)
#50484B
(80,72,75)
#473F42
(71,63,66)
#3E3639
(62,54,57)
#352D30
(53,45,48)
#2C2427
(44,36,39)
#231B1E
(35,27,30)
#1A1215
(26,18,21)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #6B6366

#6B6366
(107,99,102)
#787173
(120,113,115)
#857F80
(133,127,128)
#928D8D
(146,141,141)
#9F9B9A
(159,155,154)
#ACA9A7
(172,169,167)
#B9B7B4
(185,183,180)
#C6C5C1
(198,197,193)
#D3D3CE
(211,211,206)
#E0E1DB
(224,225,219)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6366; }

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

This text font color is #6B6366.

Background Color

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

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

This div background color is #6B6366.

Border color

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

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

This div border color is #6B6366.

Opacity

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

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

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

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

This text has shadow with #6B6366 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6366.

Preview

Color preview on black background

This text has color #6B6366 on black background.


Color preview on white background

This text has color #6B6366 on white background.


Black color preview on #6B6366 background

This text has black color on #6B6366 background.


White color preview on #6B6366 background

This text has white color on #6B6366 background.


Related colors

Complementary color

Complementary color for #hex is #949C99.


I love getcolorcode.com

Triadic colors

1 #666B63 and #63666B with #6B6366 are triadic colors.

2 #66636B and #636B66 with #6B6366 are triadic colors.