COLOR #6C868E

HEX: #6C868E
RGB: (108,134,142)

Color info

#6C868E contains red, green and blue colors in about the same proportion. Web safe color of #6C868E is #669999 (or #699).

RGB color model

#6C868E color RGB value is (108,134,142).

  • red value is 108;
  • green value is 134;
  • blue value is 142.
RGB:
(108,134,142)
(42%,53%,56%)

RGB channels and saturation

R 108 of 255 = 42%
G 134 of 255 = 53%
B 142 of 255 = 56%

108
134
142

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

Portions of RGB colors in percentages

R + G + B =
108 + 134 + 142 = 384 (100%)
R 108 of 384 ~ 28.13%
G 134 of 384 ~ 34.9%
B 142 of 384 ~ 36.98%

%28.13
%34.9
%36.98

CMYK color model

#6C868E color CMYK value is (24,6,0,44).

  • cyan value is 23.94%
  • magenta value is 5.63%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(24,6,0,44)
C24M6Y0K44 
(24%,6%,0%,44%)
(0.24/0.06/0.00/0.44)	

CMYK percentages

%23.94
%5.63
%0
%44.31

Codes

Color #6C868E in popluar color models

6C868E
RGB108134142
HSL194°13.60%49.02%
HSB/HSV194°23.94%55.69%
CMYK23.94%5.63%0.00%
44.31%

Color #6C868E in popluar number systems.

HEX6C868E
Decimal108134142
Binary11011001000011010001110
Octal154206216

Shades and tints

Shades of #6C868E

#6C868E
(108,134,142)
#637A82
(99,122,130)
#5A6E76
(90,110,118)
#51626A
(81,98,106)
#48565E
(72,86,94)
#3F4A52
(63,74,82)
#363E46
(54,62,70)
#2D323A
(45,50,58)
#24262E
(36,38,46)
#1B1A22
(27,26,34)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #6C868E

#6C868E
(108,134,142)
#799198
(121,145,152)
#869CA2
(134,156,162)
#93A7AC
(147,167,172)
#A0B2B6
(160,178,182)
#ADBDC0
(173,189,192)
#BAC8CA
(186,200,202)
#C7D3D4
(199,211,212)
#D4DEDE
(212,222,222)
#E1E9E8
(225,233,232)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C868E color. Also use rgb(108,134,142) instead hex code.

Text Font Color

.myTextColor { color: #6C868E; }

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

This text font color is #6C868E.


Background Color

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

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

This div background color is #6C868E.


Border color

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

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

This div border color is #6C868E.


Opacity

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

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

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

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

This text has shadow with #6C868E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C868E on black background.


Color preview on white background

This text has color #6C868E on white background.



Black color preview on #6C868E background

This text has black color on #6C868E background.


White color preview on #6C868E background

This text has white color on #6C868E background.