COLOR #6C7881

HEX: #6C7881
RGB: (108,120,129)

Color info

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

RGB color model

#6C7881 color RGB value is (108,120,129).

  • red value is 108;
  • green value is 120;
  • blue value is 129.
RGB:
(108,120,129)
(42%,47%,51%)

RGB channels and saturation

R 108 of 255 = 42%
G 120 of 255 = 47%
B 129 of 255 = 51%

108
120
129

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

Portions of RGB colors in percentages

R + G + B =
108 + 120 + 129 = 357 (100%)
R 108 of 357 ~ 30.25%
G 120 of 357 ~ 33.61%
B 129 of 357 ~ 36.13%

%30.25
%33.61
%36.13

CMYK color model

#6C7881 color CMYK value is (16,7,0,49).

  • cyan value is 16.28%
  • magenta value is 6.98%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(16,7,0,49)
C16M7Y0K49 
(16%,7%,0%,49%)
(0.16/0.07/0.00/0.49)	

CMYK percentages

%16.28
%6.98
%0
%49.41

Codes

Color #6C7881 in popluar color models

6C7881
RGB108120129
HSL206°8.86%46.47%
HSB/HSV206°16.28%50.59%
CMYK16.28%6.98%0.00%
49.41%

Color #6C7881 in popluar number systems.

HEX6C7881
Decimal108120129
Binary1101100111100010000001
Octal154170201

Shades and tints

Shades of #6C7881

#6C7881
(108,120,129)
#636E76
(99,110,118)
#5A646B
(90,100,107)
#515A60
(81,90,96)
#485055
(72,80,85)
#3F464A
(63,70,74)
#363C3F
(54,60,63)
#2D3234
(45,50,52)
#242829
(36,40,41)
#1B1E1E
(27,30,30)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #6C7881

#6C7881
(108,120,129)
#79848C
(121,132,140)
#869097
(134,144,151)
#939CA2
(147,156,162)
#A0A8AD
(160,168,173)
#ADB4B8
(173,180,184)
#BAC0C3
(186,192,195)
#C7CCCE
(199,204,206)
#D4D8D9
(212,216,217)
#E1E4E4
(225,228,228)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7881 color. Also use rgb(108,120,129) instead hex code.

Text Font Color

.myTextColor { color: #6C7881; }

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

This text font color is #6C7881.


Background Color

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

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

This div background color is #6C7881.


Border color

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

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

This div border color is #6C7881.


Opacity

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

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

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

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

This text has shadow with #6C7881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7881 on black background.


Color preview on white background

This text has color #6C7881 on white background.



Black color preview on #6C7881 background

This text has black color on #6C7881 background.


White color preview on #6C7881 background

This text has white color on #6C7881 background.