COLOR #6C96A6

HEX: #6C96A6
RGB: (108,150,166)

Color info

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

RGB color model

#6C96A6 color RGB value is (108,150,166).

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

RGB channels and saturation

R 108 of 255 = 42%
G 150 of 255 = 59%
B 166 of 255 = 65%

108
150
166

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

Portions of RGB colors in percentages

R + G + B =
108 + 150 + 166 = 424 (100%)
R 108 of 424 ~ 25.47%
G 150 of 424 ~ 35.38%
B 166 of 424 ~ 39.15%

%25.47
%35.38
%39.15

CMYK color model

#6C96A6 color CMYK value is (35,10,0,35).

  • cyan value is 34.94%
  • magenta value is 9.64%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(35,10,0,35)
C35M10Y0K35 
(35%,10%,0%,35%)
(0.35/0.10/0.00/0.35)	

CMYK percentages

%34.94
%9.64
%0
%34.9

Codes

Color #6C96A6 in popluar color models

6C96A6
RGB108150166
HSL197°24.58%53.73%
HSB/HSV197°34.94%65.10%
CMYK34.94%9.64%0.00%
34.90%

Color #6C96A6 in popluar number systems.

HEX6C96A6
Decimal108150166
Binary11011001001011010100110
Octal154226246

Shades and tints

Shades of #6C96A6

#6C96A6
(108,150,166)
#638997
(99,137,151)
#5A7C88
(90,124,136)
#516F79
(81,111,121)
#48626A
(72,98,106)
#3F555B
(63,85,91)
#36484C
(54,72,76)
#2D3B3D
(45,59,61)
#242E2E
(36,46,46)
#1B211F
(27,33,31)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #6C96A6

#6C96A6
(108,150,166)
#799FAE
(121,159,174)
#86A8B6
(134,168,182)
#93B1BE
(147,177,190)
#A0BAC6
(160,186,198)
#ADC3CE
(173,195,206)
#BACCD6
(186,204,214)
#C7D5DE
(199,213,222)
#D4DEE6
(212,222,230)
#E1E7EE
(225,231,238)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C96A6; }

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

This text font color is #6C96A6.


Background Color

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

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

This div background color is #6C96A6.


Border color

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

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

This div border color is #6C96A6.


Opacity

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

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

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

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

This text has shadow with #6C96A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C96A6 on black background.


Color preview on white background

This text has color #6C96A6 on white background.



Black color preview on #6C96A6 background

This text has black color on #6C96A6 background.


White color preview on #6C96A6 background

This text has white color on #6C96A6 background.