COLOR #6B96B5

HEX: #6B96B5
RGB: (107,150,181)

Color info

#6B96B5 contains mainly green and blue colors. Web safe color of #6B96B5 is #6699CC (or #69C).

RGB color model

#6B96B5 color RGB value is (107,150,181).

  • red value is 107;
  • green value is 150;
  • blue value is 181.
RGB:
(107,150,181)
(42%,59%,71%)

RGB channels and saturation

R 107 of 255 = 42%
G 150 of 255 = 59%
B 181 of 255 = 71%

107
150
181

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

Portions of RGB colors in percentages

R + G + B =
107 + 150 + 181 = 438 (100%)
R 107 of 438 ~ 24.43%
G 150 of 438 ~ 34.25%
B 181 of 438 ~ 41.32%

%24.43
%34.25
%41.32

CMYK color model

#6B96B5 color CMYK value is (41,17,0,29).

  • cyan value is 40.88%
  • magenta value is 17.13%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(41,17,0,29)
C41M17Y0K29 
(41%,17%,0%,29%)
(0.41/0.17/0.00/0.29)	

CMYK percentages

%40.88
%17.13
%0
%29.02

Codes

Color #6B96B5 in popluar color models

6B96B5
RGB107150181
HSL205°33.33%56.47%
HSB/HSV205°40.88%70.98%
CMYK40.88%17.13%0.00%
29.02%

Color #6B96B5 in popluar number systems.

HEX6B96B5
Decimal107150181
Binary11010111001011010110101
Octal153226265

Shades and tints

Shades of #6B96B5

#6B96B5
(107,150,181)
#6289A5
(98,137,165)
#597C95
(89,124,149)
#506F85
(80,111,133)
#476275
(71,98,117)
#3E5565
(62,85,101)
#354855
(53,72,85)
#2C3B45
(44,59,69)
#232E35
(35,46,53)
#1A2125
(26,33,37)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #6B96B5

#6B96B5
(107,150,181)
#789FBB
(120,159,187)
#85A8C1
(133,168,193)
#92B1C7
(146,177,199)
#9FBACD
(159,186,205)
#ACC3D3
(172,195,211)
#B9CCD9
(185,204,217)
#C6D5DF
(198,213,223)
#D3DEE5
(211,222,229)
#E0E7EB
(224,231,235)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B96B5 color. Also use rgb(107,150,181) instead hex code.

Text Font Color

.myTextColor { color: #6B96B5; }

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

This text font color is #6B96B5.


Background Color

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

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

This div background color is #6B96B5.


Border color

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

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

This div border color is #6B96B5.


Opacity

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

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

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

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

This text has shadow with #6B96B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B96B5 on black background.


Color preview on white background

This text has color #6B96B5 on white background.



Black color preview on #6B96B5 background

This text has black color on #6B96B5 background.


White color preview on #6B96B5 background

This text has white color on #6B96B5 background.