COLOR #6596C4

HEX: #6596C4
RGB: (101,150,196)

Color info

#6596C4 contains mainly green and blue colors. Web safe color of #6596C4 is #6699CC (or #69C).

RGB color model

#6596C4 color RGB value is (101,150,196).

  • red value is 101;
  • green value is 150;
  • blue value is 196.
RGB:
(101,150,196)
(40%,59%,77%)

RGB channels and saturation

R 101 of 255 = 40%
G 150 of 255 = 59%
B 196 of 255 = 77%

101
150
196

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

Portions of RGB colors in percentages

R + G + B =
101 + 150 + 196 = 447 (100%)
R 101 of 447 ~ 22.6%
G 150 of 447 ~ 33.56%
B 196 of 447 ~ 43.85%

%22.6
%33.56
%43.85

CMYK color model

#6596C4 color CMYK value is (48,23,0,23).

  • cyan value is 48.47%
  • magenta value is 23.47%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(48,23,0,23)
C48M23Y0K23 
(48%,23%,0%,23%)
(0.48/0.23/0.00/0.23)	

CMYK percentages

%48.47
%23.47
%0
%23.14

Codes

Color #6596C4 in popluar color models

6596C4
RGB101150196
HSL209°44.60%58.24%
HSB/HSV209°48.47%76.86%
CMYK48.47%23.47%0.00%
23.14%

Color #6596C4 in popluar number systems.

HEX6596C4
Decimal101150196
Binary11001011001011011000100
Octal145226304

Shades and tints

Shades of #6596C4

#6596C4
(101,150,196)
#5C89B3
(92,137,179)
#537CA2
(83,124,162)
#4A6F91
(74,111,145)
#416280
(65,98,128)
#38556F
(56,85,111)
#2F485E
(47,72,94)
#263B4D
(38,59,77)
#1D2E3C
(29,46,60)
#14212B
(20,33,43)
#0B141A
(11,20,26)
#000000
(0,0,0)

Tints of #6596C4

#6596C4
(101,150,196)
#739FC9
(115,159,201)
#81A8CE
(129,168,206)
#8FB1D3
(143,177,211)
#9DBAD8
(157,186,216)
#ABC3DD
(171,195,221)
#B9CCE2
(185,204,226)
#C7D5E7
(199,213,231)
#D5DEEC
(213,222,236)
#E3E7F1
(227,231,241)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6596C4; }

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

This text font color is #6596C4.


Background Color

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

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

This div background color is #6596C4.


Border color

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

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

This div border color is #6596C4.


Opacity

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

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

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

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

This text has shadow with #6596C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6596C4 on black background.


Color preview on white background

This text has color #6596C4 on white background.



Black color preview on #6596C4 background

This text has black color on #6596C4 background.


White color preview on #6596C4 background

This text has white color on #6596C4 background.