COLOR #6C6069

HEX: #6C6069 RGB: (108,96,105)

Color info

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

RGB color model

#6C6069 color RGB value is (108,96,105).

RGB: (108,96,105) (42%, 38%, 41%)

RGB channels and saturation

R 108 of 255 = 42%
G 96 of 255 = 38%
B 105 of 255 = 41%

108
96
105

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

Portions of RGB colors in percentages

R + G + B = 108 + 96 + 105 = 309 (100%)
R 108 of 309 ~ 34.95%
G 96 of 309 ~ 31.07%
B 105 of 309 ~ 33.98'%

%34.95
%31.07
%33.98

CMYK color model

#6C6069 color CMYK value is (0,11,3,58).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 2.78%
  • key color value is 57.65%

CMYK: (0,11,3,58)
C0M11Y3K58 (0%, 11%, 3%, 58%)
(0.00 / 0.11 / 0.03 / 0.58)

CMYK percentages

%0
%11.11
%2.78
%57.65

Codes

Color #6C6069 in popluar color models

6C 60 69
RGB 108 96 105
HSL 315° 5.88% 40.00%
HSB/HSV 315° 11.11% 42.35%
CMYK 0.00% 11.11% 2.78%
57.65%

Color #6C6069 in popluar number systems.

HEX 6C 60 69
Decimal 108 96 105
Binary 1101100 1100000 1101001
Octal 154 140 151

Shades and tints

Shades of #6C6069

#6C6069
(108,96,105)
#635860
(99,88,96)
#5A5057
(90,80,87)
#51484E
(81,72,78)
#484045
(72,64,69)
#3F383C
(63,56,60)
#363033
(54,48,51)
#2D282A
(45,40,42)
#242021
(36,32,33)
#1B1818
(27,24,24)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #6C6069

#6C6069
(108,96,105)
#796E76
(121,110,118)
#867C83
(134,124,131)
#938A90
(147,138,144)
#A0989D
(160,152,157)
#ADA6AA
(173,166,170)
#BAB4B7
(186,180,183)
#C7C2C4
(199,194,196)
#D4D0D1
(212,208,209)
#E1DEDE
(225,222,222)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6069 color. Also use rgb(108,96,105) instead hex code.

Text Font Color

.myTextColor { color: #6C6069; }

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

This text font color is #6C6069.

Background Color

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

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

This div background color is #6C6069.

Border color

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

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

This div border color is #6C6069.

Opacity

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

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

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

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

This text has shadow with #6C6069 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6069.

Preview

Color preview on black background

This text has color #6C6069 on black background.


Color preview on white background

This text has color #6C6069 on white background.


Black color preview on #6C6069 background

This text has black color on #6C6069 background.


White color preview on #6C6069 background

This text has white color on #6C6069 background.


Related colors

Complementary color

Complementary color for #hex is #939F96.


I love getcolorcode.com

Triadic colors

1 #696C60 and #60696C with #6C6069 are triadic colors.

2 #69606C and #606C69 with #6C6069 are triadic colors.