COLOR #6D96B3

HEX: #6D96B3
RGB: (109,150,179)

Color info

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

RGB color model

#6D96B3 color RGB value is (109,150,179).

  • red value is 109;
  • green value is 150;
  • blue value is 179.
RGB:
(109,150,179)
(43%,59%,70%)

RGB channels and saturation

R 109 of 255 = 43%
G 150 of 255 = 59%
B 179 of 255 = 70%

109
150
179

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

Portions of RGB colors in percentages

R + G + B =
109 + 150 + 179 = 438 (100%)
R 109 of 438 ~ 24.89%
G 150 of 438 ~ 34.25%
B 179 of 438 ~ 40.87%

%24.89
%34.25
%40.87

CMYK color model

#6D96B3 color CMYK value is (39,16,0,30).

  • cyan value is 39.11%
  • magenta value is 16.20%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(39,16,0,30)
C39M16Y0K30 
(39%,16%,0%,30%)
(0.39/0.16/0.00/0.30)	

CMYK percentages

%39.11
%16.2
%0
%29.8

Codes

Color #6D96B3 in popluar color models

6D96B3
RGB109150179
HSL205°31.53%56.47%
HSB/HSV205°39.11%70.20%
CMYK39.11%16.20%0.00%
29.80%

Color #6D96B3 in popluar number systems.

HEX6D96B3
Decimal109150179
Binary11011011001011010110011
Octal155226263

Shades and tints

Shades of #6D96B3

#6D96B3
(109,150,179)
#6489A3
(100,137,163)
#5B7C93
(91,124,147)
#526F83
(82,111,131)
#496273
(73,98,115)
#405563
(64,85,99)
#374853
(55,72,83)
#2E3B43
(46,59,67)
#252E33
(37,46,51)
#1C2123
(28,33,35)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #6D96B3

#6D96B3
(109,150,179)
#7A9FB9
(122,159,185)
#87A8BF
(135,168,191)
#94B1C5
(148,177,197)
#A1BACB
(161,186,203)
#AEC3D1
(174,195,209)
#BBCCD7
(187,204,215)
#C8D5DD
(200,213,221)
#D5DEE3
(213,222,227)
#E2E7E9
(226,231,233)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D96B3 color. Also use rgb(109,150,179) instead hex code.

Text Font Color

.myTextColor { color: #6D96B3; }

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

This text font color is #6D96B3.


Background Color

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

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

This div background color is #6D96B3.


Border color

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

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

This div border color is #6D96B3.


Opacity

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

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

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

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

This text has shadow with #6D96B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D96B3 on black background.


Color preview on white background

This text has color #6D96B3 on white background.



Black color preview on #6D96B3 background

This text has black color on #6D96B3 background.


White color preview on #6D96B3 background

This text has white color on #6D96B3 background.