COLOR #6B96AB

HEX: #6B96AB RGB: (107,150,171)

Color info

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

RGB color model

#6B96AB color RGB value is (107,150,171).

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

RGB channels and saturation

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

107
150
171

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

Portions of RGB colors in percentages

R + G + B = 107 + 150 + 171 = 428 (100%)
R 107 of 428 ~ 25%
G 150 of 428 ~ 35.05%
B 171 of 428 ~ 39.95'%

%25
%35.05
%39.95

CMYK color model

#6B96AB color CMYK value is (37,12,0,33).

  • cyan value is 37.43%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (37,12,0,33)
C37M12Y0K33 (37%, 12%, 0%, 33%)
(0.37 / 0.12 / 0.00 / 0.33)

CMYK percentages

%37.43
%12.28
%0
%32.94

Codes

Color #6B96AB in popluar color models

6B 96 AB
RGB 107 150 171
HSL 200° 27.59% 54.51%
HSB/HSV 200° 37.43% 67.06%
CMYK 37.43% 12.28% 0.00%
32.94%

Color #6B96AB in popluar number systems.

HEX 6B 96 AB
Decimal 107 150 171
Binary 1101011 10010110 10101011
Octal 153 226 253

Shades and tints

Shades of #6B96AB

#6B96AB
(107,150,171)
#62899C
(98,137,156)
#597C8D
(89,124,141)
#506F7E
(80,111,126)
#47626F
(71,98,111)
#3E5560
(62,85,96)
#354851
(53,72,81)
#2C3B42
(44,59,66)
#232E33
(35,46,51)
#1A2124
(26,33,36)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #6B96AB

#6B96AB
(107,150,171)
#789FB2
(120,159,178)
#85A8B9
(133,168,185)
#92B1C0
(146,177,192)
#9FBAC7
(159,186,199)
#ACC3CE
(172,195,206)
#B9CCD5
(185,204,213)
#C6D5DC
(198,213,220)
#D3DEE3
(211,222,227)
#E0E7EA
(224,231,234)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B96AB; }

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

This text font color is #6B96AB.

Background Color

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

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

This div background color is #6B96AB.

Border color

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

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

This div border color is #6B96AB.

Opacity

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

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

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

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

This text has shadow with #6B96AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B96AB.

Preview

Color preview on black background

This text has color #6B96AB on black background.


Color preview on white background

This text has color #6B96AB on white background.


Black color preview on #6B96AB background

This text has black color on #6B96AB background.


White color preview on #6B96AB background

This text has white color on #6B96AB background.


Related colors

Complementary color

Complementary color for #hex is #946954.


I love getcolorcode.com

Triadic colors

1 #AB6B96 and #96AB6B with #6B96AB are triadic colors.

2 #AB966B and #966BAB with #6B96AB are triadic colors.