COLOR #6596B2

HEX: #6596B2
RGB: (101,150,178)

Renk bilgisi

#6596B2 contains mainly green and blue colors. #6596B2 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6596B2 color RGB value is (101,150,178).

  • kırmız ton 101;
  • yeşil ton 150;
  • mavi ton 178.
RGB:
(101,150,178)
(40%,59%,70%)

RGB bağlantıları ve doygunluk

R 101 of 255 = 40%
G 150 of 255 = 59%
B 178 of 255 = 70%

101
150
178

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

Yüzdelerle RGB renk parçaları

R + G + B =
101 + 150 + 178 = 429 (100%)
R 101 of 429 ~ 23.54%
G 150 of 429 ~ 34.97%
B 178 of 429 ~ 41.49%

%23.54
%34.97
%41.49

CMYK RENK MODELİ

#6596B2 rengi CMYK tonu (43,16,0,30).

  • camgöbeği tonu 43.26%
  • eflatun tonu 15.73%
  • sarı tonu 0.00%
  • ana renk tonu 30.20%
CMYK:
(43,16,0,30)
C43M16Y0K30 
(43%,16%,0%,30%)
(0.43/0.16/0.00/0.30)	

CMYK yüzdeleri

%43.26
%15.73
%0
%30.2

Codes

Color #6596B2 in popluar color models

6596B2
RGB101150178
HSL202°33.33%54.71%
HSB/HSV202°43.26%69.80%
CMYK43.26%15.73%0.00%
30.20%

Color #6596B2 in popluar number systems.

HEX6596B2
Decimal101150178
Binary11001011001011010110010
Octal145226262

Shades and tints

Shades of #6596B2

#6596B2
(101,150,178)
#5C89A2
(92,137,162)
#537C92
(83,124,146)
#4A6F82
(74,111,130)
#416272
(65,98,114)
#385562
(56,85,98)
#2F4852
(47,72,82)
#263B42
(38,59,66)
#1D2E32
(29,46,50)
#142122
(20,33,34)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #6596B2

#6596B2
(101,150,178)
#739FB9
(115,159,185)
#81A8C0
(129,168,192)
#8FB1C7
(143,177,199)
#9DBACE
(157,186,206)
#ABC3D5
(171,195,213)
#B9CCDC
(185,204,220)
#C7D5E3
(199,213,227)
#D5DEEA
(213,222,234)
#E3E7F1
(227,231,241)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6596B2; }

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

This text font color is #6596B2.


Background Color

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

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

This div background color is #6596B2.


Border color

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

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

This div border color is #6596B2.


Opacity

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

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

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

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

This text has shadow with #6596B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6596B2 on black background.


Color preview on white background

This text has color #6596B2 on white background.



Black color preview on #6596B2 background

This text has black color on #6596B2 background.


White color preview on #6596B2 background

This text has white color on #6596B2 background.