COLOR #6C7084

HEX: #6C7084 RGB: (108,112,132)

Color info

#6C7084 contains red, green and blue colors in about the same proportion. Web safe color of #6C7084 is #666699 (or #669).

RGB color model

#6C7084 color RGB value is (108,112,132).

RGB: (108,112,132) (42%, 44%, 52%)

RGB channels and saturation

R 108 of 255 = 42%
G 112 of 255 = 44%
B 132 of 255 = 52%

108
112
132

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

Portions of RGB colors in percentages

R + G + B = 108 + 112 + 132 = 352 (100%)
R 108 of 352 ~ 30.68%
G 112 of 352 ~ 31.82%
B 132 of 352 ~ 37.5'%

%30.68
%31.82
%37.5

CMYK color model

#6C7084 color CMYK value is (18,15,0,48).

  • cyan value is 18.18%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (18,15,0,48)
C18M15Y0K48 (18%, 15%, 0%, 48%)
(0.18 / 0.15 / 0.00 / 0.48)

CMYK percentages

%18.18
%15.15
%0
%48.24

Codes

Color #6C7084 in popluar color models

6C 70 84
RGB 108 112 132
HSL 230° 10.00% 47.06%
HSB/HSV 230° 18.18% 51.76%
CMYK 18.18% 15.15% 0.00%
48.24%

Color #6C7084 in popluar number systems.

HEX 6C 70 84
Decimal 108 112 132
Binary 1101100 1110000 10000100
Octal 154 160 204

Shades and tints

Shades of #6C7084

#6C7084
(108,112,132)
#636678
(99,102,120)
#5A5C6C
(90,92,108)
#515260
(81,82,96)
#484854
(72,72,84)
#3F3E48
(63,62,72)
#36343C
(54,52,60)
#2D2A30
(45,42,48)
#242024
(36,32,36)
#1B1618
(27,22,24)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #6C7084

#6C7084
(108,112,132)
#797D8F
(121,125,143)
#868A9A
(134,138,154)
#9397A5
(147,151,165)
#A0A4B0
(160,164,176)
#ADB1BB
(173,177,187)
#BABEC6
(186,190,198)
#C7CBD1
(199,203,209)
#D4D8DC
(212,216,220)
#E1E5E7
(225,229,231)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7084 color. Also use rgb(108,112,132) instead hex code.

Text Font Color

.myTextColor { color: #6C7084; }

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

This text font color is #6C7084.

Background Color

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

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

This div background color is #6C7084.

Border color

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

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

This div border color is #6C7084.

Opacity

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

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

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

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

This text has shadow with #6C7084 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7084.

Preview

Color preview on black background

This text has color #6C7084 on black background.


Color preview on white background

This text has color #6C7084 on white background.


Black color preview on #6C7084 background

This text has black color on #6C7084 background.


White color preview on #6C7084 background

This text has white color on #6C7084 background.


Related colors

Complementary color

Complementary color for #hex is #938F7B.


I love getcolorcode.com

Triadic colors

1 #846C70 and #70846C with #6C7084 are triadic colors.

2 #84706C and #706C84 with #6C7084 are triadic colors.