COLOR #6C6462

HEX: #6C6462 RGB: (108,100,98)

Color info

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

RGB color model

#6C6462 color RGB value is (108,100,98).

RGB: (108,100,98) (42%, 39%, 38%)

RGB channels and saturation

R 108 of 255 = 42%
G 100 of 255 = 39%
B 98 of 255 = 38%

108
100
98

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

Portions of RGB colors in percentages

R + G + B = 108 + 100 + 98 = 306 (100%)
R 108 of 306 ~ 35.29%
G 100 of 306 ~ 32.68%
B 98 of 306 ~ 32.03'%

%35.29
%32.68
%32.03

CMYK color model

#6C6462 color CMYK value is (0,7,9,58).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 9.26%
  • key color value is 57.65%

CMYK: (0,7,9,58)
C0M7Y9K58 (0%, 7%, 9%, 58%)
(0.00 / 0.07 / 0.09 / 0.58)

CMYK percentages

%0
%7.41
%9.26
%57.65

Codes

Color #6C6462 in popluar color models

6C 64 62
RGB 108 100 98
HSL 12° 4.85% 40.39%
HSB/HSV 12° 9.26% 42.35%
CMYK 0.00% 7.41% 9.26%
57.65%

Color #6C6462 in popluar number systems.

HEX 6C 64 62
Decimal 108 100 98
Binary 1101100 1100100 1100010
Octal 154 144 142

Shades and tints

Shades of #6C6462

#6C6462
(108,100,98)
#635B5A
(99,91,90)
#5A5252
(90,82,82)
#51494A
(81,73,74)
#484042
(72,64,66)
#3F373A
(63,55,58)
#362E32
(54,46,50)
#2D252A
(45,37,42)
#241C22
(36,28,34)
#1B131A
(27,19,26)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #6C6462

#6C6462
(108,100,98)
#797270
(121,114,112)
#86807E
(134,128,126)
#938E8C
(147,142,140)
#A09C9A
(160,156,154)
#ADAAA8
(173,170,168)
#BAB8B6
(186,184,182)
#C7C6C4
(199,198,196)
#D4D4D2
(212,212,210)
#E1E2E0
(225,226,224)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6462 color. Also use rgb(108,100,98) instead hex code.

Text Font Color

.myTextColor { color: #6C6462; }

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

This text font color is #6C6462.

Background Color

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

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

This div background color is #6C6462.

Border color

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

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

This div border color is #6C6462.

Opacity

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

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

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

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

This text has shadow with #6C6462 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6462.

Preview

Color preview on black background

This text has color #6C6462 on black background.


Color preview on white background

This text has color #6C6462 on white background.


Black color preview on #6C6462 background

This text has black color on #6C6462 background.


White color preview on #6C6462 background

This text has white color on #6C6462 background.


Related colors

Complementary color

Complementary color for #hex is #939B9D.


I love getcolorcode.com

Triadic colors

1 #626C64 and #64626C with #6C6462 are triadic colors.

2 #62646C and #646C62 with #6C6462 are triadic colors.