COLOR #6593C3

HEX: #6593C3
RGB: (101,147,195)

Renk bilgisi

#6593C3 contains mainly green and blue colors. #6593C3 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6593C3 color RGB value is (101,147,195).

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

RGB bağlantıları ve doygunluk

R 101 of 255 = 40%
G 147 of 255 = 58%
B 195 of 255 = 76%

101
147
195

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

Yüzdelerle RGB renk parçaları

R + G + B =
101 + 147 + 195 = 443 (100%)
R 101 of 443 ~ 22.8%
G 147 of 443 ~ 33.18%
B 195 of 443 ~ 44.02%

%22.8
%33.18
%44.02

CMYK RENK MODELİ

#6593C3 rengi CMYK tonu (48,25,0,24).

  • camgöbeği tonu 48.21%
  • eflatun tonu 24.62%
  • sarı tonu 0.00%
  • ana renk tonu 23.53%
CMYK:
(48,25,0,24)
C48M25Y0K24 
(48%,25%,0%,24%)
(0.48/0.25/0.00/0.24)	

CMYK yüzdeleri

%48.21
%24.62
%0
%23.53

Codes

Color #6593C3 in popluar color models

6593C3
RGB101147195
HSL211°43.93%58.04%
HSB/HSV211°48.21%76.47%
CMYK48.21%24.62%0.00%
23.53%

Color #6593C3 in popluar number systems.

HEX6593C3
Decimal101147195
Binary11001011001001111000011
Octal145223303

Shades and tints

Shades of #6593C3

#6593C3
(101,147,195)
#5C86B2
(92,134,178)
#5379A1
(83,121,161)
#4A6C90
(74,108,144)
#415F7F
(65,95,127)
#38526E
(56,82,110)
#2F455D
(47,69,93)
#26384C
(38,56,76)
#1D2B3B
(29,43,59)
#141E2A
(20,30,42)
#0B1119
(11,17,25)
#000000
(0,0,0)

Tints of #6593C3

#6593C3
(101,147,195)
#739CC8
(115,156,200)
#81A5CD
(129,165,205)
#8FAED2
(143,174,210)
#9DB7D7
(157,183,215)
#ABC0DC
(171,192,220)
#B9C9E1
(185,201,225)
#C7D2E6
(199,210,230)
#D5DBEB
(213,219,235)
#E3E4F0
(227,228,240)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6593C3; }

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

This text font color is #6593C3.


Background Color

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

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

This div background color is #6593C3.


Border color

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

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

This div border color is #6593C3.


Opacity

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

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

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

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

This text has shadow with #6593C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6593C3 on black background.


Color preview on white background

This text has color #6593C3 on white background.



Black color preview on #6593C3 background

This text has black color on #6593C3 background.


White color preview on #6593C3 background

This text has white color on #6593C3 background.