COLOR #6C81AA

HEX: #6C81AA
RGB: (108,129,170)

Color info

#6C81AA contains mainly green and blue colors. Web safe color of #6C81AA is #669999 (or #699).

RGB color model

#6C81AA color RGB value is (108,129,170).

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

RGB channels and saturation

R 108 of 255 = 42%
G 129 of 255 = 51%
B 170 of 255 = 67%

108
129
170

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

Portions of RGB colors in percentages

R + G + B =
108 + 129 + 170 = 407 (100%)
R 108 of 407 ~ 26.54%
G 129 of 407 ~ 31.7%
B 170 of 407 ~ 41.77%

%26.54
%31.7
%41.77

CMYK color model

#6C81AA color CMYK value is (36,24,0,33).

  • cyan value is 36.47%
  • magenta value is 24.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(36,24,0,33)
C36M24Y0K33 
(36%,24%,0%,33%)
(0.36/0.24/0.00/0.33)	

CMYK percentages

%36.47
%24.12
%0
%33.33

Codes

Color #6C81AA in popluar color models

6C81AA
RGB108129170
HSL220°26.72%54.51%
HSB/HSV220°36.47%66.67%
CMYK36.47%24.12%0.00%
33.33%

Color #6C81AA in popluar number systems.

HEX6C81AA
Decimal108129170
Binary11011001000000110101010
Octal154201252

Shades and tints

Shades of #6C81AA

#6C81AA
(108,129,170)
#63769B
(99,118,155)
#5A6B8C
(90,107,140)
#51607D
(81,96,125)
#48556E
(72,85,110)
#3F4A5F
(63,74,95)
#363F50
(54,63,80)
#2D3441
(45,52,65)
#242932
(36,41,50)
#1B1E23
(27,30,35)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #6C81AA

#6C81AA
(108,129,170)
#798CB1
(121,140,177)
#8697B8
(134,151,184)
#93A2BF
(147,162,191)
#A0ADC6
(160,173,198)
#ADB8CD
(173,184,205)
#BAC3D4
(186,195,212)
#C7CEDB
(199,206,219)
#D4D9E2
(212,217,226)
#E1E4E9
(225,228,233)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C81AA; }

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

This text font color is #6C81AA.


Background Color

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

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

This div background color is #6C81AA.


Border color

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

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

This div border color is #6C81AA.


Opacity

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

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

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

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

This text has shadow with #6C81AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C81AA on black background.


Color preview on white background

This text has color #6C81AA on white background.



Black color preview on #6C81AA background

This text has black color on #6C81AA background.


White color preview on #6C81AA background

This text has white color on #6C81AA background.