COLOR #6C81A6

HEX: #6C81A6
RGB: (108,129,166)

Color info

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

RGB color model

#6C81A6 color RGB value is (108,129,166).

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

RGB channels and saturation

R 108 of 255 = 42%
G 129 of 255 = 51%
B 166 of 255 = 65%

108
129
166

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

Portions of RGB colors in percentages

R + G + B =
108 + 129 + 166 = 403 (100%)
R 108 of 403 ~ 26.8%
G 129 of 403 ~ 32.01%
B 166 of 403 ~ 41.19%

%26.8
%32.01
%41.19

CMYK color model

#6C81A6 color CMYK value is (35,22,0,35).

  • cyan value is 34.94%
  • magenta value is 22.29%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(35,22,0,35)
C35M22Y0K35 
(35%,22%,0%,35%)
(0.35/0.22/0.00/0.35)	

CMYK percentages

%34.94
%22.29
%0
%34.9

Codes

Color #6C81A6 in popluar color models

6C81A6
RGB108129166
HSL218°24.58%53.73%
HSB/HSV218°34.94%65.10%
CMYK34.94%22.29%0.00%
34.90%

Color #6C81A6 in popluar number systems.

HEX6C81A6
Decimal108129166
Binary11011001000000110100110
Octal154201246

Shades and tints

Shades of #6C81A6

#6C81A6
(108,129,166)
#637697
(99,118,151)
#5A6B88
(90,107,136)
#516079
(81,96,121)
#48556A
(72,85,106)
#3F4A5B
(63,74,91)
#363F4C
(54,63,76)
#2D343D
(45,52,61)
#24292E
(36,41,46)
#1B1E1F
(27,30,31)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #6C81A6

#6C81A6
(108,129,166)
#798CAE
(121,140,174)
#8697B6
(134,151,182)
#93A2BE
(147,162,190)
#A0ADC6
(160,173,198)
#ADB8CE
(173,184,206)
#BAC3D6
(186,195,214)
#C7CEDE
(199,206,222)
#D4D9E6
(212,217,230)
#E1E4EE
(225,228,238)
#EEEFF6
(238,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C81A6; }

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

This text font color is #6C81A6.


Background Color

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

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

This div background color is #6C81A6.


Border color

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

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

This div border color is #6C81A6.


Opacity

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

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

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

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

This text has shadow with #6C81A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C81A6 on black background.


Color preview on white background

This text has color #6C81A6 on white background.



Black color preview on #6C81A6 background

This text has black color on #6C81A6 background.


White color preview on #6C81A6 background

This text has white color on #6C81A6 background.