COLOR #6C7A95

HEX: #6C7A95
RGB: (108,122,149)

Color info

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

RGB color model

#6C7A95 color RGB value is (108,122,149).

  • red value is 108;
  • green value is 122;
  • blue value is 149.
RGB:
(108,122,149)
(42%,48%,58%)

RGB channels and saturation

R 108 of 255 = 42%
G 122 of 255 = 48%
B 149 of 255 = 58%

108
122
149

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

Portions of RGB colors in percentages

R + G + B =
108 + 122 + 149 = 379 (100%)
R 108 of 379 ~ 28.5%
G 122 of 379 ~ 32.19%
B 149 of 379 ~ 39.31%

%28.5
%32.19
%39.31

CMYK color model

#6C7A95 color CMYK value is (28,18,0,42).

  • cyan value is 27.52%
  • magenta value is 18.12%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(28,18,0,42)
C28M18Y0K42 
(28%,18%,0%,42%)
(0.28/0.18/0.00/0.42)	

CMYK percentages

%27.52
%18.12
%0
%41.57

Codes

Color #6C7A95 in popluar color models

6C7A95
RGB108122149
HSL220°16.21%50.39%
HSB/HSV220°27.52%58.43%
CMYK27.52%18.12%0.00%
41.57%

Color #6C7A95 in popluar number systems.

HEX6C7A95
Decimal108122149
Binary1101100111101010010101
Octal154172225

Shades and tints

Shades of #6C7A95

#6C7A95
(108,122,149)
#636F88
(99,111,136)
#5A647B
(90,100,123)
#51596E
(81,89,110)
#484E61
(72,78,97)
#3F4354
(63,67,84)
#363847
(54,56,71)
#2D2D3A
(45,45,58)
#24222D
(36,34,45)
#1B1720
(27,23,32)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #6C7A95

#6C7A95
(108,122,149)
#79869E
(121,134,158)
#8692A7
(134,146,167)
#939EB0
(147,158,176)
#A0AAB9
(160,170,185)
#ADB6C2
(173,182,194)
#BAC2CB
(186,194,203)
#C7CED4
(199,206,212)
#D4DADD
(212,218,221)
#E1E6E6
(225,230,230)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7A95 color. Also use rgb(108,122,149) instead hex code.

Text Font Color

.myTextColor { color: #6C7A95; }

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

This text font color is #6C7A95.


Background Color

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

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

This div background color is #6C7A95.


Border color

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

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

This div border color is #6C7A95.


Opacity

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

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

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

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

This text has shadow with #6C7A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7A95 on black background.


Color preview on white background

This text has color #6C7A95 on white background.



Black color preview on #6C7A95 background

This text has black color on #6C7A95 background.


White color preview on #6C7A95 background

This text has white color on #6C7A95 background.