COLOR #6A96AB

HEX: #6A96AB RGB: (106,150,171)

Color info

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

RGB color model

#6A96AB color RGB value is (106,150,171).

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

RGB channels and saturation

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

106
150
171

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

Portions of RGB colors in percentages

R + G + B = 106 + 150 + 171 = 427 (100%)
R 106 of 427 ~ 24.82%
G 150 of 427 ~ 35.13%
B 171 of 427 ~ 40.05'%

%24.82
%35.13
%40.05

CMYK color model

#6A96AB color CMYK value is (38,12,0,33).

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

CMYK: (38,12,0,33)
C38M12Y0K33 (38%, 12%, 0%, 33%)
(0.38 / 0.12 / 0.00 / 0.33)

CMYK percentages

%38.01
%12.28
%0
%32.94

Codes

Color #6A96AB in popluar color models

6A 96 AB
RGB 106 150 171
HSL 199° 27.90% 54.31%
HSB/HSV 199° 38.01% 67.06%
CMYK 38.01% 12.28% 0.00%
32.94%

Color #6A96AB in popluar number systems.

HEX 6A 96 AB
Decimal 106 150 171
Binary 1101010 10010110 10101011
Octal 152 226 253

Shades and tints

Shades of #6A96AB

#6A96AB
(106,150,171)
#61899C
(97,137,156)
#587C8D
(88,124,141)
#4F6F7E
(79,111,126)
#46626F
(70,98,111)
#3D5560
(61,85,96)
#344851
(52,72,81)
#2B3B42
(43,59,66)
#222E33
(34,46,51)
#192124
(25,33,36)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #6A96AB

#6A96AB
(106,150,171)
#779FB2
(119,159,178)
#84A8B9
(132,168,185)
#91B1C0
(145,177,192)
#9EBAC7
(158,186,199)
#ABC3CE
(171,195,206)
#B8CCD5
(184,204,213)
#C5D5DC
(197,213,220)
#D2DEE3
(210,222,227)
#DFE7EA
(223,231,234)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A96AB; }

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

This text font color is #6A96AB.

Background Color

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

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

This div background color is #6A96AB.

Border color

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

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

This div border color is #6A96AB.

Opacity

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

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

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

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

This text has shadow with #6A96AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A96AB.

Preview

Color preview on black background

This text has color #6A96AB on black background.


Color preview on white background

This text has color #6A96AB on white background.


Black color preview on #6A96AB background

This text has black color on #6A96AB background.


White color preview on #6A96AB background

This text has white color on #6A96AB background.


Related colors

Complementary color

Complementary color for #hex is #956954.


I love getcolorcode.com

Triadic colors

1 #AB6A96 and #96AB6A with #6A96AB are triadic colors.

2 #AB966A and #966AAB with #6A96AB are triadic colors.