COLOR #6596BF

HEX: #6596BF
RGB: (101,150,191)

Color info

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

RGB color model

#6596BF color RGB value is (101,150,191).

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

RGB channels and saturation

R 101 of 255 = 40%
G 150 of 255 = 59%
B 191 of 255 = 75%

101
150
191

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

Portions of RGB colors in percentages

R + G + B =
101 + 150 + 191 = 442 (100%)
R 101 of 442 ~ 22.85%
G 150 of 442 ~ 33.94%
B 191 of 442 ~ 43.21%

%22.85
%33.94
%43.21

CMYK color model

#6596BF color CMYK value is (47,21,0,25).

  • cyan value is 47.12%
  • magenta value is 21.47%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(47,21,0,25)
C47M21Y0K25 
(47%,21%,0%,25%)
(0.47/0.21/0.00/0.25)	

CMYK percentages

%47.12
%21.47
%0
%25.1

Codes

Color #6596BF in popluar color models

6596BF
RGB101150191
HSL207°41.28%57.25%
HSB/HSV207°47.12%74.90%
CMYK47.12%21.47%0.00%
25.10%

Color #6596BF in popluar number systems.

HEX6596BF
Decimal101150191
Binary11001011001011010111111
Octal145226277

Shades and tints

Shades of #6596BF

#6596BF
(101,150,191)
#5C89AE
(92,137,174)
#537C9D
(83,124,157)
#4A6F8C
(74,111,140)
#41627B
(65,98,123)
#38556A
(56,85,106)
#2F4859
(47,72,89)
#263B48
(38,59,72)
#1D2E37
(29,46,55)
#142126
(20,33,38)
#0B1415
(11,20,21)
#000000
(0,0,0)

Tints of #6596BF

#6596BF
(101,150,191)
#739FC4
(115,159,196)
#81A8C9
(129,168,201)
#8FB1CE
(143,177,206)
#9DBAD3
(157,186,211)
#ABC3D8
(171,195,216)
#B9CCDD
(185,204,221)
#C7D5E2
(199,213,226)
#D5DEE7
(213,222,231)
#E3E7EC
(227,231,236)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6596BF; }

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

This text font color is #6596BF.


Background Color

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

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

This div background color is #6596BF.


Border color

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

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

This div border color is #6596BF.


Opacity

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

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

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

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

This text has shadow with #6596BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6596BF on black background.


Color preview on white background

This text has color #6596BF on white background.



Black color preview on #6596BF background

This text has black color on #6596BF background.


White color preview on #6596BF background

This text has white color on #6596BF background.