COLOR #6C7185

HEX: #6C7185
RGB: (108,113,133)

Color info

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

RGB color model

#6C7185 color RGB value is (108,113,133).

  • red value is 108;
  • green value is 113;
  • blue value is 133.
RGB:
(108,113,133)
(42%,44%,52%)

RGB channels and saturation

R 108 of 255 = 42%
G 113 of 255 = 44%
B 133 of 255 = 52%

108
113
133

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

Portions of RGB colors in percentages

R + G + B =
108 + 113 + 133 = 354 (100%)
R 108 of 354 ~ 30.51%
G 113 of 354 ~ 31.92%
B 133 of 354 ~ 37.57%

%30.51
%31.92
%37.57

CMYK color model

#6C7185 color CMYK value is (19,15,0,48).

  • cyan value is 18.80%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(19,15,0,48)
C19M15Y0K48 
(19%,15%,0%,48%)
(0.19/0.15/0.00/0.48)	

CMYK percentages

%18.8
%15.04
%0
%47.84

Codes

Color #6C7185 in popluar color models

6C7185
RGB108113133
HSL228°10.37%47.25%
HSB/HSV228°18.80%52.16%
CMYK18.80%15.04%0.00%
47.84%

Color #6C7185 in popluar number systems.

HEX6C7185
Decimal108113133
Binary1101100111000110000101
Octal154161205

Shades and tints

Shades of #6C7185

#6C7185
(108,113,133)
#636779
(99,103,121)
#5A5D6D
(90,93,109)
#515361
(81,83,97)
#484955
(72,73,85)
#3F3F49
(63,63,73)
#36353D
(54,53,61)
#2D2B31
(45,43,49)
#242125
(36,33,37)
#1B1719
(27,23,25)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #6C7185

#6C7185
(108,113,133)
#797D90
(121,125,144)
#86899B
(134,137,155)
#9395A6
(147,149,166)
#A0A1B1
(160,161,177)
#ADADBC
(173,173,188)
#BAB9C7
(186,185,199)
#C7C5D2
(199,197,210)
#D4D1DD
(212,209,221)
#E1DDE8
(225,221,232)
#EEE9F3
(238,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7185 color. Also use rgb(108,113,133) instead hex code.

Text Font Color

.myTextColor { color: #6C7185; }

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

This text font color is #6C7185.


Background Color

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

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

This div background color is #6C7185.


Border color

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

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

This div border color is #6C7185.


Opacity

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

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

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

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

This text has shadow with #6C7185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7185 on black background.


Color preview on white background

This text has color #6C7185 on white background.



Black color preview on #6C7185 background

This text has black color on #6C7185 background.


White color preview on #6C7185 background

This text has white color on #6C7185 background.