COLOR #6C8090

HEX: #6C8090 RGB: (108,128,144)

Color info

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

RGB color model

#6C8090 color RGB value is (108,128,144).

RGB: (108,128,144) (42%, 50%, 56%)

RGB channels and saturation

R 108 of 255 = 42%
G 128 of 255 = 50%
B 144 of 255 = 56%

108
128
144

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

Portions of RGB colors in percentages

R + G + B = 108 + 128 + 144 = 380 (100%)
R 108 of 380 ~ 28.42%
G 128 of 380 ~ 33.68%
B 144 of 380 ~ 37.89'%

%28.42
%33.68
%37.89

CMYK color model

#6C8090 color CMYK value is (25,11,0,44).

  • cyan value is 25.00%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (25,11,0,44) C25M11Y0K44 (25%,11%,0%,44%) (0.25/0.11/0.00/0.44) 

CMYK percentages

%25
%11.11
%0
%43.53

Codes

Color #6C8090 in popluar color models

6C 80 90
RGB 108 128 144
HSL 207° 14.29% 49.41%
HSB/HSV 207° 25.00% 56.47%
CMYK 25.00% 11.11% 0.00%
43.53%

Color #6C8090 in popluar number systems.

HEX 6C 80 90
Decimal 108 128 144
Binary 1101100 10000000 10010000
Octal 154 200 220

Shades and tints

Shades of #6C8090

#6C8090
(108,128,144)
#637583
(99,117,131)
#5A6A76
(90,106,118)
#515F69
(81,95,105)
#48545C
(72,84,92)
#3F494F
(63,73,79)
#363E42
(54,62,66)
#2D3335
(45,51,53)
#242828
(36,40,40)
#1B1D1B
(27,29,27)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #6C8090

#6C8090
(108,128,144)
#798B9A
(121,139,154)
#8696A4
(134,150,164)
#93A1AE
(147,161,174)
#A0ACB8
(160,172,184)
#ADB7C2
(173,183,194)
#BAC2CC
(186,194,204)
#C7CDD6
(199,205,214)
#D4D8E0
(212,216,224)
#E1E3EA
(225,227,234)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8090; }

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

This text font color is #6C8090.

Background Color

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

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

This div background color is #6C8090.

Border color

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

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

This div border color is #6C8090.

Opacity

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

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

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

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

This text has shadow with #6C8090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8090.

Preview

Color preview on black background

This text has color #6C8090 on black background.


Color preview on white background

This text has color #6C8090 on white background.


Black color preview on #6C8090 background

This text has black color on #6C8090 background.


White color preview on #6C8090 background

This text has white color on #6C8090 background.


Related colors

Complementary color

Complementary color for #hex is #937F6F.


I love getcolorcode.com

Triadic colors

1 #906C80 and #80906C with #6C8090 are triadic colors.

2 #90806C and #806C90 with #6C8090 are triadic colors.