COLOR #6B96A8

HEX: #6B96A8
RGB: (107,150,168)

Color info

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

RGB color model

#6B96A8 color RGB value is (107,150,168).

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

RGB channels and saturation

R 107 of 255 = 42%
G 150 of 255 = 59%
B 168 of 255 = 66%

107
150
168

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

Portions of RGB colors in percentages

R + G + B =
107 + 150 + 168 = 425 (100%)
R 107 of 425 ~ 25.18%
G 150 of 425 ~ 35.29%
B 168 of 425 ~ 39.53%

%25.18
%35.29
%39.53

CMYK color model

#6B96A8 color CMYK value is (36,11,0,34).

  • cyan value is 36.31%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(36,11,0,34)
C36M11Y0K34 
(36%,11%,0%,34%)
(0.36/0.11/0.00/0.34)	

CMYK percentages

%36.31
%10.71
%0
%34.12

Codes

Color #6B96A8 in popluar color models

6B96A8
RGB107150168
HSL198°25.96%53.92%
HSB/HSV198°36.31%65.88%
CMYK36.31%10.71%0.00%
34.12%

Color #6B96A8 in popluar number systems.

HEX6B96A8
Decimal107150168
Binary11010111001011010101000
Octal153226250

Shades and tints

Shades of #6B96A8

#6B96A8
(107,150,168)
#628999
(98,137,153)
#597C8A
(89,124,138)
#506F7B
(80,111,123)
#47626C
(71,98,108)
#3E555D
(62,85,93)
#35484E
(53,72,78)
#2C3B3F
(44,59,63)
#232E30
(35,46,48)
#1A2121
(26,33,33)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #6B96A8

#6B96A8
(107,150,168)
#789FAF
(120,159,175)
#85A8B6
(133,168,182)
#92B1BD
(146,177,189)
#9FBAC4
(159,186,196)
#ACC3CB
(172,195,203)
#B9CCD2
(185,204,210)
#C6D5D9
(198,213,217)
#D3DEE0
(211,222,224)
#E0E7E7
(224,231,231)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B96A8; }

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

This text font color is #6B96A8.


Background Color

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

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

This div background color is #6B96A8.


Border color

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

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

This div border color is #6B96A8.


Opacity

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

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

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

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

This text has shadow with #6B96A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B96A8 on black background.


Color preview on white background

This text has color #6B96A8 on white background.



Black color preview on #6B96A8 background

This text has black color on #6B96A8 background.


White color preview on #6B96A8 background

This text has white color on #6B96A8 background.