COLOR #6596AC

HEX: #6596AC RGB: (101,150,172)

Color info

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

RGB color model

#6596AC color RGB value is (101,150,172).

RGB: (101,150,172) (40%, 59%, 67%)

RGB channels and saturation

R 101 of 255 = 40%
G 150 of 255 = 59%
B 172 of 255 = 67%

101
150
172

R + G + B ~ 55%. #6596AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 101 + 150 + 172 = 423 (100%)
R 101 of 423 ~ 23.88%
G 150 of 423 ~ 35.46%
B 172 of 423 ~ 40.66'%

%23.88
%35.46
%40.66

CMYK color model

#6596AC color CMYK value is (41,13,0,33).

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

CMYK: (41,13,0,33)
C41M13Y0K33 (41%, 13%, 0%, 33%)
(0.41 / 0.13 / 0.00 / 0.33)

CMYK percentages

%41.28
%12.79
%0
%32.55

Codes

Color #6596AC in popluar color models

65 96 AC
RGB 101 150 172
HSL 199° 29.96% 53.53%
HSB/HSV 199° 41.28% 67.45%
CMYK 41.28% 12.79% 0.00%
32.55%

Color #6596AC in popluar number systems.

HEX 65 96 AC
Decimal 101 150 172
Binary 1100101 10010110 10101100
Octal 145 226 254

Shades and tints

Shades of #6596AC

#6596AC
(101,150,172)
#5C899D
(92,137,157)
#537C8E
(83,124,142)
#4A6F7F
(74,111,127)
#416270
(65,98,112)
#385561
(56,85,97)
#2F4852
(47,72,82)
#263B43
(38,59,67)
#1D2E34
(29,46,52)
#142125
(20,33,37)
#0B1416
(11,20,22)
#000000
(0,0,0)

Tints of #6596AC

#6596AC
(101,150,172)
#739FB3
(115,159,179)
#81A8BA
(129,168,186)
#8FB1C1
(143,177,193)
#9DBAC8
(157,186,200)
#ABC3CF
(171,195,207)
#B9CCD6
(185,204,214)
#C7D5DD
(199,213,221)
#D5DEE4
(213,222,228)
#E3E7EB
(227,231,235)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6596AC color. Also use rgb(101,150,172) instead hex code.

Text Font Color

.myTextColor { color: #6596AC; }

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

This text font color is #6596AC.

Background Color

.myBgColor { background-color: #6596AC; }

<div style="background-color:#6596AC">Inner text</div>

This div background color is #6596AC.

Border color

.myBorderColor { border: 1px solid #6596AC; }

<div style="border:3px solid #6596AC">Div</div>

This div border color is #6596AC.

Opacity

.myOpacity80 { color: #6596AC; opacity: 0.8; }

<p style="color:#6596AC;opacity:0.8;">80%</p>

Text with #6596AC 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 #6596AC;}

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

This text has shadow with #6596AC color.


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

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

This text has shadow with #6596AC primary color and red secondary color.


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

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

This text has shadow with #6596AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6596AC.

Preview

Color preview on black background

This text has color #6596AC on black background.


Color preview on white background

This text has color #6596AC on white background.


Black color preview on #6596AC background

This text has black color on #6596AC background.


White color preview on #6596AC background

This text has white color on #6596AC background.


Related colors

Complementary color

Complementary color for #hex is #9A6953.


I love getcolorcode.com

Triadic colors

1 #AC6596 and #96AC65 with #6596AC are triadic colors.

2 #AC9665 and #9665AC with #6596AC are triadic colors.