COLOR #6C8CA2

HEX: #6C8CA2
RGB: (108,140,162)

Color info

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

RGB color model

#6C8CA2 color RGB value is (108,140,162).

  • red value is 108;
  • green value is 140;
  • blue value is 162.
RGB:
(108,140,162)
(42%,55%,64%)

RGB channels and saturation

R 108 of 255 = 42%
G 140 of 255 = 55%
B 162 of 255 = 64%

108
140
162

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

Portions of RGB colors in percentages

R + G + B =
108 + 140 + 162 = 410 (100%)
R 108 of 410 ~ 26.34%
G 140 of 410 ~ 34.15%
B 162 of 410 ~ 39.51%

%26.34
%34.15
%39.51

CMYK color model

#6C8CA2 color CMYK value is (33,14,0,36).

  • cyan value is 33.33%
  • magenta value is 13.58%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(33,14,0,36)
C33M14Y0K36 
(33%,14%,0%,36%)
(0.33/0.14/0.00/0.36)	

CMYK percentages

%33.33
%13.58
%0
%36.47

Codes

Color #6C8CA2 in popluar color models

6C8CA2
RGB108140162
HSL204°22.50%52.94%
HSB/HSV204°33.33%63.53%
CMYK33.33%13.58%0.00%
36.47%

Color #6C8CA2 in popluar number systems.

HEX6C8CA2
Decimal108140162
Binary11011001000110010100010
Octal154214242

Shades and tints

Shades of #6C8CA2

#6C8CA2
(108,140,162)
#638094
(99,128,148)
#5A7486
(90,116,134)
#516878
(81,104,120)
#485C6A
(72,92,106)
#3F505C
(63,80,92)
#36444E
(54,68,78)
#2D3840
(45,56,64)
#242C32
(36,44,50)
#1B2024
(27,32,36)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #6C8CA2

#6C8CA2
(108,140,162)
#7996AA
(121,150,170)
#86A0B2
(134,160,178)
#93AABA
(147,170,186)
#A0B4C2
(160,180,194)
#ADBECA
(173,190,202)
#BAC8D2
(186,200,210)
#C7D2DA
(199,210,218)
#D4DCE2
(212,220,226)
#E1E6EA
(225,230,234)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8CA2 color. Also use rgb(108,140,162) instead hex code.

Text Font Color

.myTextColor { color: #6C8CA2; }

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

This text font color is #6C8CA2.


Background Color

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

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

This div background color is #6C8CA2.


Border color

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

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

This div border color is #6C8CA2.


Opacity

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

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

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

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

This text has shadow with #6C8CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8CA2 on black background.


Color preview on white background

This text has color #6C8CA2 on white background.



Black color preview on #6C8CA2 background

This text has black color on #6C8CA2 background.


White color preview on #6C8CA2 background

This text has white color on #6C8CA2 background.