COLOR #6C8198

HEX: #6C8198 RGB: (108,129,152)

Color info

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

RGB color model

#6C8198 color RGB value is (108,129,152).

RGB: (108,129,152) (42%, 51%, 60%)

RGB channels and saturation

R 108 of 255 = 42%
G 129 of 255 = 51%
B 152 of 255 = 60%

108
129
152

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

Portions of RGB colors in percentages

R + G + B = 108 + 129 + 152 = 389 (100%)
R 108 of 389 ~ 27.76%
G 129 of 389 ~ 33.16%
B 152 of 389 ~ 39.07'%

%27.76
%33.16
%39.07

CMYK color model

#6C8198 color CMYK value is (29,15,0,40).

  • cyan value is 28.95%
  • magenta value is 15.13%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (29,15,0,40)
C29M15Y0K40 (29%, 15%, 0%, 40%)
(0.29 / 0.15 / 0.00 / 0.40)

CMYK percentages

%28.95
%15.13
%0
%40.39

Codes

Color #6C8198 in popluar color models

6C 81 98
RGB 108 129 152
HSL 211° 17.60% 50.98%
HSB/HSV 211° 28.95% 59.61%
CMYK 28.95% 15.13% 0.00%
40.39%

Color #6C8198 in popluar number systems.

HEX 6C 81 98
Decimal 108 129 152
Binary 1101100 10000001 10011000
Octal 154 201 230

Shades and tints

Shades of #6C8198

#6C8198
(108,129,152)
#63768B
(99,118,139)
#5A6B7E
(90,107,126)
#516071
(81,96,113)
#485564
(72,85,100)
#3F4A57
(63,74,87)
#363F4A
(54,63,74)
#2D343D
(45,52,61)
#242930
(36,41,48)
#1B1E23
(27,30,35)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #6C8198

#6C8198
(108,129,152)
#798CA1
(121,140,161)
#8697AA
(134,151,170)
#93A2B3
(147,162,179)
#A0ADBC
(160,173,188)
#ADB8C5
(173,184,197)
#BAC3CE
(186,195,206)
#C7CED7
(199,206,215)
#D4D9E0
(212,217,224)
#E1E4E9
(225,228,233)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8198; }

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

This text font color is #6C8198.

Background Color

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

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

This div background color is #6C8198.

Border color

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

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

This div border color is #6C8198.

Opacity

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

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

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

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

This text has shadow with #6C8198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8198.

Preview

Color preview on black background

This text has color #6C8198 on black background.


Color preview on white background

This text has color #6C8198 on white background.


Black color preview on #6C8198 background

This text has black color on #6C8198 background.


White color preview on #6C8198 background

This text has white color on #6C8198 background.


Related colors

Complementary color

Complementary color for #hex is #937E67.


I love getcolorcode.com

Triadic colors

1 #986C81 and #81986C with #6C8198 are triadic colors.

2 #98816C and #816C98 with #6C8198 are triadic colors.