COLOR #6B96AC

HEX: #6B96AC RGB: (107,150,172)

Color info

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

RGB color model

#6B96AC color RGB value is (107,150,172).

RGB: (107,150,172) (42%, 59%, 67%)

RGB channels and saturation

R 107 of 255 = 42%
G 150 of 255 = 59%
B 172 of 255 = 67%

107
150
172

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

Portions of RGB colors in percentages

R + G + B = 107 + 150 + 172 = 429 (100%)
R 107 of 429 ~ 24.94%
G 150 of 429 ~ 34.97%
B 172 of 429 ~ 40.09'%

%24.94
%34.97
%40.09

CMYK color model

#6B96AC color CMYK value is (38,13,0,33).

  • cyan value is 37.79%
  • magenta value is 12.79%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (38,13,0,33)
C38M13Y0K33 (38%, 13%, 0%, 33%)
(0.38 / 0.13 / 0.00 / 0.33)

CMYK percentages

%37.79
%12.79
%0
%32.55

Codes

Color #6B96AC in popluar color models

6B 96 AC
RGB 107 150 172
HSL 200° 28.14% 54.71%
HSB/HSV 200° 37.79% 67.45%
CMYK 37.79% 12.79% 0.00%
32.55%

Color #6B96AC in popluar number systems.

HEX 6B 96 AC
Decimal 107 150 172
Binary 1101011 10010110 10101100
Octal 153 226 254

Shades and tints

Shades of #6B96AC

#6B96AC
(107,150,172)
#62899D
(98,137,157)
#597C8E
(89,124,142)
#506F7F
(80,111,127)
#476270
(71,98,112)
#3E5561
(62,85,97)
#354852
(53,72,82)
#2C3B43
(44,59,67)
#232E34
(35,46,52)
#1A2125
(26,33,37)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #6B96AC

#6B96AC
(107,150,172)
#789FB3
(120,159,179)
#85A8BA
(133,168,186)
#92B1C1
(146,177,193)
#9FBAC8
(159,186,200)
#ACC3CF
(172,195,207)
#B9CCD6
(185,204,214)
#C6D5DD
(198,213,221)
#D3DEE4
(211,222,228)
#E0E7EB
(224,231,235)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B96AC; }

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

This text font color is #6B96AC.

Background Color

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

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

This div background color is #6B96AC.

Border color

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

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

This div border color is #6B96AC.

Opacity

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

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

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

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

This text has shadow with #6B96AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B96AC.

Preview

Color preview on black background

This text has color #6B96AC on black background.


Color preview on white background

This text has color #6B96AC on white background.


Black color preview on #6B96AC background

This text has black color on #6B96AC background.


White color preview on #6B96AC background

This text has white color on #6B96AC background.


Related colors

Complementary color

Complementary color for #hex is #946953.


I love getcolorcode.com

Triadic colors

1 #AC6B96 and #96AC6B with #6B96AC are triadic colors.

2 #AC966B and #966BAC with #6B96AC are triadic colors.