COLOR #6C907E

HEX: #6C907E RGB: (108,144,126)

Color info

#6C907E contains red, green and blue colors in about the same proportion. Web safe color of #6C907E is #669966 (or #696).

RGB color model

#6C907E color RGB value is (108,144,126).

RGB: (108,144,126) (42%, 56%, 49%)

RGB channels and saturation

R 108 of 255 = 42%
G 144 of 255 = 56%
B 126 of 255 = 49%

108
144
126

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

Portions of RGB colors in percentages

R + G + B = 108 + 144 + 126 = 378 (100%)
R 108 of 378 ~ 28.57%
G 144 of 378 ~ 38.1%
B 126 of 378 ~ 33.33'%

%28.57
%38.1
%33.33

CMYK color model

#6C907E color CMYK value is (25,0,13,44).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 43.53%

CMYK: (25,0,13,44)
C25M0Y13K44 (25%, 0%, 13%, 44%)
(0.25 / 0.00 / 0.13 / 0.44)

CMYK percentages

%25
%0
%12.5
%43.53

Codes

Color #6C907E in popluar color models

6C 90 7E
RGB 108 144 126
HSL 150° 14.29% 49.41%
HSB/HSV 150° 25.00% 56.47%
CMYK 25.00% 0.00% 12.50%
43.53%

Color #6C907E in popluar number systems.

HEX 6C 90 7E
Decimal 108 144 126
Binary 1101100 10010000 1111110
Octal 154 220 176

Shades and tints

Shades of #6C907E

#6C907E
(108,144,126)
#638373
(99,131,115)
#5A7668
(90,118,104)
#51695D
(81,105,93)
#485C52
(72,92,82)
#3F4F47
(63,79,71)
#36423C
(54,66,60)
#2D3531
(45,53,49)
#242826
(36,40,38)
#1B1B1B
(27,27,27)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #6C907E

#6C907E
(108,144,126)
#799A89
(121,154,137)
#86A494
(134,164,148)
#93AE9F
(147,174,159)
#A0B8AA
(160,184,170)
#ADC2B5
(173,194,181)
#BACCC0
(186,204,192)
#C7D6CB
(199,214,203)
#D4E0D6
(212,224,214)
#E1EAE1
(225,234,225)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C907E color. Also use rgb(108,144,126) instead hex code.

Text Font Color

.myTextColor { color: #6C907E; }

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

This text font color is #6C907E.

Background Color

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

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

This div background color is #6C907E.

Border color

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

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

This div border color is #6C907E.

Opacity

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

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

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

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

This text has shadow with #6C907E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C907E.

Preview

Color preview on black background

This text has color #6C907E on black background.


Color preview on white background

This text has color #6C907E on white background.


Black color preview on #6C907E background

This text has black color on #6C907E background.


White color preview on #6C907E background

This text has white color on #6C907E background.


Related colors

Complementary color

Complementary color for #hex is #936F81.


I love getcolorcode.com

Triadic colors

1 #7E6C90 and #907E6C with #6C907E are triadic colors.

2 #7E906C and #906C7E with #6C907E are triadic colors.