COLOR #6C819F

HEX: #6C819F RGB: (108,129,159)

Color info

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

RGB color model

#6C819F color RGB value is (108,129,159).

RGB: (108,129,159) (42%, 51%, 62%)

RGB channels and saturation

R 108 of 255 = 42%
G 129 of 255 = 51%
B 159 of 255 = 62%

108
129
159

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

Portions of RGB colors in percentages

R + G + B = 108 + 129 + 159 = 396 (100%)
R 108 of 396 ~ 27.27%
G 129 of 396 ~ 32.58%
B 159 of 396 ~ 40.15'%

%27.27
%32.58
%40.15

CMYK color model

#6C819F color CMYK value is (32,19,0,38).

  • cyan value is 32.08%
  • magenta value is 18.87%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK: (32,19,0,38) C32M19Y0K38 (32%,19%,0%,38%) (0.32/0.19/0.00/0.38) 

CMYK percentages

%32.08
%18.87
%0
%37.65

Codes

Color #6C819F in popluar color models

6C 81 9F
RGB 108 129 159
HSL 215° 20.99% 52.35%
HSB/HSV 215° 32.08% 62.35%
CMYK 32.08% 18.87% 0.00%
37.65%

Color #6C819F in popluar number systems.

HEX 6C 81 9F
Decimal 108 129 159
Binary 1101100 10000001 10011111
Octal 154 201 237

Shades and tints

Shades of #6C819F

#6C819F
(108,129,159)
#637691
(99,118,145)
#5A6B83
(90,107,131)
#516075
(81,96,117)
#485567
(72,85,103)
#3F4A59
(63,74,89)
#363F4B
(54,63,75)
#2D343D
(45,52,61)
#24292F
(36,41,47)
#1B1E21
(27,30,33)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #6C819F

#6C819F
(108,129,159)
#798CA7
(121,140,167)
#8697AF
(134,151,175)
#93A2B7
(147,162,183)
#A0ADBF
(160,173,191)
#ADB8C7
(173,184,199)
#BAC3CF
(186,195,207)
#C7CED7
(199,206,215)
#D4D9DF
(212,217,223)
#E1E4E7
(225,228,231)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C819F; }

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

This text font color is #6C819F.

Background Color

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

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

This div background color is #6C819F.

Border color

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

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

This div border color is #6C819F.

Opacity

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

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

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

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

This text has shadow with #6C819F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C819F.

Preview

Color preview on black background

This text has color #6C819F on black background.


Color preview on white background

This text has color #6C819F on white background.


Black color preview on #6C819F background

This text has black color on #6C819F background.


White color preview on #6C819F background

This text has white color on #6C819F background.


Related colors

Complementary color

Complementary color for #hex is #937E60.


I love getcolorcode.com

Triadic colors

1 #9F6C81 and #819F6C with #6C819F are triadic colors.

2 #9F816C and #816C9F with #6C819F are triadic colors.