COLOR #6593B1

HEX: #6593B1
RGB: (101,147,177)

Renk bilgisi

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

RGB renk modeli

#6593B1 color RGB value is (101,147,177).

  • kırmız ton 101;
  • yeşil ton 147;
  • mavi ton 177.
RGB:
(101,147,177)
(40%,58%,69%)

RGB bağlantıları ve doygunluk

R 101 of 255 = 40%
G 147 of 255 = 58%
B 177 of 255 = 69%

101
147
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
101 + 147 + 177 = 425 (100%)
R 101 of 425 ~ 23.76%
G 147 of 425 ~ 34.59%
B 177 of 425 ~ 41.65%

%23.76
%34.59
%41.65

CMYK RENK MODELİ

#6593B1 rengi CMYK tonu (43,17,0,31).

  • camgöbeği tonu 42.94%
  • eflatun tonu 16.95%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(43,17,0,31)
C43M17Y0K31 
(43%,17%,0%,31%)
(0.43/0.17/0.00/0.31)	

CMYK yüzdeleri

%42.94
%16.95
%0
%30.59

Codes

Color #6593B1 in popluar color models

6593B1
RGB101147177
HSL204°32.76%54.51%
HSB/HSV204°42.94%69.41%
CMYK42.94%16.95%0.00%
30.59%

Color #6593B1 in popluar number systems.

HEX6593B1
Decimal101147177
Binary11001011001001110110001
Octal145223261

Shades and tints

Shades of #6593B1

#6593B1
(101,147,177)
#5C86A1
(92,134,161)
#537991
(83,121,145)
#4A6C81
(74,108,129)
#415F71
(65,95,113)
#385261
(56,82,97)
#2F4551
(47,69,81)
#263841
(38,56,65)
#1D2B31
(29,43,49)
#141E21
(20,30,33)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #6593B1

#6593B1
(101,147,177)
#739CB8
(115,156,184)
#81A5BF
(129,165,191)
#8FAEC6
(143,174,198)
#9DB7CD
(157,183,205)
#ABC0D4
(171,192,212)
#B9C9DB
(185,201,219)
#C7D2E2
(199,210,226)
#D5DBE9
(213,219,233)
#E3E4F0
(227,228,240)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6593B1 color. Also use rgb(101,147,177) instead hex code.

Text Font Color

.myTextColor { color: #6593B1; }

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

This text font color is #6593B1.


Background Color

.myBgColor { background-color: #6593B1; }

<div style="background-color:#6593B1">Inner text</div>

This div background color is #6593B1.


Border color

.myBorderColor { border: 1px solid #6593B1; }

<div style="border:3px solid #6593B1">Div</div>

This div border color is #6593B1.


Opacity

.myOpacity80 { color: #6593B1; opacity: 0.8; }

<p style="color:#6593B1;opacity:0.8;">80%</p>

Text with #6593B1 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 #6593B1;}

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

This text has shadow with #6593B1 color.

.textShadow {text-shadow: 3px 3px 1px #6593B1, 3px 3px 1px red;}

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

This text has shadow with #6593B1 primary color and red secondary color.


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

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

This text has shadow with #6593B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6593B1 on black background.


Color preview on white background

This text has color #6593B1 on white background.



Black color preview on #6593B1 background

This text has black color on #6593B1 background.


White color preview on #6593B1 background

This text has white color on #6593B1 background.