COLOR #6C96AD

HEX: #6C96AD RGB: (108,150,173)

Color info

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

RGB color model

#6C96AD color RGB value is (108,150,173).

RGB: (108,150,173) (42%, 59%, 68%)

RGB channels and saturation

R 108 of 255 = 42%
G 150 of 255 = 59%
B 173 of 255 = 68%

108
150
173

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

Portions of RGB colors in percentages

R + G + B = 108 + 150 + 173 = 431 (100%)
R 108 of 431 ~ 25.06%
G 150 of 431 ~ 34.8%
B 173 of 431 ~ 40.14'%

%25.06
%34.8
%40.14

CMYK color model

#6C96AD color CMYK value is (38,13,0,32).

  • cyan value is 37.57%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (38,13,0,32) C38M13Y0K32 (38%,13%,0%,32%) (0.38/0.13/0.00/0.32) 

CMYK percentages

%37.57
%13.29
%0
%32.16

Codes

Color #6C96AD in popluar color models

6C 96 AD
RGB 108 150 173
HSL 201° 28.38% 55.10%
HSB/HSV 201° 37.57% 67.84%
CMYK 37.57% 13.29% 0.00%
32.16%

Color #6C96AD in popluar number systems.

HEX 6C 96 AD
Decimal 108 150 173
Binary 1101100 10010110 10101101
Octal 154 226 255

Shades and tints

Shades of #6C96AD

#6C96AD
(108,150,173)
#63899E
(99,137,158)
#5A7C8F
(90,124,143)
#516F80
(81,111,128)
#486271
(72,98,113)
#3F5562
(63,85,98)
#364853
(54,72,83)
#2D3B44
(45,59,68)
#242E35
(36,46,53)
#1B2126
(27,33,38)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #6C96AD

#6C96AD
(108,150,173)
#799FB4
(121,159,180)
#86A8BB
(134,168,187)
#93B1C2
(147,177,194)
#A0BAC9
(160,186,201)
#ADC3D0
(173,195,208)
#BACCD7
(186,204,215)
#C7D5DE
(199,213,222)
#D4DEE5
(212,222,229)
#E1E7EC
(225,231,236)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C96AD; }

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

This text font color is #6C96AD.

Background Color

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

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

This div background color is #6C96AD.

Border color

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

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

This div border color is #6C96AD.

Opacity

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

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

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

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

This text has shadow with #6C96AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C96AD.

Preview

Color preview on black background

This text has color #6C96AD on black background.


Color preview on white background

This text has color #6C96AD on white background.


Black color preview on #6C96AD background

This text has black color on #6C96AD background.


White color preview on #6C96AD background

This text has white color on #6C96AD background.


Related colors

Complementary color

Complementary color for #hex is #936952.


I love getcolorcode.com

Triadic colors

1 #AD6C96 and #96AD6C with #6C96AD are triadic colors.

2 #AD966C and #966CAD with #6C96AD are triadic colors.