COLOR #6F96AB

HEX: #6F96AB RGB: (111,150,171)

Color info

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

RGB color model

#6F96AB color RGB value is (111,150,171).

RGB: (111,150,171) (44%, 59%, 67%)

RGB channels and saturation

R 111 of 255 = 44%
G 150 of 255 = 59%
B 171 of 255 = 67%

111
150
171

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

Portions of RGB colors in percentages

R + G + B = 111 + 150 + 171 = 432 (100%)
R 111 of 432 ~ 25.69%
G 150 of 432 ~ 34.72%
B 171 of 432 ~ 39.58'%

%25.69
%34.72
%39.58

CMYK color model

#6F96AB color CMYK value is (35,12,0,33).

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

CMYK: (35,12,0,33)
C35M12Y0K33 (35%, 12%, 0%, 33%)
(0.35 / 0.12 / 0.00 / 0.33)

CMYK percentages

%35.09
%12.28
%0
%32.94

Codes

Color #6F96AB in popluar color models

6F 96 AB
RGB 111 150 171
HSL 201° 26.32% 55.29%
HSB/HSV 201° 35.09% 67.06%
CMYK 35.09% 12.28% 0.00%
32.94%

Color #6F96AB in popluar number systems.

HEX 6F 96 AB
Decimal 111 150 171
Binary 1101111 10010110 10101011
Octal 157 226 253

Shades and tints

Shades of #6F96AB

#6F96AB
(111,150,171)
#65899C
(101,137,156)
#5B7C8D
(91,124,141)
#516F7E
(81,111,126)
#47626F
(71,98,111)
#3D5560
(61,85,96)
#334851
(51,72,81)
#293B42
(41,59,66)
#1F2E33
(31,46,51)
#152124
(21,33,36)
#0B1415
(11,20,21)
#000000
(0,0,0)

Tints of #6F96AB

#6F96AB
(111,150,171)
#7C9FB2
(124,159,178)
#89A8B9
(137,168,185)
#96B1C0
(150,177,192)
#A3BAC7
(163,186,199)
#B0C3CE
(176,195,206)
#BDCCD5
(189,204,213)
#CAD5DC
(202,213,220)
#D7DEE3
(215,222,227)
#E4E7EA
(228,231,234)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F96AB; }

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

This text font color is #6F96AB.

Background Color

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

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

This div background color is #6F96AB.

Border color

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

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

This div border color is #6F96AB.

Opacity

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

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

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

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

This text has shadow with #6F96AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F96AB.

Preview

Color preview on black background

This text has color #6F96AB on black background.


Color preview on white background

This text has color #6F96AB on white background.


Black color preview on #6F96AB background

This text has black color on #6F96AB background.


White color preview on #6F96AB background

This text has white color on #6F96AB background.


Related colors

Complementary color

Complementary color for #hex is #906954.


I love getcolorcode.com

Triadic colors

1 #AB6F96 and #96AB6F with #6F96AB are triadic colors.

2 #AB966F and #966FAB with #6F96AB are triadic colors.